Lavender
#CFD2ED
BlueColor Codes
All color formats for development
HEX
#CFD2EDRGB
rgb(207, 210, 237)HSL
hsl(234, 45%, 87%)OKLCH
oklch(0.87 0.037 280.6)CMYK
cmyk(13%, 11%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AFB4E1
2#8F96D4
3#6E77C8
4#4E59BC
5#3D47A1
6#313981
7#252B61
8#181C40
9#0C0E20
Tints
Lighter variations
1#D4D6EF
2#D9DBF0
3#DDDFF2
4#E2E4F4
5#E7E8F6
6#ECEDF8
7#F1F1FA
8#F5F6FB
9#FAFAFD
Tones
Muted variations
1#D0D3EB
2#D2D4EA
3#D3D5E8
4#D5D7E7
5#D6D8E5
6#D8D9E4
7#D9DAE2
8#DBDBE1
9#DCDDDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E7 #E5E7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD2 #CFD2ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAAF #AAAFDF | BordersInactive statesPlaceholder text |
| 400 | 7E86 #7E86CE | Disabled statesSecondary iconsMuted text |
| 500 | 5963 #5963C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E48 #3E48A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3139 #313981 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2329 #23295C | Text on light backgroundsHeadingsStrong borders |
| 900 | 161A #161A3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E10 #0E1025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F5FB;
--lavender-100: #E5E7F5;
--lavender-200: #CFD2ED;
--lavender-300: #AAAFDF;
--lavender-400: #7E86CE;
--lavender-500: #5963C0;
--lavender-600: #3E48A3;
--lavender-700: #313981;
--lavender-800: #23295C;
--lavender-900: #161A3B;
--lavender-950: #0E1025;
}