Lavender
#C3CBF9
BlueColor Codes
All color formats for development
HEX
#C3CBF9RGB
rgb(195, 203, 249)HSL
hsl(231, 82%, 87%)OKLCH
oklch(0.851 0.065 277.2)CMYK
cmyk(22%, 18%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9AA8F5
2#7285F1
3#4A62ED
4#213FE9
5#142FCA
6#1026A2
7#0C1C79
8#081351
9#040928
Tints
Lighter variations
1#C9D0FA
2#CFD5FA
3#D5DAFB
4#DBE0FB
5#E1E5FC
6#E7EAFD
7#EDEFFD
8#F3F5FE
9#F9FAFE
Tones
Muted variations
1#C5CDF6
2#C8CFF4
3#CBD1F1
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 | DFE3 #DFE3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CB #C3CBF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94A3 #94A3F4 | BordersInactive statesPlaceholder text |
| 400 | 5D73 #5D73EF | Disabled statesSecondary iconsMuted text |
| 500 | 2E4A #2E4AEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1430 #1430CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1026 #1026A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B1B #0B1B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0711 #07114A | Primary textHigh emphasis contentDark headings |
| 950 | 050B #050B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F3FE;
--lavender-100: #DFE3FC;
--lavender-200: #C3CBF9;
--lavender-300: #94A3F4;
--lavender-400: #5D73EF;
--lavender-500: #2E4AEA;
--lavender-600: #1430CC;
--lavender-700: #1026A2;
--lavender-800: #0B1B74;
--lavender-900: #07114A;
--lavender-950: #050B2E;
}