Skip to content
PantoneTools
green
Tailwind CSS palette

Lime 900

lime-900 · #365314

HEX

#365314

RGB

rgb(54, 83, 20)

CMYK

cmyk(35%, 0%, 76%, 67%)

HSL

hsl(88, 61%, 20%)

LAB

lab(31.9, -22.2, 31.9)

What is Lime 900?

Lime 900 is the lime-900 reference in the Tailwind CSS palette. Its sRGB value is #365314 (rgb 54, 83, 20). It sits in the green family. The default color palette shipped with Tailwind CSS v3 by Tailwind Labs. 22 color families across 11 lightness steps (50 to 950). See disclaimer for accuracy and trademark notes.

Accessibility

WCAG 2.1 contrast checks for Lime 900 as a background.

Black text on this color

Sample text · 2.40 : 1
AA Normal
AA Large
AAA Normal
AAA Large

White text on this color

Sample text · 8.73 : 1
AA Normal
AA Large
AAA Normal
AAA Large

Shades, tints & tonal scale of Lime 900

An 11-step tonal scale derived from Lime 900 (#365314). Click any swatch to copy its HEX. Use these as a starting point for design tokens, hover states, and disabled states in a design system.

Copied #EFF1EC

50

#EFF1EC

#EFF1EC

Copied #DFE3D9

100

#DFE3D9

#DFE3D9

Copied #BFC8B4

200

#BFC8B4

#BFC8B4

Copied #9BA98A

300

#9BA98A

#9BA98A

Copied #687E4F

400

#687E4F

#687E4F

Copied #365314

500

#365314

#365314

Copied #2E4711

600

#2E4711

#2E4711

Copied #23360D

700

#23360D

#23360D

Copied #182509

800

#182509

#182509

Copied #0E1505

900

#0E1505

#0E1505

Copied #060A02

950

#060A02

#060A02

Lighter tints (mixed with white)

Copied #76826E

15%

#76826E

Copied #9BA296

30%

#9BA296

Copied #B6BBB4

45%

#B6BBB4

Copied #CED1CC

60%

#CED1CC

Copied #E2E3E1

75%

#E2E3E1

Darker shades (mixed with black)

Copied #324D12

15%

#324D12

Copied #2D460F

30%

#2D460F

Copied #273E0C

45%

#273E0C

Copied #203409

60%

#203409

Copied #182806

75%

#182806

Color harmonies for Lime 900

Classic color-theory harmonies derived from rotating the hue of Lime 900. Use these to build accent palettes, brand systems, and accessible UI color pairings.

Complementary

180° opposite — strongest contrast

Copied #365314

#365314

#365314

Copied #311452

#311452

#311452

Triadic

Three colors 120° apart

Copied #365314

#365314

#365314

Copied #143552

#143552

#143552

Copied #521435

#521435

#521435

Analogous

Two neighbors ±30° on the wheel

Copied #525014

#525014

#525014

Copied #365314

#365314

#365314

Copied #165214

#165214

#165214

Split-complementary

Base + two colors flanking its complement

Copied #365314

#365314

#365314

Copied #141652

#141652

#141652

Copied #501452

#501452

#501452

Tetradic

Two complementary pairs

Copied #365314

#365314

#365314

Copied #145231

#145231

#145231

Copied #311452

#311452

#311452

Copied #521435

#521435

#521435

Square

Four colors evenly spaced 90° apart

Copied #365314

#365314

#365314

Copied #145250

#145250

#145250

Copied #311452

#311452

#311452

Copied #521416

#521416

#521416

Lime 900 in every color space

Full conversion of Lime 900 across the color spaces designers and developers actually use — including OKLCH (the perceptually-uniform space that powers Tailwind v4 and CSS Color Module Level 4) and HWB.

HEX

#365314

RGB

rgb(54, 83, 20)

CMYK

cmyk(35%, 0%, 76%, 67%)

HSL

hsl(88, 61%, 20%)

HSV

hsv(88, 76%, 33%)

HWB

hwb(88 8% 67%)

CIE Lab

lab(31.9 -22.2 31.9)

OKLCH

oklch(40.5% 0.096 131.1)

XYZ (D65)

xyz(4.74, 7.02, 1.77)

Copy-ready code for Lime 900

Drop-in snippets for CSS, Tailwind, Sass, iOS Swift, and Android XML. Click the copy button on any snippet to put it on your clipboard.

CSS

color: #365314;
background-color: #365314;

CSS variable

:root {
  --color-lime-900: #365314;
}

Tailwind config

// tailwind.config.js
colors: {
  'lime-900': '#365314',
}

Sass

$color-lime-900: #365314;

Swift UIColor

UIColor(red: 0.212, green: 0.325, blue: 0.078, alpha: 1.0)

Android XML

<color name="lime-900">#365314</color>

Closest match in every color system

The nearest Lime 900 equivalent in every other color system on this site, ranked by ΔE2000 perceptual distance. Useful when translating between design-system, web-standard, and industrial color references.

Closest in Tailwind CSS palette

Top 6 ΔE2000-closest entries within the same collection.

Top 6 ΔE2000-closest Pantone references. Cross-system matching is approximate — see disclaimer.

Top 6 ΔE2000-closest RAL Classic references for industrial coating cross-reference.

Copied #2D572C

RAL 6002

#2D572C

Leaf green

Copied #3D642D

RAL 6025

#3D642D

Fern green

Copied #35682D

RAL 6010

#35682D

Grass green

Copied #20603D

RAL 6029

#20603D

Mint green

Copied #287233

RAL 6001

#287233

Emerald green

Copied #587246

RAL 6011

#587246

Reseda green

FAQ about Lime 900

What is the HEX code for Lime 900?

Lime 900 (lime-900) has the HEX code #365314. In RGB it is rgb(54, 83, 20), and in CMYK it is cmyk(35%, 0%, 76%, 67%).

What is the OKLCH value of Lime 900?

Lime 900 converts to oklch(0.405 0.096 131.1). OKLCH is the perceptually uniform color space used by Tailwind v4 and CSS Color Module Level 4.

Is Lime 900 accessible for body text?

Used as a background, Lime 900 has a contrast ratio of 2.40:1 with black text and 8.73:1 with white text. WCAG 2.1 AA requires 4.5:1 for normal text. The current recommendation is to use white text and verify in real UI context.

What is the closest Pantone to Lime 900?

The closest Pantone reference to Lime 900 by ΔE2000 perceptual distance is Pantone 378 C (#586528). Cross-system Pantone matching is approximate; for color-critical print work, verify with a physical Pantone guide.

What is the closest RAL color to Lime 900?

The closest RAL Classic reference to Lime 900 by ΔE2000 distance is RAL 6002 (Leaf green, #2D572C). RAL is a German industrial coating standard commonly used for paint, powder coat, and architectural specification.

What is the complementary color of Lime 900?

The complementary color (180° opposite on the HSL color wheel) of Lime 900 is #311452. Use it for high-contrast accents, error states, or call-to-action pairings.

Data provenance & source

Tailwind CSS default palette (v3)

The default color palette shipped with Tailwind CSS v3 by Tailwind Labs Inc. Use as a reference for design tokens, web color systems, and Tailwind-based design conversations. Names like 'blue-500' are the project's own naming convention.

Source type
derived
Confidence
high
License
MIT
Last reviewed
2026-05-24

Workflow tags

tailwind
design-token
web-system
green

Tailwind palette values are designed for digital interfaces under sRGB. For print, convert to a process-appropriate value and proof against the substrate; do not rely on sRGB CMYK conversion for color-critical print work.

Tailwind CSS palette · Lime 900 — #365314 | PantoneTools