Lavender
#C4C9F8
BlueColor Codes
All color formats for development
HEX
#C4C9F8RGB
rgb(196, 201, 248)HSL
hsl(234, 79%, 87%)OKLCH
oklch(0.848 0.066 280.1)CMYK
cmyk(21%, 19%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9CA5F3
2#7480EF
3#4D5CEA
4#2538E5
5#1729C7
6#13219F
7#0E1877
8#09104F
9#050828
Tints
Lighter variations
1#CACEF9
2#D0D4F9
3#D5D9FA
4#DBDFFB
5#E1E4FC
6#E7E9FC
7#EDEFFD
8#F3F4FE
9#F9FAFE
Tones
Muted variations
1#C6CBF5
2#C9CDF3
3#CCCFF0
4#CED1EE
5#D1D3EB
6#D3D5E8
7#D6D8E6
8#D9DAE3
9#DBDCE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE2 #DFE2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C9 #C4C9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 969F #969FF3 | BordersInactive statesPlaceholder text |
| 400 | 5F6D #5F6DEC | Disabled statesSecondary iconsMuted text |
| 500 | 3244 #3244E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1829 #1829C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1321 #1321A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D17 #0D1772 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090F #090F49 | Primary textHigh emphasis contentDark headings |
| 950 | 0509 #05092E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F3FD;
--lavender-100: #DFE2FB;
--lavender-200: #C4C9F8;
--lavender-300: #969FF3;
--lavender-400: #5F6DEC;
--lavender-500: #3244E7;
--lavender-600: #1829C9;
--lavender-700: #1321A0;
--lavender-800: #0D1772;
--lavender-900: #090F49;
--lavender-950: #05092E;
}