Lavender
#DDFDF8
CyanColor Codes
All color formats for development
HEX
#DDFDF8RGB
rgb(221, 253, 248)HSL
hsl(171, 89%, 93%)OKLCH
oklch(0.97 0.034 185.3)CMYK
cmyk(13%, 0%, 2%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0FAEF
2#84F8E6
3#57F5DD
4#2AF3D5
5#0DE0C0
6#0AB39A
7#088673
8#055A4D
9#032D26
Tints
Lighter variations
1#E1FDF9
2#E4FDFA
3#E7FEFA
4#EBFEFB
5#EEFEFC
6#F2FEFC
7#F5FEFD
8#F8FFFE
9#FCFFFE
Tones
Muted variations
1#DFFBF7
2#E0FAF6
3#E2F8F5
4#E4F7F4
5#E5F5F3
6#E7F4F2
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 #C0FBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9E9 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5DD | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2D4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4B6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA991 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077867 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D42 | 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: #C0FBF3;
--lavender-300: #90F9E9;
--lavender-400: #56F5DD;
--lavender-500: #26F2D4;
--lavender-600: #0CD4B6;
--lavender-700: #0AA991;
--lavender-800: #077867;
--lavender-900: #044D42;
--lavender-950: #033029;
}