Lavender
#CFDFEC
BlueColor Codes
All color formats for development
HEX
#CFDFECRGB
rgb(207, 223, 236)HSL
hsl(207, 43%, 87%)OKLCH
oklch(0.896 0.025 242.4)CMYK
cmyk(12%, 6%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0CADF
2#90B5D3
3#70A0C6
4#518ABA
5#3F749F
6#335D7F
7#26455F
8#192E3F
9#0D1720
Tints
Lighter variations
1#D4E2EE
2#D9E6F0
3#DEE9F2
4#E3ECF4
5#E7EFF6
6#ECF2F7
7#F1F5F9
8#F6F9FB
9#FAFCFD
Tones
Muted variations
1#D1DFEB
2#D2DFE9
3#D4DFE8
4#D5DFE6
5#D7DFE5
6#D8DEE4
7#DADEE2
8#DBDEE1
9#DCDEDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EE #E5EEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DF #D0DFEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC7 #ABC7DE | BordersInactive statesPlaceholder text |
| 400 | 7FAA #7FAACC | Disabled statesSecondary iconsMuted text |
| 500 | 5B91 #5B91BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4075 #4075A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 335D #335D80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2442 #24425B | Text on light backgroundsHeadingsStrong borders |
| 900 | 172B #172B3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1B #0F1B24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F8FB;
--lavender-100: #E5EEF5;
--lavender-200: #D0DFEC;
--lavender-300: #ABC7DE;
--lavender-400: #7FAACC;
--lavender-500: #5B91BE;
--lavender-600: #4075A0;
--lavender-700: #335D80;
--lavender-800: #24425B;
--lavender-900: #172B3A;
--lavender-950: #0F1B24;
}