Lavender
#C3CAF9
BlueColor Codes
All color formats for development
HEX
#C3CAF9RGB
rgb(195, 202, 249)HSL
hsl(232, 82%, 87%)OKLCH
oklch(0.849 0.066 278.3)CMYK
cmyk(22%, 19%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9AA6F5
2#7283F1
3#4A5FED
4#213CE9
5#142CCA
6#1023A2
7#0C1B79
8#081251
9#040928
Tints
Lighter variations
1#C9CFFA
2#CFD5FA
3#D5DAFB
4#DBDFFB
5#E1E4FC
6#E7EAFD
7#EDEFFD
8#F3F4FE
9#F9FAFE
Tones
Muted variations
1#C5CCF6
2#C8CEF4
3#CBD0F1
4#CED2EE
5#D0D4EB
6#D3D6E9
7#D6D8E6
8#D8DAE3
9#DBDCE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE2 #DFE2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CA #C3CAF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94A1 #94A1F4 | BordersInactive statesPlaceholder text |
| 400 | 5D70 #5D70EF | Disabled statesSecondary iconsMuted text |
| 500 | 2E47 #2E47EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 142D #142DCC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1024 #1024A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B19 #0B1974 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0710 #07104A | Primary textHigh emphasis contentDark headings |
| 950 | 050A #050A2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F3FE;
--lavender-100: #DFE2FC;
--lavender-200: #C3CAF9;
--lavender-300: #94A1F4;
--lavender-400: #5D70EF;
--lavender-500: #2E47EA;
--lavender-600: #142DCC;
--lavender-700: #1024A2;
--lavender-800: #0B1974;
--lavender-900: #07104A;
--lavender-950: #050A2E;
}