Lavender
#CEE4EE
BlueColor Codes
All color formats for development
HEX
#CEE4EERGB
rgb(206, 228, 238)HSL
hsl(199, 48%, 87%)OKLCH
oklch(0.906 0.027 226.8)CMYK
cmyk(13%, 4%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ADD1E2
2#8CBFD7
3#6BADCB
4#4B9BC0
5#3A82A4
6#2E6883
7#234E63
8#173442
9#0C1A21
Tints
Lighter variations
1#D3E6EF
2#D8E9F1
3#DDECF3
4#E2EFF5
5#E6F1F6
6#EBF4F8
7#F0F7FA
8#F5FAFC
9#FAFCFD
Tones
Muted variations
1#D0E3EC
2#D1E3EB
3#D3E2E9
4#D4E1E7
5#D6E1E6
6#D7E0E4
7#D9E0E3
8#DBDFE1
9#DCDEDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F0 #E5F0F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE4 #CEE4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8CF #A8CFE1 | BordersInactive statesPlaceholder text |
| 400 | 7BB5 #7BB5D1 | Disabled statesSecondary iconsMuted text |
| 500 | 55A0 #55A0C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A84 #3A84A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E69 #2E6984 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 214B #214B5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1530 #15303C | Primary textHigh emphasis contentDark headings |
| 950 | 0D1E #0D1E26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F9FB;
--lavender-100: #E5F0F6;
--lavender-200: #CEE4EE;
--lavender-300: #A8CFE1;
--lavender-400: #7BB5D1;
--lavender-500: #55A0C3;
--lavender-600: #3A84A6;
--lavender-700: #2E6984;
--lavender-800: #214B5E;
--lavender-900: #15303C;
--lavender-950: #0D1E26;
}