Lavender
#DFFBF6
CyanColor Codes
All color formats for development
HEX
#DFFBF6RGB
rgb(223, 251, 246)HSL
hsl(169, 78%, 93%)OKLCH
oklch(0.966 0.03 183.8)CMYK
cmyk(11%, 0%, 2%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5F6EA
2#8BF1DE
3#61EBD2
4#36E6C6
5#1AD3B1
6#15A98E
7#107F6A
8#0A5447
9#052A23
Tints
Lighter variations
1#E2FBF7
2#E6FCF8
3#E9FCF9
4#ECFDFA
5#EFFDFA
6#F2FDFB
7#F5FEFC
8#F9FEFD
9#FCFFFE
Tones
Muted variations
1#E1FAF5
2#E2F8F4
3#E3F7F3
4#E5F6F2
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 #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E1 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBD2 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6C5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E715F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493D | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FDFB;
--lavender-100: #DFFBF6;
--lavender-200: #C4F8EE;
--lavender-300: #97F2E1;
--lavender-400: #60EBD2;
--lavender-500: #33E6C5;
--lavender-600: #19C8A8;
--lavender-700: #149F85;
--lavender-800: #0E715F;
--lavender-900: #09493D;
--lavender-950: #062D26;
}