Lavender
#CFE3EC
BlueColor Codes
All color formats for development
HEX
#CFE3ECRGB
rgb(207, 227, 236)HSL
hsl(199, 43%, 87%)OKLCH
oklch(0.904 0.025 226.5)CMYK
cmyk(12%, 4%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0D0DF
2#90BED3
3#70ABC6
4#5198BA
5#3F809F
6#33677F
7#264D5F
8#19333F
9#0D1A20
Tints
Lighter variations
1#D4E6EE
2#D9E9F0
3#DEEBF2
4#E3EEF4
5#E7F1F6
6#ECF4F7
7#F1F7F9
8#F6F9FB
9#FAFCFD
Tones
Muted variations
1#D1E3EB
2#D2E2E9
3#D4E2E8
4#D5E1E6
5#D7E0E5
6#D8E0E4
7#DADFE2
8#DBDFE1
9#DCDEDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F0 #E5F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E3 #D0E3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABCE #ABCEDE | BordersInactive statesPlaceholder text |
| 400 | 7FB4 #7FB4CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B9E #5B9EBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4082 #4082A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3367 #336780 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 244A #244A5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 172F #172F3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1E #0F1E24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F9FB;
--lavender-100: #E5F0F5;
--lavender-200: #D0E3EC;
--lavender-300: #ABCEDE;
--lavender-400: #7FB4CC;
--lavender-500: #5B9EBE;
--lavender-600: #4082A0;
--lavender-700: #336780;
--lavender-800: #244A5B;
--lavender-900: #172F3A;
--lavender-950: #0F1E24;
}