Lavender
#DDFDF9
CyanColor Codes
All color formats for development
HEX
#DDFDF9RGB
rgb(221, 253, 249)HSL
hsl(172, 89%, 93%)OKLCH
oklch(0.97 0.033 187.5)CMYK
cmyk(13%, 0%, 2%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0FAF1
2#84F8E8
3#57F5E0
4#2AF3D8
5#0DE0C4
6#0AB39D
7#088676
8#055A4E
9#032D27
Tints
Lighter variations
1#E1FDF9
2#E4FDFA
3#E7FEFB
4#EBFEFB
5#EEFEFC
6#F2FEFD
7#F5FEFD
8#F8FFFE
9#FCFFFE
Tones
Muted variations
1#DFFBF8
2#E0FAF6
3#E2F8F5
4#E4F7F4
5#E5F5F3
6#E7F4F2
7#E8F2F1
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 #DDFDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9EB | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5E0 | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA994 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077869 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D43 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FEFC;
--lavender-100: #DDFDF9;
--lavender-200: #C0FBF3;
--lavender-300: #90F9EB;
--lavender-400: #56F5E0;
--lavender-500: #26F2D7;
--lavender-600: #0CD4B9;
--lavender-700: #0AA994;
--lavender-800: #077869;
--lavender-900: #044D43;
--lavender-950: #03302A;
}