Lavender
#CED2EE
BlueColor Codes
All color formats for development
HEX
#CED2EERGB
rgb(206, 210, 238)HSL
hsl(233, 48%, 87%)OKLCH
oklch(0.869 0.039 279.1)CMYK
cmyk(13%, 12%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ADB3E2
2#8C95D7
3#6B77CB
4#4B58C0
5#3A46A4
6#2E3883
7#232A63
8#171C42
9#0C0E21
Tints
Lighter variations
1#D3D6EF
2#D8DBF1
3#DDDFF3
4#E2E4F5
5#E6E8F6
6#EBEDF8
7#F0F1FA
8#F5F6FC
9#FAFAFD
Tones
Muted variations
1#D0D3EC
2#D1D4EB
3#D3D5E9
4#D4D7E7
5#D6D8E6
6#D7D9E4
7#D9DAE3
8#DBDBE1
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 | CED2 #CED2EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8AF #A8AFE1 | BordersInactive statesPlaceholder text |
| 400 | 7B85 #7B85D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5562 #5562C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A47 #3A47A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E38 #2E3884 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2128 #21285E | Text on light backgroundsHeadingsStrong borders |
| 900 | 151A #151A3C | Primary textHigh emphasis contentDark headings |
| 950 | 0D10 #0D1026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F5FB;
--lavender-100: #E5E7F6;
--lavender-200: #CED2EE;
--lavender-300: #A8AFE1;
--lavender-400: #7B85D1;
--lavender-500: #5562C3;
--lavender-600: #3A47A6;
--lavender-700: #2E3884;
--lavender-800: #21285E;
--lavender-900: #151A3C;
--lavender-950: #0D1026;
}