Lavender
#CED4EE
BlueColor Codes
All color formats for development
HEX
#CED4EERGB
rgb(206, 212, 238)HSL
hsl(229, 48%, 87%)OKLCH
oklch(0.873 0.036 275.3)CMYK
cmyk(13%, 11%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ADB7E2
2#8C9AD7
3#6B7DCB
4#4B60C0
5#3A4DA4
6#2E3E83
7#232E63
8#171F42
9#0C0F21
Tints
Lighter variations
1#D3D8EF
2#D8DCF1
3#DDE1F3
4#E2E5F5
5#E6E9F6
6#EBEEF8
7#F0F2FA
8#F5F6FC
9#FAFBFD
Tones
Muted variations
1#D0D5EC
2#D1D6EB
3#D3D7E9
4#D4D8E7
5#D6D9E6
6#D7DAE4
7#D9DBE3
8#DBDCE1
9#DCDDDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E8 #E5E8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED4 #CED4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B3 #A8B3E1 | BordersInactive statesPlaceholder text |
| 400 | 7B8B #7B8BD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5569 #5569C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A4E #3A4EA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E3E #2E3E84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 212C #212C5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 151C #151C3C | Primary textHigh emphasis contentDark headings |
| 950 | 0D12 #0D1226 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F5FB;
--lavender-100: #E5E8F6;
--lavender-200: #CED4EE;
--lavender-300: #A8B3E1;
--lavender-400: #7B8BD1;
--lavender-500: #5569C3;
--lavender-600: #3A4EA6;
--lavender-700: #2E3E84;
--lavender-800: #212C5E;
--lavender-900: #151C3C;
--lavender-950: #0D1226;
}