Lavender
#CEE1EE
BlueColor Codes
All color formats for development
HEX
#CEE1EERGB
rgb(206, 225, 238)HSL
hsl(204, 48%, 87%)OKLCH
oklch(0.9 0.027 237.6)CMYK
cmyk(13%, 5%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ADCDE2
2#8CB9D7
3#6BA5CB
4#4B91C0
5#3A7AA4
6#2E6183
7#234963
8#173142
9#0C1821
Tints
Lighter variations
1#D3E4EF
2#D8E7F1
3#DDEAF3
4#E2EDF5
5#E6F0F6
6#EBF3F8
7#F0F6FA
8#F5F9FC
9#FAFCFD
Tones
Muted variations
1#D0E1EC
2#D1E0EB
3#D3E0E9
4#D4E0E7
5#D6DFE6
6#D7DFE4
7#D9DFE3
8#DBDEE1
9#DCDEDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EF #E5EFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE1 #CEE1EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8CA #A8CAE1 | BordersInactive statesPlaceholder text |
| 400 | 7BAE #7BAED1 | Disabled statesSecondary iconsMuted text |
| 500 | 5597 #5597C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A7B #3A7BA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E62 #2E6284 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2146 #21465E | Text on light backgroundsHeadingsStrong borders |
| 900 | 152D #152D3C | Primary textHigh emphasis contentDark headings |
| 950 | 0D1C #0D1C26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F8FB;
--lavender-100: #E5EFF6;
--lavender-200: #CEE1EE;
--lavender-300: #A8CAE1;
--lavender-400: #7BAED1;
--lavender-500: #5597C3;
--lavender-600: #3A7BA6;
--lavender-700: #2E6284;
--lavender-800: #21465E;
--lavender-900: #152D3C;
--lavender-950: #0D1C26;
}