Lavender
#DDFDF7
CyanColor Codes
All color formats for development
HEX
#DDFDF7RGB
rgb(221, 253, 247)HSL
hsl(169, 89%, 93%)OKLCH
oklch(0.969 0.034 183.1)CMYK
cmyk(13%, 0%, 2%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0FAED
2#84F8E3
3#57F5D8
4#2AF3CE
5#0DE0B9
6#0AB394
7#08866F
8#055A4A
9#032D25
Tints
Lighter variations
1#E1FDF8
2#E4FDF9
3#E7FEFA
4#EBFEFA
5#EEFEFB
6#F2FEFC
7#F5FEFD
8#F8FFFD
9#FCFFFE
Tones
Muted variations
1#DFFBF6
2#E0FAF5
3#E2F8F4
4#E4F7F3
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 #DDFDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9E5 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5D8 | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA98C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077864 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D40 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FEFC;
--lavender-100: #DDFDF7;
--lavender-200: #C0FBF1;
--lavender-300: #90F9E5;
--lavender-400: #56F5D8;
--lavender-500: #26F2CD;
--lavender-600: #0CD4AF;
--lavender-700: #0AA98C;
--lavender-800: #077864;
--lavender-900: #044D40;
--lavender-950: #033028;
}