Lavender
#CFDBED
BlueColor Codes
All color formats for development
HEX
#CFDBEDRGB
rgb(207, 219, 237)HSL
hsl(216, 45%, 87%)OKLCH
oklch(0.888 0.028 258.4)CMYK
cmyk(13%, 8%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AFC3E1
2#8FABD4
3#6E92C8
4#4E7ABC
5#3D65A1
6#315181
7#253D61
8#182840
9#0C1420
Tints
Lighter variations
1#D4DEEF
2#D9E2F0
3#DDE6F2
4#E2E9F4
5#E7EDF6
6#ECF1F8
7#F1F4FA
8#F5F8FB
9#FAFBFD
Tones
Muted variations
1#D0DBEB
2#D2DBEA
3#D3DCE8
4#D5DCE7
5#D6DCE5
6#D8DDE4
7#D9DDE2
8#DBDDE1
9#DCDEDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EC #E5ECF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDB #CFDBED | Secondary backgroundsInput backgroundsDividers |
| 300 | AABF #AABFDF | BordersInactive statesPlaceholder text |
| 400 | 7E9E #7E9ECE | Disabled statesSecondary iconsMuted text |
| 500 | 5982 #5982C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E66 #3E66A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3151 #315181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 233A #233A5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1625 #16253B | Primary textHigh emphasis contentDark headings |
| 950 | 0E17 #0E1725 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F7FB;
--lavender-100: #E5ECF5;
--lavender-200: #CFDBED;
--lavender-300: #AABFDF;
--lavender-400: #7E9ECE;
--lavender-500: #5982C0;
--lavender-600: #3E66A3;
--lavender-700: #315181;
--lavender-800: #233A5C;
--lavender-900: #16253B;
--lavender-950: #0E1725;
}