Lavender
#C5C1FB
BlueColor Codes
All color formats for development
HEX
#C5C1FBRGB
rgb(197, 193, 251)HSL
hsl(244, 88%, 87%)OKLCH
oklch(0.834 0.081 287.7)CMYK
cmyk(22%, 23%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9D97F8
2#766DF6
3#4F44F3
4#281AF0
5#1A0DD1
6#150BA7
7#10087D
8#0B0553
9#05032A
Tints
Lighter variations
1#CAC7FB
2#D0CDFC
3#D6D3FC
4#DCDAFD
5#E2E0FD
6#E8E6FD
7#EDECFE
8#F3F3FE
9#F9F9FF
Tones
Muted variations
1#C7C4F8
2#CAC7F5
3#CCC9F2
4#CFCCEF
5#D1CFEC
6#D4D2EA
7#D6D5E7
8#D9D8E4
9#DBDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C1 #C5C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9891 #9891F8 | BordersInactive statesPlaceholder text |
| 400 | 6257 #6257F4 | Disabled statesSecondary iconsMuted text |
| 500 | 3527 #3527F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B0D #1B0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 150B #150BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F08 #0F0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A05 #0A054D | Primary textHigh emphasis contentDark headings |
| 950 | 0603 #060330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F1FE;
--lavender-100: #E0DDFD;
--lavender-200: #C5C1FB;
--lavender-300: #9891F8;
--lavender-400: #6257F4;
--lavender-500: #3527F1;
--lavender-600: #1B0DD3;
--lavender-700: #150BA8;
--lavender-800: #0F0878;
--lavender-900: #0A054D;
--lavender-950: #060330;
}