Lavender
#C4C2FA
BlueColor Codes
All color formats for development
HEX
#C4C2FARGB
rgb(196, 194, 250)HSL
hsl(242, 85%, 87%)OKLCH
oklch(0.835 0.078 286.2)CMYK
cmyk(22%, 22%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C99F7
2#7470F3
3#4C47F0
4#241EED
5#1711CD
6#120DA4
7#0E0A7B
8#090752
9#050329
Tints
Lighter variations
1#C9C8FB
2#CFCEFB
3#D5D4FC
4#DBDAFC
5#E1E0FD
6#E7E6FD
7#EDEDFE
8#F3F3FE
9#F9F9FF
Tones
Muted variations
1#C6C4F7
2#C9C7F4
3#CBCAF2
4#CECDEF
5#D1D0EC
6#D3D3E9
7#D6D5E6
8#D9D8E3
9#DBDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDE #DFDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C2 #C4C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9692 #9692F6 | BordersInactive statesPlaceholder text |
| 400 | 5F5A #5F5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 312B #312BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1711 #1711D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 120D #120DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D0A #0D0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0806 #08064B | Primary textHigh emphasis contentDark headings |
| 950 | 0504 #05042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F1FE;
--lavender-100: #DFDEFC;
--lavender-200: #C4C2FA;
--lavender-300: #9692F6;
--lavender-400: #5F5AF2;
--lavender-500: #312BEE;
--lavender-600: #1711D0;
--lavender-700: #120DA5;
--lavender-800: #0D0A76;
--lavender-900: #08064B;
--lavender-950: #05042F;
}