Lavender
#CFDFED
BlueColor Codes
All color formats for development
HEX
#CFDFEDRGB
rgb(207, 223, 237)HSL
hsl(208, 45%, 87%)OKLCH
oklch(0.896 0.026 244.4)CMYK
cmyk(13%, 6%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AFC9E1
2#8FB4D4
3#6E9EC8
4#4E89BC
5#3D72A1
6#315B81
7#254561
8#182E40
9#0C1720
Tints
Lighter variations
1#D4E2EF
2#D9E5F0
3#DDE8F2
4#E2ECF4
5#E7EFF6
6#ECF2F8
7#F1F5FA
8#F5F9FB
9#FAFCFD
Tones
Muted variations
1#D0DFEB
2#D2DFEA
3#D3DFE8
4#D5DEE7
5#D6DEE5
6#D8DEE4
7#D9DEE2
8#DBDEE1
9#DCDEDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EE #E5EEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDF #CFDFED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAC6 #AAC6DF | BordersInactive statesPlaceholder text |
| 400 | 7EA8 #7EA8CE | Disabled statesSecondary iconsMuted text |
| 500 | 5990 #5990C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E74 #3E74A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 315C #315C81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2342 #23425C | Text on light backgroundsHeadingsStrong borders |
| 900 | 162A #162A3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1A #0E1A25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F8FB;
--lavender-100: #E5EEF5;
--lavender-200: #CFDFED;
--lavender-300: #AAC6DF;
--lavender-400: #7EA8CE;
--lavender-500: #5990C0;
--lavender-600: #3E74A3;
--lavender-700: #315C81;
--lavender-800: #23425C;
--lavender-900: #162A3B;
--lavender-950: #0E1A25;
}