Lavender
#CFD4EC
BlueColor Codes
All color formats for development
HEX
#CFD4ECRGB
rgb(207, 212, 236)HSL
hsl(230, 43%, 87%)OKLCH
oklch(0.873 0.034 276.3)CMYK
cmyk(12%, 10%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0B8DF
2#909BD3
3#707FC6
4#5162BA
5#3F4F9F
6#333F7F
7#262F5F
8#19203F
9#0D1020
Tints
Lighter variations
1#D4D9EE
2#D9DDF0
3#DEE1F2
4#E3E5F4
5#E7EAF6
6#ECEEF7
7#F1F2F9
8#F6F6FB
9#FAFBFD
Tones
Muted variations
1#D1D5EB
2#D2D6E9
3#D4D7E8
4#D5D8E6
5#D7D9E5
6#D8DAE4
7#DADBE2
8#DBDCE1
9#DCDDDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E8 #E5E8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D4 #D0D4EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB4 #ABB4DE | BordersInactive statesPlaceholder text |
| 400 | 7F8C #7F8CCC | Disabled statesSecondary iconsMuted text |
| 500 | 5B6B #5B6BBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4050 #4050A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3340 #334080 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 242D #242D5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 171D #171D3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F12 #0F1224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F5FB;
--lavender-100: #E5E8F5;
--lavender-200: #D0D4EC;
--lavender-300: #ABB4DE;
--lavender-400: #7F8CCC;
--lavender-500: #5B6BBE;
--lavender-600: #4050A0;
--lavender-700: #334080;
--lavender-800: #242D5B;
--lavender-900: #171D3A;
--lavender-950: #0F1224;
}