Lavender
#C0C9FC
BlueColor Codes
All color formats for development
HEX
#C0C9FCRGB
rgb(192, 201, 252)HSL
hsl(231, 91%, 87%)OKLCH
oklch(0.846 0.072 276.9)CMYK
cmyk(24%, 20%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#95A4FA
2#6B80F8
3#415CF6
4#1637F4
5#0A28D4
6#0820A9
7#06187F
8#041055
9#02082A
Tints
Lighter variations
1#C6CEFC
2#CCD4FD
3#D3D9FD
4#D9DEFD
5#DFE4FE
6#E6E9FE
7#ECEFFE
8#F2F4FE
9#F9FAFF
Tones
Muted variations
1#C3CBF9
2#C6CDF6
3#C9CFF3
4#CCD1F0
5#CFD3ED
6#D2D5EA
7#D5D8E7
8#D8DAE4
9#DBDCE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE2 #DDE2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C9 #C0C9FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8F9F #8F9FFA | BordersInactive statesPlaceholder text |
| 400 | 556D #556DF7 | Disabled statesSecondary iconsMuted text |
| 500 | 2443 #2443F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A29 #0A29D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0820 #0820AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0617 #06177A | Text on light backgroundsHeadingsStrong borders |
| 900 | 040F #040F4E | Primary textHigh emphasis contentDark headings |
| 950 | 0209 #020931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F2FE;
--lavender-100: #DDE2FD;
--lavender-200: #C0C9FC;
--lavender-300: #8F9FFA;
--lavender-400: #556DF7;
--lavender-500: #2443F5;
--lavender-600: #0A29D6;
--lavender-700: #0820AA;
--lavender-800: #06177A;
--lavender-900: #040F4E;
--lavender-950: #020931;
}