Lavender
#CEE0EE
BlueColor Codes
All color formats for development
HEX
#CEE0EERGB
rgb(206, 224, 238)HSL
hsl(206, 48%, 87%)OKLCH
oklch(0.898 0.027 241.2)CMYK
cmyk(13%, 6%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ADCBE2
2#8CB6D7
3#6BA2CB
4#4B8DC0
5#3A76A4
6#2E5E83
7#234763
8#172F42
9#0C1821
Tints
Lighter variations
1#D3E3EF
2#D8E6F1
3#DDE9F3
4#E2ECF5
5#E6EFF6
6#EBF3F8
7#F0F6FA
8#F5F9FC
9#FAFCFD
Tones
Muted variations
1#D0E0EC
2#D1E0EB
3#D3DFE9
4#D4DFE7
5#D6DFE6
6#D7DFE4
7#D9DEE3
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 | E5EE #E5EEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE0 #CEE0EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C8 #A8C8E1 | BordersInactive statesPlaceholder text |
| 400 | 7BAB #7BABD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5594 #5594C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A77 #3A77A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E5F #2E5F84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2144 #21445E | Text on light backgroundsHeadingsStrong borders |
| 900 | 152B #152B3C | Primary textHigh emphasis contentDark headings |
| 950 | 0D1B #0D1B26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F8FB;
--lavender-100: #E5EEF6;
--lavender-200: #CEE0EE;
--lavender-300: #A8C8E1;
--lavender-400: #7BABD1;
--lavender-500: #5594C3;
--lavender-600: #3A77A6;
--lavender-700: #2E5F84;
--lavender-800: #21445E;
--lavender-900: #152B3C;
--lavender-950: #0D1B26;
}