Lavender
#CEDFEE
BlueColor Codes
All color formats for development
HEX
#CEDFEERGB
rgb(206, 223, 238)HSL
hsl(208, 48%, 87%)OKLCH
oklch(0.895 0.028 244.7)CMYK
cmyk(13%, 6%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ADC9E2
2#8CB4D7
3#6B9ECB
4#4B89C0
5#3A72A4
6#2E5C83
7#234563
8#172E42
9#0C1721
Tints
Lighter variations
1#D3E2EF
2#D8E5F1
3#DDE9F3
4#E2ECF5
5#E6EFF6
6#EBF2F8
7#F0F5FA
8#F5F9FC
9#FAFCFD
Tones
Muted variations
1#D0DFEC
2#D1DFEB
3#D3DFE9
4#D4DEE7
5#D6DEE6
6#D7DEE4
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 | CEDF #CEDFEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C6 #A8C6E1 | BordersInactive statesPlaceholder text |
| 400 | 7BA9 #7BA9D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5590 #5590C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A74 #3A74A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E5C #2E5C84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2142 #21425E | Text on light backgroundsHeadingsStrong borders |
| 900 | 152A #152A3C | Primary textHigh emphasis contentDark headings |
| 950 | 0D1A #0D1A26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F8FB;
--lavender-100: #E5EEF6;
--lavender-200: #CEDFEE;
--lavender-300: #A8C6E1;
--lavender-400: #7BA9D1;
--lavender-500: #5590C3;
--lavender-600: #3A74A6;
--lavender-700: #2E5C84;
--lavender-800: #21425E;
--lavender-900: #152A3C;
--lavender-950: #0D1A26;
}