Lavender
#DCFFF3
GreenColor Codes
All color formats for development
HEX
#DCFFF3RGB
rgb(220, 255, 243)HSL
hsl(159, 100%, 93%)OKLCH
oklch(0.972 0.039 172.8)CMYK
cmyk(14%, 0%, 5%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ACFFE2
2#7CFFD1
3#4DFFC1
4#1EFFB0
5#00ED9A
6#00BE7B
7#008E5C
8#005F3E
9#002F1F
Tints
Lighter variations
1#DFFFF4
2#E2FFF5
3#E6FFF6
4#EAFFF8
5#EDFFF9
6#F1FFFA
7#F4FFFB
8#F8FFFD
9#FBFFFE
Tones
Muted variations
1#DDFDF2
2#DFFBF1
3#E1FAF1
4#E2F8F0
5#E4F6F0
6#E6F4EF
7#E8F3EF
8#EAF1EE
9#EBEFEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFD6 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFC1 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFAF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E092 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B374 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008053 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005235 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003321 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FFFA;
--lavender-100: #DBFFF3;
--lavender-200: #BDFFE8;
--lavender-300: #8AFFD6;
--lavender-400: #4DFFC1;
--lavender-500: #1AFFAF;
--lavender-600: #00E092;
--lavender-700: #00B374;
--lavender-800: #008053;
--lavender-900: #005235;
--lavender-950: #003321;
}