Lavender
#CEE3EE
BlueColor Codes
All color formats for development
HEX
#CEE3EERGB
rgb(206, 227, 238)HSL
hsl(201, 48%, 87%)OKLCH
oklch(0.904 0.027 230.4)CMYK
cmyk(13%, 5%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ADD0E2
2#8CBDD7
3#6BAACB
4#4B97C0
5#3A7FA4
6#2E6683
7#234C63
8#173342
9#0C1921
Tints
Lighter variations
1#D3E5EF
2#D8E8F1
3#DDEBF3
4#E2EEF5
5#E6F1F6
6#EBF4F8
7#F0F6FA
8#F5F9FC
9#FAFCFD
Tones
Muted variations
1#D0E2EC
2#D1E2EB
3#D3E1E9
4#D4E1E7
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 | E5F0 #E5F0F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE3 #CEE3EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8CD #A8CDE1 | BordersInactive statesPlaceholder text |
| 400 | 7BB3 #7BB3D1 | Disabled statesSecondary iconsMuted text |
| 500 | 559D #559DC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A80 #3A80A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E66 #2E6684 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2149 #21495E | Text on light backgroundsHeadingsStrong borders |
| 900 | 152F #152F3C | 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: #E5F0F6;
--lavender-200: #CEE3EE;
--lavender-300: #A8CDE1;
--lavender-400: #7BB3D1;
--lavender-500: #559DC3;
--lavender-600: #3A80A6;
--lavender-700: #2E6684;
--lavender-800: #21495E;
--lavender-900: #152F3C;
--lavender-950: #0D1D26;
}