Lavender
#C4CEF7
BlueColor Codes
All color formats for development
HEX
#C4CEF7RGB
rgb(196, 206, 247)HSL
hsl(228, 76%, 87%)OKLCH
oklch(0.857 0.058 274.4)CMYK
cmyk(21%, 17%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9EAEF2
2#778EEC
3#506EE7
4#284EE2
5#1B3CC3
6#15309C
7#102475
8#0B184E
9#050C27
Tints
Lighter variations
1#CAD4F8
2#D0D8F9
3#D6DDF9
4#DCE2FA
5#E2E7FB
6#E8ECFC
7#EDF1FD
8#F3F5FD
9#F9FAFE
Tones
Muted variations
1#C7D0F5
2#CAD2F2
3#CCD3EF
4#CFD5ED
5#D1D6EA
6#D4D8E8
7#D6D9E5
8#D9DBE3
9#DBDCE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E5 #E0E5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5CF #C5CFF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98AA #98AAF1 | BordersInactive statesPlaceholder text |
| 400 | 627D #627DEA | Disabled statesSecondary iconsMuted text |
| 500 | 3558 #3558E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B3D #1B3DC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1531 #15319D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F23 #0F2370 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A16 #0A1648 | Primary textHigh emphasis contentDark headings |
| 950 | 060E #060E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F4FD;
--lavender-100: #E0E5FB;
--lavender-200: #C5CFF7;
--lavender-300: #98AAF1;
--lavender-400: #627DEA;
--lavender-500: #3558E3;
--lavender-600: #1B3DC5;
--lavender-700: #15319D;
--lavender-800: #0F2370;
--lavender-900: #0A1648;
--lavender-950: #060E2D;
}