Lavender
#CDEBEE
CyanColor Codes
All color formats for development
HEX
#CDEBEERGB
rgb(205, 235, 238)HSL
hsl(185, 49%, 87%)OKLCH
oklch(0.919 0.032 204)CMYK
cmyk(14%, 1%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ADDEE3
2#8BD1D7
3#6AC4CC
4#49B7C1
5#399CA5
6#2D7D84
7#225E63
8#173E42
9#0B1F21
Tints
Lighter variations
1#D3EDF0
2#D7EFF1
3#DCF1F3
4#E1F3F5
5#E6F5F7
6#EBF7F8
7#F0F9FA
8#F5FBFC
9#FAFDFD
Tones
Muted variations
1#CFEAEC
2#D1E9EB
3#D2E7E9
4#D4E6E8
5#D6E5E6
6#D7E3E4
7#D9E2E3
8#DBE1E1
9#DCDFDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F4 #E4F4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEEB #CEEBEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8DC #A8DCE1 | BordersInactive statesPlaceholder text |
| 400 | 7ACA #7ACAD1 | Disabled statesSecondary iconsMuted text |
| 500 | 54BB #54BBC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 399E #399EA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E7E #2E7E85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 215A #215A5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1539 #15393D | Primary textHigh emphasis contentDark headings |
| 950 | 0D24 #0D2426 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4FAFB;
--lavender-100: #E4F4F6;
--lavender-200: #CEEBEE;
--lavender-300: #A8DCE1;
--lavender-400: #7ACAD1;
--lavender-500: #54BBC4;
--lavender-600: #399EA7;
--lavender-700: #2E7E85;
--lavender-800: #215A5F;
--lavender-900: #15393D;
--lavender-950: #0D2426;
}