Lavender
#CFD6EC
BlueColor Codes
All color formats for development
HEX
#CFD6ECRGB
rgb(207, 214, 236)HSL
hsl(226, 43%, 87%)OKLCH
oklch(0.877 0.031 271.7)CMYK
cmyk(12%, 9%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0BBDF
2#90A0D3
3#7084C6
4#5169BA
5#3F559F
6#33447F
7#26335F
8#19223F
9#0D1120
Tints
Lighter variations
1#D4DAEE
2#D9DEF0
3#DEE2F2
4#E3E7F4
5#E7EBF6
6#ECEFF7
7#F1F3F9
8#F6F7FB
9#FAFBFD
Tones
Muted variations
1#D1D7EB
2#D2D8E9
3#D4D9E8
4#D5D9E6
5#D7DAE5
6#D8DBE4
7#DADCE2
8#DBDCE1
9#DCDDDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D6 #D0D6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB7 #ABB7DE | BordersInactive statesPlaceholder text |
| 400 | 7F91 #7F91CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B72 #5B72BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4056 #4056A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3345 #334580 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2431 #24315B | Text on light backgroundsHeadingsStrong borders |
| 900 | 171F #171F3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F14 #0F1424 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F6FB;
--lavender-100: #E5E9F5;
--lavender-200: #D0D6EC;
--lavender-300: #ABB7DE;
--lavender-400: #7F91CC;
--lavender-500: #5B72BE;
--lavender-600: #4056A0;
--lavender-700: #334580;
--lavender-800: #24315B;
--lavender-900: #171F3A;
--lavender-950: #0F1424;
}