Lavender
#CEE5EE
BlueColor Codes
All color formats for development
HEX
#CEE5EERGB
rgb(206, 229, 238)HSL
hsl(197, 48%, 87%)OKLCH
oklch(0.908 0.027 223.2)CMYK
cmyk(13%, 4%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ADD3E2
2#8CC2D7
3#6BB0CB
4#4B9EC0
5#3A86A4
6#2E6B83
7#235063
8#173642
9#0C1B21
Tints
Lighter variations
1#D3E7EF
2#D8EAF1
3#DDEDF3
4#E2EFF5
5#E6F2F6
6#EBF4F8
7#F0F7FA
8#F5FAFC
9#FAFCFD
Tones
Muted variations
1#D0E4EC
2#D1E3EB
3#D3E3E9
4#D4E2E7
5#D6E1E6
6#D7E1E4
7#D9E0E3
8#DBDFE1
9#DCDFDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F1 #E5F1F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE5 #CEE5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D1 #A8D1E1 | BordersInactive statesPlaceholder text |
| 400 | 7BB8 #7BB8D1 | Disabled statesSecondary iconsMuted text |
| 500 | 55A4 #55A4C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A88 #3A88A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E6C #2E6C84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 214D #214D5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1531 #15313C | Primary textHigh emphasis contentDark headings |
| 950 | 0D1F #0D1F26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F9FB;
--lavender-100: #E5F1F6;
--lavender-200: #CEE5EE;
--lavender-300: #A8D1E1;
--lavender-400: #7BB8D1;
--lavender-500: #55A4C3;
--lavender-600: #3A88A6;
--lavender-700: #2E6C84;
--lavender-800: #214D5E;
--lavender-900: #15313C;
--lavender-950: #0D1F26;
}