Lavender
#DCFFF2
GreenColor Codes
All color formats for development
HEX
#DCFFF2RGB
rgb(220, 255, 242)HSL
hsl(158, 100%, 93%)OKLCH
oklch(0.972 0.04 171)CMYK
cmyk(14%, 0%, 5%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ACFFE1
2#7CFFCF
3#4DFFBE
4#1EFFAC
5#00ED96
6#00BE78
7#008E5A
8#005F3C
9#002F1E
Tints
Lighter variations
1#DFFFF3
2#E2FFF5
3#E6FFF6
4#EAFFF7
5#EDFFF8
6#F1FFFA
7#F4FFFB
8#F8FFFC
9#FBFFFE
Tones
Muted variations
1#DDFDF1
2#DFFBF1
3#E1FAF0
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 #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFD4 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFBE | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E08E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B371 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008051 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005234 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003320 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FFF9;
--lavender-100: #DBFFF2;
--lavender-200: #BDFFE7;
--lavender-300: #8AFFD4;
--lavender-400: #4DFFBE;
--lavender-500: #1AFFAB;
--lavender-600: #00E08E;
--lavender-700: #00B371;
--lavender-800: #008051;
--lavender-900: #005234;
--lavender-950: #003320;
}