Lavender
#DEFDF8
CyanColor Codes
All color formats for development
HEX
#DEFDF8RGB
rgb(222, 253, 248)HSL
hsl(170, 89%, 93%)OKLCH
oklch(0.97 0.033 184.9)CMYK
cmyk(12%, 0%, 2%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0FAEE
2#84F8E4
3#57F5DB
4#2AF3D1
5#0DE0BD
6#0AB397
7#088671
8#055A4C
9#032D26
Tints
Lighter variations
1#E1FDF8
2#E4FDF9
3#E7FEFA
4#EBFEFB
5#EEFEFB
6#F2FEFC
7#F5FEFD
8#F8FFFE
9#FCFFFE
Tones
Muted variations
1#DFFBF7
2#E0FAF6
3#E2F8F5
4#E4F7F4
5#E5F5F2
6#E7F4F1
7#E8F2F0
8#EAF0EF
9#ECEFEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9E7 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5DB | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4B3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA98E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077866 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D41 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FEFC;
--lavender-100: #DDFDF8;
--lavender-200: #C0FBF2;
--lavender-300: #90F9E7;
--lavender-400: #56F5DB;
--lavender-500: #26F2D0;
--lavender-600: #0CD4B3;
--lavender-700: #0AA98E;
--lavender-800: #077866;
--lavender-900: #044D41;
--lavender-950: #033029;
}