Lavender
#C3C4F9
BlueColor Codes
All color formats for development
HEX
#C3C4F9RGB
rgb(195, 196, 249)HSL
hsl(239, 82%, 87%)OKLCH
oklch(0.837 0.074 283.8)CMYK
cmyk(22%, 21%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9A9CF5
2#7274F1
3#4A4CED
4#2124E9
5#1417CA
6#1012A2
7#0C0E79
8#080951
9#040528
Tints
Lighter variations
1#C9CAFA
2#CFCFFA
3#D5D5FB
4#DBDBFB
5#E1E1FC
6#E7E7FD
7#EDEDFD
8#F3F3FE
9#F9F9FE
Tones
Muted variations
1#C5C6F6
2#C8C9F4
3#CBCBF1
4#CECEEE
5#D0D1EB
6#D3D3E9
7#D6D6E6
8#D8D9E3
9#DBDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C4 #C3C4F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9496 #9496F4 | BordersInactive statesPlaceholder text |
| 400 | 5D5F #5D5FEF | Disabled statesSecondary iconsMuted text |
| 500 | 2E31 #2E31EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1417 #1417CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1013 #1013A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B0D #0B0D74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0708 #07084A | Primary textHigh emphasis contentDark headings |
| 950 | 0505 #05052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F1FE;
--lavender-100: #DFDFFC;
--lavender-200: #C3C4F9;
--lavender-300: #9496F4;
--lavender-400: #5D5FEF;
--lavender-500: #2E31EA;
--lavender-600: #1417CC;
--lavender-700: #1013A2;
--lavender-800: #0B0D74;
--lavender-900: #07084A;
--lavender-950: #05052E;
}