Lavender
#CDDDEE
BlueColor Codes
All color formats for development
HEX
#CDDDEERGB
rgb(205, 221, 238)HSL
hsl(211, 49%, 87%)OKLCH
oklch(0.891 0.029 249.8)CMYK
cmyk(14%, 7%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ADC7E3
2#8BB0D7
3#6A9ACC
4#4983C1
5#396DA5
6#2D5784
7#224163
8#172C42
9#0B1621
Tints
Lighter variations
1#D3E1F0
2#D7E4F1
3#DCE7F3
4#E1EBF5
5#E6EEF7
6#EBF2F8
7#F0F5FA
8#F5F8FC
9#FAFCFD
Tones
Muted variations
1#CFDDEC
2#D1DDEB
3#D2DDE9
4#D4DEE8
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 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4ED #E4EDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDD #CEDDEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C3 #A8C3E1 | BordersInactive statesPlaceholder text |
| 400 | 7AA4 #7AA4D1 | Disabled statesSecondary iconsMuted text |
| 500 | 548A #548AC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 396E #396EA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E58 #2E5885 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 213F #213F5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1528 #15283D | 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: #E4EDF6;
--lavender-200: #CEDDEE;
--lavender-300: #A8C3E1;
--lavender-400: #7AA4D1;
--lavender-500: #548AC4;
--lavender-600: #396EA7;
--lavender-700: #2E5885;
--lavender-800: #213F5F;
--lavender-900: #15283D;
--lavender-950: #0D1926;
}