Lavender
#CEDDEE
BlueColor Codes
All color formats for development
HEX
#CEDDEERGB
rgb(206, 221, 238)HSL
hsl(212, 48%, 87%)OKLCH
oklch(0.891 0.028 251.5)CMYK
cmyk(13%, 7%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ADC6E2
2#8CAFD7
3#6B98CB
4#4B81C0
5#3A6BA4
6#2E5683
7#234063
8#172B42
9#0C1521
Tints
Lighter variations
1#D3E0EF
2#D8E4F1
3#DDE7F3
4#E2EAF5
5#E6EEF6
6#EBF1F8
7#F0F5FA
8#F5F8FC
9#FAFCFD
Tones
Muted variations
1#D0DDEC
2#D1DDEB
3#D3DDE9
4#D4DDE7
5#D6DDE6
6#D7DDE4
7#D9DEE3
8#DBDEE1
9#DCDEDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5ED #E5EDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDD #CEDDEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C2 #A8C2E1 | BordersInactive statesPlaceholder text |
| 400 | 7BA3 #7BA3D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5589 #5589C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A6D #3A6DA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E56 #2E5684 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 213E #213E5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1527 #15273C | Primary textHigh emphasis contentDark headings |
| 950 | 0D19 #0D1926 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F7FB;
--lavender-100: #E5EDF6;
--lavender-200: #CEDDEE;
--lavender-300: #A8C2E1;
--lavender-400: #7BA3D1;
--lavender-500: #5589C3;
--lavender-600: #3A6DA6;
--lavender-700: #2E5684;
--lavender-800: #213E5E;
--lavender-900: #15273C;
--lavender-950: #0D1926;
}