Lavender
#CDEAEE
CyanColor Codes
All color formats for development
HEX
#CDEAEERGB
rgb(205, 234, 238)HSL
hsl(187, 49%, 87%)OKLCH
oklch(0.917 0.031 206.7)CMYK
cmyk(14%, 2%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ADDCE3
2#8BCFD7
3#6AC1CC
4#49B3C1
5#3999A5
6#2D7A84
7#225C63
8#173D42
9#0B1F21
Tints
Lighter variations
1#D3ECF0
2#D7EEF1
3#DCF1F3
4#E1F3F5
5#E6F5F7
6#EBF7F8
7#F0F9FA
8#F5FBFC
9#FAFDFD
Tones
Muted variations
1#CFE9EC
2#D1E8EB
3#D2E7E9
4#D4E5E8
5#D6E4E6
6#D7E3E4
7#D9E2E3
8#DBE0E1
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 | CEEA #CEEAEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8DA #A8DAE1 | BordersInactive statesPlaceholder text |
| 400 | 7AC7 #7AC7D1 | Disabled statesSecondary iconsMuted text |
| 500 | 54B7 #54B7C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 399A #399AA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E7B #2E7B85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2158 #21585F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1538 #15383D | Primary textHigh emphasis contentDark headings |
| 950 | 0D23 #0D2326 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4FAFB;
--lavender-100: #E4F4F6;
--lavender-200: #CEEAEE;
--lavender-300: #A8DAE1;
--lavender-400: #7AC7D1;
--lavender-500: #54B7C4;
--lavender-600: #399AA7;
--lavender-700: #2E7B85;
--lavender-800: #21585F;
--lavender-900: #15383D;
--lavender-950: #0D2326;
}