Lavender
#C3C2FA
BlueColor Codes
All color formats for development
HEX
#C3C2FARGB
rgb(195, 194, 250)HSL
hsl(241, 85%, 87%)OKLCH
oklch(0.834 0.078 285.4)CMYK
cmyk(22%, 22%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9A99F7
2#7270F3
3#4947F0
4#211EED
5#1411CD
6#100DA4
7#0C0A7B
8#080752
9#040329
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#C5C4F7
2#C8C7F4
3#CBCAF2
4#CECDEF
5#D0D0EC
6#D3D3E9
7#D6D5E6
8#D8D8E3
9#DBDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEDE #DEDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C2 #C3C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9492 #9492F6 | BordersInactive statesPlaceholder text |
| 400 | 5C5A #5C5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2E2B #2E2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1411 #1411D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 100D #100DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B0A #0B0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0706 #07064B | 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: #DEDEFC;
--lavender-200: #C3C2FA;
--lavender-300: #9492F6;
--lavender-400: #5C5AF2;
--lavender-500: #2E2BEE;
--lavender-600: #1411D0;
--lavender-700: #100DA5;
--lavender-800: #0B0A76;
--lavender-900: #07064B;
--lavender-950: #05042F;
}