Lavender
#CDE2EE
BlueColor Codes
All color formats for development
HEX
#CDE2EERGB
rgb(205, 226, 238)HSL
hsl(202, 49%, 87%)OKLCH
oklch(0.901 0.028 232.7)CMYK
cmyk(14%, 5%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ADCFE3
2#8BBCD7
3#6AA8CC
4#4995C1
5#397DA5
6#2D6484
7#224B63
8#173242
9#0B1921
Tints
Lighter variations
1#D3E5F0
2#D7E8F1
3#DCEBF3
4#E1EEF5
5#E6F1F7
6#EBF3F8
7#F0F6FA
8#F5F9FC
9#FAFCFD
Tones
Muted variations
1#CFE2EC
2#D1E1EB
3#D2E1E9
4#D4E0E8
5#D6E0E6
6#D7E0E4
7#D9DFE3
8#DBDFE1
9#DCDEDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EF #E4EFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE2 #CEE2EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8CC #A8CCE1 | BordersInactive statesPlaceholder text |
| 400 | 7AB1 #7AB1D1 | Disabled statesSecondary iconsMuted text |
| 500 | 549B #549BC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 397F #397FA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E65 #2E6585 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2148 #21485F | Text on light backgroundsHeadingsStrong borders |
| 900 | 152E #152E3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1D #0D1D26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F8FB;
--lavender-100: #E4EFF6;
--lavender-200: #CEE2EE;
--lavender-300: #A8CCE1;
--lavender-400: #7AB1D1;
--lavender-500: #549BC4;
--lavender-600: #397FA7;
--lavender-700: #2E6585;
--lavender-800: #21485F;
--lavender-900: #152E3D;
--lavender-950: #0D1D26;
}