Lavender
#CFE2EC
BlueColor Codes
All color formats for development
HEX
#CFE2ECRGB
rgb(207, 226, 236)HSL
hsl(201, 43%, 87%)OKLCH
oklch(0.902 0.025 230.5)CMYK
cmyk(12%, 4%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0CFDF
2#90BBD3
3#70A8C6
4#5195BA
5#3F7D9F
6#33647F
7#264B5F
8#19323F
9#0D1920
Tints
Lighter variations
1#D4E5EE
2#D9E8F0
3#DEEBF2
4#E3EEF4
5#E7F1F6
6#ECF3F7
7#F1F6F9
8#F6F9FB
9#FAFCFD
Tones
Muted variations
1#D1E2EB
2#D2E1E9
3#D4E1E8
4#D5E0E6
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 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EF #E5EFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E2 #D0E2EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABCC #ABCCDE | BordersInactive statesPlaceholder text |
| 400 | 7FB1 #7FB1CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B9B #5B9BBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 407F #407FA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3365 #336580 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2448 #24485B | Text on light backgroundsHeadingsStrong borders |
| 900 | 172E #172E3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1D #0F1D24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F8FB;
--lavender-100: #E5EFF5;
--lavender-200: #D0E2EC;
--lavender-300: #ABCCDE;
--lavender-400: #7FB1CC;
--lavender-500: #5B9BBE;
--lavender-600: #407FA0;
--lavender-700: #336580;
--lavender-800: #24485B;
--lavender-900: #172E3A;
--lavender-950: #0F1D24;
}