Lavender
#DFFBF9
CyanColor Codes
All color formats for development
HEX
#DFFBF9RGB
rgb(223, 251, 249)HSL
hsl(176, 78%, 93%)OKLCH
oklch(0.967 0.029 191.4)CMYK
cmyk(11%, 0%, 1%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5F6F2
2#8BF1EA
3#61EBE2
4#36E6DA
5#1AD3C7
6#15A99F
7#107F77
8#0A544F
9#052A28
Tints
Lighter variations
1#E2FBFA
2#E6FCFA
3#E9FCFB
4#ECFDFC
5#EFFDFC
6#F2FDFD
7#F5FEFD
8#F9FEFE
9#FCFFFE
Tones
Muted variations
1#E1FAF8
2#E2F8F7
3#E3F7F6
4#E5F6F4
5#E6F4F3
6#E8F3F2
7#E9F1F1
8#EAF0F0
9#ECEFEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2EC | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBE2 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E716B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094944 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FDFD;
--lavender-100: #DFFBF9;
--lavender-200: #C4F8F4;
--lavender-300: #97F2EC;
--lavender-400: #60EBE2;
--lavender-500: #33E6DA;
--lavender-600: #19C8BC;
--lavender-700: #149F96;
--lavender-800: #0E716B;
--lavender-900: #094944;
--lavender-950: #062D2B;
}