Lavender
#DDFDFB
CyanColor Codes
All color formats for development
HEX
#DDFDFBRGB
rgb(221, 253, 251)HSL
hsl(176, 89%, 93%)OKLCH
oklch(0.971 0.033 192)CMYK
cmyk(13%, 0%, 1%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0FAF5
2#84F8F0
3#57F5EB
4#2AF3E5
5#0DE0D2
6#0AB3A8
7#08867E
8#055A54
9#032D2A
Tints
Lighter variations
1#E1FDFB
2#E4FDFC
3#E7FEFC
4#EBFEFD
5#EEFEFD
6#F2FEFD
7#F5FEFE
8#F8FFFE
9#FCFFFF
Tones
Muted variations
1#DFFBFA
2#E0FAF8
3#E2F8F7
4#E4F7F5
5#E5F5F4
6#E7F4F3
7#E8F2F1
8#EAF0F0
9#ECEFEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9F2 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5EB | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA99E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077871 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D48 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FEFD;
--lavender-100: #DDFDFB;
--lavender-200: #C0FBF7;
--lavender-300: #90F9F2;
--lavender-400: #56F5EB;
--lavender-500: #26F2E5;
--lavender-600: #0CD4C7;
--lavender-700: #0AA99E;
--lavender-800: #077871;
--lavender-900: #044D48;
--lavender-950: #03302D;
}