Lavender
#C3CCF9
BlueColor Codes
All color formats for development
HEX
#C3CCF9RGB
rgb(195, 204, 249)HSL
hsl(230, 82%, 87%)OKLCH
oklch(0.853 0.063 276.1)CMYK
cmyk(22%, 18%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9AA9F5
2#7287F1
3#4A65ED
4#2142E9
5#1432CA
6#1028A2
7#0C1E79
8#081451
9#040A28
Tints
Lighter variations
1#C9D1FA
2#CFD6FA
3#D5DBFB
4#DBE0FB
5#E1E5FC
6#E7EAFD
7#EDF0FD
8#F3F5FE
9#F9FAFE
Tones
Muted variations
1#C5CEF6
2#C8CFF4
3#CBD1F1
4#CED3EE
5#D0D5EB
6#D3D7E9
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 | C3CC #C3CCF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94A4 #94A4F4 | BordersInactive statesPlaceholder text |
| 400 | 5D75 #5D75EF | Disabled statesSecondary iconsMuted text |
| 500 | 2E4E #2E4EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1433 #1433CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1028 #1028A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B1D #0B1D74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0712 #07124A | Primary textHigh emphasis contentDark headings |
| 950 | 050C #050C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F3FE;
--lavender-100: #DFE3FC;
--lavender-200: #C3CCF9;
--lavender-300: #94A4F4;
--lavender-400: #5D75EF;
--lavender-500: #2E4EEA;
--lavender-600: #1433CC;
--lavender-700: #1028A2;
--lavender-800: #0B1D74;
--lavender-900: #07124A;
--lavender-950: #050C2E;
}