Lavender
#DFFBF5
CyanColor Codes
All color formats for development
HEX
#DFFBF5RGB
rgb(223, 251, 245)HSL
hsl(167, 78%, 93%)OKLCH
oklch(0.966 0.03 181.3)CMYK
cmyk(11%, 0%, 2%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5F6E8
2#8BF1DB
3#61EBCD
4#36E6C0
5#1AD3AB
6#15A989
7#107F67
8#0A5444
9#052A22
Tints
Lighter variations
1#E2FBF6
2#E6FCF7
3#E9FCF8
4#ECFDF9
5#EFFDFA
6#F2FDFB
7#F5FEFC
8#F9FEFD
9#FCFFFE
Tones
Muted variations
1#E1FAF4
2#E2F8F3
3#E3F7F3
4#E5F6F2
5#E6F4F1
6#E8F3F0
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 #DFFBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2DE | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBCD | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E715C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493B | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FDFB;
--lavender-100: #DFFBF5;
--lavender-200: #C4F8ED;
--lavender-300: #97F2DE;
--lavender-400: #60EBCD;
--lavender-500: #33E6BF;
--lavender-600: #19C8A2;
--lavender-700: #149F81;
--lavender-800: #0E715C;
--lavender-900: #09493B;
--lavender-950: #062D25;
}