Lavender
#CFD2EC
BlueColor Codes
All color formats for development
HEX
#CFD2ECRGB
rgb(207, 210, 236)HSL
hsl(234, 43%, 87%)OKLCH
oklch(0.87 0.036 280.4)CMYK
cmyk(12%, 11%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0B5DF
2#9097D3
3#7079C6
4#515BBA
5#3F499F
6#333A7F
7#262C5F
8#191D3F
9#0D0F20
Tints
Lighter variations
1#D4D7EE
2#D9DBF0
3#DEE0F2
4#E3E4F4
5#E7E9F6
6#ECEDF7
7#F1F2F9
8#F6F6FB
9#FAFBFD
Tones
Muted variations
1#D1D4EB
2#D2D5E9
3#D4D6E8
4#D5D7E6
5#D7D8E5
6#D8D9E4
7#DADAE2
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 #E5E7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D2 #D0D2EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB0 #ABB0DE | BordersInactive statesPlaceholder text |
| 400 | 7F87 #7F87CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B65 #5B65BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 404A #404AA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 333B #333B80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 242A #242A5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 171B #171B3A | 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: #E5E7F5;
--lavender-200: #D0D2EC;
--lavender-300: #ABB0DE;
--lavender-400: #7F87CC;
--lavender-500: #5B65BE;
--lavender-600: #404AA0;
--lavender-700: #333B80;
--lavender-800: #242A5B;
--lavender-900: #171B3A;
--lavender-950: #0F1124;
}