Lavender
#DCFFF7
CyanColor Codes
All color formats for development
HEX
#DCFFF7RGB
rgb(220, 255, 247)HSL
hsl(166, 100%, 93%)OKLCH
oklch(0.973 0.038 180.2)CMYK
cmyk(14%, 0%, 3%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ACFFEC
2#7CFFE1
3#4DFFD5
4#1EFFCA
5#00EDB6
6#00BE91
7#008E6D
8#005F49
9#002F24
Tints
Lighter variations
1#DFFFF8
2#E2FFF8
3#E6FFF9
4#EAFFFA
5#EDFFFB
6#F1FFFC
7#F4FFFD
8#F8FFFD
9#FBFFFE
Tones
Muted variations
1#DDFDF6
2#DFFBF5
3#E1FAF4
4#E2F8F3
5#E4F6F2
6#E6F4F1
7#E8F3F0
8#EAF1EF
9#EBEFEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFE4 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFD5 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B389 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008062 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00523F | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003327 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FFFB;
--lavender-100: #DBFFF7;
--lavender-200: #BDFFF0;
--lavender-300: #8AFFE4;
--lavender-400: #4DFFD5;
--lavender-500: #1AFFC9;
--lavender-600: #00E0AC;
--lavender-700: #00B389;
--lavender-800: #008062;
--lavender-900: #00523F;
--lavender-950: #003327;
}