Lavender
#DBFFF6
CyanColor Codes
All color formats for development
HEX
#DBFFF6RGB
rgb(219, 255, 246)HSL
hsl(165, 100%, 93%)OKLCH
oklch(0.972 0.039 178.7)CMYK
cmyk(14%, 0%, 4%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ACFFEA
2#7CFFDE
3#4DFFD3
4#1EFFC7
5#00EDB2
6#00BE8E
7#008E6B
8#005F47
9#002F24
Tints
Lighter variations
1#DFFFF7
2#E2FFF8
3#E6FFF9
4#EAFFFA
5#EDFFFB
6#F1FFFB
7#F4FFFC
8#F8FFFD
9#FBFFFE
Tones
Muted variations
1#DDFDF5
2#DFFBF4
3#E1FAF3
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 #DBFFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFE2 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFD2 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B386 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00523D | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003326 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FFFB;
--lavender-100: #DBFFF6;
--lavender-200: #BDFFEE;
--lavender-300: #8AFFE2;
--lavender-400: #4DFFD2;
--lavender-500: #1AFFC6;
--lavender-600: #00E0A8;
--lavender-700: #00B386;
--lavender-800: #008060;
--lavender-900: #00523D;
--lavender-950: #003326;
}