Lavender
#DFFBF7
CyanColor Codes
All color formats for development
HEX
#DFFBF7RGB
rgb(223, 251, 247)HSL
hsl(171, 78%, 93%)OKLCH
oklch(0.967 0.03 186.3)CMYK
cmyk(11%, 0%, 2%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5F6EC
2#8BF1E1
3#61EBD7
4#36E6CC
5#1AD3B7
6#15A993
7#107F6E
8#0A5449
9#052A25
Tints
Lighter variations
1#E2FBF8
2#E6FCF9
3#E9FCF9
4#ECFDFA
5#EFFDFB
6#F2FDFC
7#F5FEFD
8#F9FEFD
9#FCFFFE
Tones
Muted variations
1#E1FAF6
2#E2F8F5
3#E3F7F4
4#E5F6F3
5#E6F4F2
6#E8F3F1
7#E9F1F0
8#EAF0EF
9#ECEFEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E4 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBD6 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7163 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493F | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FDFC;
--lavender-100: #DFFBF7;
--lavender-200: #C4F8F0;
--lavender-300: #97F2E4;
--lavender-400: #60EBD6;
--lavender-500: #33E6CB;
--lavender-600: #19C8AD;
--lavender-700: #149F8A;
--lavender-800: #0E7163;
--lavender-900: #09493F;
--lavender-950: #062D27;
}