Lavender
#CED3EE
BlueColor Codes
All color formats for development
HEX
#CED3EERGB
rgb(206, 211, 238)HSL
hsl(231, 48%, 87%)OKLCH
oklch(0.871 0.038 277.3)CMYK
cmyk(13%, 11%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ADB5E2
2#8C97D7
3#6B7ACB
4#4B5CC0
5#3A4AA4
6#2E3B83
7#232C63
8#171D42
9#0C0F21
Tints
Lighter variations
1#D3D7EF
2#D8DCF1
3#DDE0F3
4#E2E4F5
5#E6E9F6
6#EBEDF8
7#F0F2FA
8#F5F6FC
9#FAFBFD
Tones
Muted variations
1#D0D4EC
2#D1D5EB
3#D3D6E9
4#D4D7E7
5#D6D8E6
6#D7D9E4
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 | E5E7 #E5E7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED3 #CED3EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B1 #A8B1E1 | BordersInactive statesPlaceholder text |
| 400 | 7B88 #7B88D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5566 #5566C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A4B #3A4BA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E3B #2E3B84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 212A #212A5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 151B #151B3C | Primary textHigh emphasis contentDark headings |
| 950 | 0D11 #0D1126 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F5FB;
--lavender-100: #E5E7F6;
--lavender-200: #CED3EE;
--lavender-300: #A8B1E1;
--lavender-400: #7B88D1;
--lavender-500: #5566C3;
--lavender-600: #3A4BA6;
--lavender-700: #2E3B84;
--lavender-800: #212A5E;
--lavender-900: #151B3C;
--lavender-950: #0D1126;
}