Lavender
#CFD3EC
BlueColor Codes
All color formats for development
HEX
#CFD3ECRGB
rgb(207, 211, 236)HSL
hsl(232, 43%, 87%)OKLCH
oklch(0.872 0.035 278.4)CMYK
cmyk(12%, 11%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0B6DF
2#9099D3
3#707CC6
4#515FBA
5#3F4C9F
6#333D7F
7#262E5F
8#191E3F
9#0D0F20
Tints
Lighter variations
1#D4D8EE
2#D9DCF0
3#DEE0F2
4#E3E5F4
5#E7E9F6
6#ECEEF7
7#F1F2F9
8#F6F6FB
9#FAFBFD
Tones
Muted variations
1#D1D4EB
2#D2D5E9
3#D4D7E8
4#D5D8E6
5#D7D9E5
6#D8DAE4
7#DADBE2
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 #E5E8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D3 #D0D3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB2 #ABB2DE | BordersInactive statesPlaceholder text |
| 400 | 7F8A #7F8ACC | Disabled statesSecondary iconsMuted text |
| 500 | 5B68 #5B68BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 404D #404DA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 333D #333D80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 242C #242C5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 171C #171C3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F11 #0F1124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F5FB;
--lavender-100: #E5E8F5;
--lavender-200: #D0D3EC;
--lavender-300: #ABB2DE;
--lavender-400: #7F8ACC;
--lavender-500: #5B68BE;
--lavender-600: #404DA0;
--lavender-700: #333D80;
--lavender-800: #242C5B;
--lavender-900: #171C3A;
--lavender-950: #0F1124;
}