Lavender
#CFE1EC
BlueColor Codes
All color formats for development
HEX
#CFE1ECRGB
rgb(207, 225, 236)HSL
hsl(203, 43%, 87%)OKLCH
oklch(0.9 0.024 234.4)CMYK
cmyk(12%, 5%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0CDDF
2#90B9D3
3#70A5C6
4#5191BA
5#3F7A9F
6#33627F
7#26495F
8#19313F
9#0D1820
Tints
Lighter variations
1#D4E4EE
2#D9E7F0
3#DEEAF2
4#E3EDF4
5#E7F0F6
6#ECF3F7
7#F1F6F9
8#F6F9FB
9#FAFCFD
Tones
Muted variations
1#D1E1EB
2#D2E1E9
3#D4E0E8
4#D5E0E6
5#D7E0E5
6#D8DFE4
7#DADFE2
8#DBDFE1
9#DCDEDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EF #E5EFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E1 #D0E1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABCA #ABCADE | BordersInactive statesPlaceholder text |
| 400 | 7FAF #7FAFCC | Disabled statesSecondary iconsMuted text |
| 500 | 5B98 #5B98BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 407B #407BA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3362 #336280 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2446 #24465B | Text on light backgroundsHeadingsStrong borders |
| 900 | 172D #172D3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1C #0F1C24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F8FB;
--lavender-100: #E5EFF5;
--lavender-200: #D0E1EC;
--lavender-300: #ABCADE;
--lavender-400: #7FAFCC;
--lavender-500: #5B98BE;
--lavender-600: #407BA0;
--lavender-700: #336280;
--lavender-800: #24465B;
--lavender-900: #172D3A;
--lavender-950: #0F1C24;
}