Lavender
#DCFFF9
CyanColor Codes
All color formats for development
HEX
#DCFFF9RGB
rgb(220, 255, 249)HSL
hsl(170, 100%, 93%)OKLCH
oklch(0.973 0.037 184.1)CMYK
cmyk(14%, 0%, 2%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ACFFF1
2#7CFFE9
3#4DFFE1
4#1EFFD9
5#00EDC6
6#00BE9E
7#008E77
8#005F4F
9#002F28
Tints
Lighter variations
1#DFFFFA
2#E2FFFA
3#E6FFFB
4#EAFFFB
5#EDFFFC
6#F1FFFD
7#F4FFFD
8#F8FFFE
9#FBFFFE
Tones
Muted variations
1#DDFDF8
2#DFFBF7
3#E1FAF5
4#E2F8F4
5#E4F6F3
6#E6F4F2
7#E8F3F1
8#EAF1F0
9#EBEFEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFEB | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFE1 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B395 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00806A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005244 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00332B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FFFC;
--lavender-100: #DBFFF9;
--lavender-200: #BDFFF4;
--lavender-300: #8AFFEB;
--lavender-400: #4DFFE1;
--lavender-500: #1AFFD9;
--lavender-600: #00E0BB;
--lavender-700: #00B395;
--lavender-800: #00806A;
--lavender-900: #005244;
--lavender-950: #00332B;
}