Lavender
#CFD7ED
BlueColor Codes
All color formats for development
HEX
#CFD7EDRGB
rgb(207, 215, 237)HSL
hsl(224, 45%, 87%)OKLCH
oklch(0.88 0.032 269.8)CMYK
cmyk(13%, 9%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AFBCE1
2#8FA1D4
3#6E86C8
4#4E6CBC
5#3D58A1
6#314681
7#253561
8#182340
9#0C1220
Tints
Lighter variations
1#D4DBEF
2#D9DFF0
3#DDE3F2
4#E2E7F4
5#E7EBF6
6#ECEFF8
7#F1F3FA
8#F5F7FB
9#FAFBFD
Tones
Muted variations
1#D0D8EB
2#D2D8EA
3#D3D9E8
4#D5DAE7
5#D6DAE5
6#D8DBE4
7#D9DCE2
8#DBDCE1
9#DCDDDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD7 #CFD7ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAB8 #AAB8DF | BordersInactive statesPlaceholder text |
| 400 | 7E93 #7E93CE | Disabled statesSecondary iconsMuted text |
| 500 | 5974 #5974C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E59 #3E59A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3147 #314781 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2332 #23325C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1620 #16203B | Primary textHigh emphasis contentDark headings |
| 950 | 0E14 #0E1425 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F6FB;
--lavender-100: #E5E9F5;
--lavender-200: #CFD7ED;
--lavender-300: #AAB8DF;
--lavender-400: #7E93CE;
--lavender-500: #5974C0;
--lavender-600: #3E59A3;
--lavender-700: #314781;
--lavender-800: #23325C;
--lavender-900: #16203B;
--lavender-950: #0E1425;
}