Lavender
#CDDEEE
BlueColor Codes
All color formats for development
HEX
#CDDEEERGB
rgb(205, 222, 238)HSL
hsl(209, 49%, 87%)OKLCH
oklch(0.893 0.029 246.5)CMYK
cmyk(14%, 7%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ADC9E3
2#8BB3D7
3#6A9DCC
4#4987C1
5#3971A5
6#2D5A84
7#224463
8#172D42
9#0B1721
Tints
Lighter variations
1#D3E2F0
2#D7E5F1
3#DCE8F3
4#E1EBF5
5#E6EFF7
6#EBF2F8
7#F0F5FA
8#F5F8FC
9#FAFCFD
Tones
Muted variations
1#CFDEEC
2#D1DEEB
3#D2DEE9
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 | CEDE #CEDEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C5 #A8C5E1 | BordersInactive statesPlaceholder text |
| 400 | 7AA7 #7AA7D1 | Disabled statesSecondary iconsMuted text |
| 500 | 548E #548EC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3972 #3972A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E5B #2E5B85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2141 #21415F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1529 #15293D | 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: #F4F7FB;
--lavender-100: #E4EDF6;
--lavender-200: #CEDEEE;
--lavender-300: #A8C5E1;
--lavender-400: #7AA7D1;
--lavender-500: #548EC4;
--lavender-600: #3972A7;
--lavender-700: #2E5B85;
--lavender-800: #21415F;
--lavender-900: #15293D;
--lavender-950: #0D1A26;
}