Lavender
#CDCFEE
BlueColor Codes
All color formats for development
HEX
#CDCFEERGB
rgb(205, 207, 238)HSL
hsl(236, 49%, 87%)OKLCH
oklch(0.863 0.043 282.5)CMYK
cmyk(14%, 13%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ADB0E3
2#8B91D7
3#6A71CC
4#4951C1
5#3940A5
6#2D3384
7#222663
8#171A42
9#0B0D21
Tints
Lighter variations
1#D3D4F0
2#D7D9F1
3#DCDEF3
4#E1E3F5
5#E6E7F7
6#EBECF8
7#F0F1FA
8#F5F6FC
9#FAFAFD
Tones
Muted variations
1#CFD1EC
2#D1D3EB
3#D2D4E9
4#D4D5E8
5#D6D7E6
6#D7D8E4
7#D9DAE3
8#DBDBE1
9#DCDCDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E6 #E4E6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED0 #CED0EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8AB #A8ABE1 | BordersInactive statesPlaceholder text |
| 400 | 7A80 #7A80D1 | Disabled statesSecondary iconsMuted text |
| 500 | 545C #545CC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3941 #3941A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E33 #2E3385 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2125 #21255F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1517 #15173D | Primary textHigh emphasis contentDark headings |
| 950 | 0D0F #0D0F26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F4FB;
--lavender-100: #E4E6F6;
--lavender-200: #CED0EE;
--lavender-300: #A8ABE1;
--lavender-400: #7A80D1;
--lavender-500: #545CC4;
--lavender-600: #3941A7;
--lavender-700: #2E3385;
--lavender-800: #21255F;
--lavender-900: #15173D;
--lavender-950: #0D0F26;
}