Lavender
#C8C1FB
BlueColor Codes
All color formats for development
HEX
#C8C1FBRGB
rgb(200, 193, 251)HSL
hsl(247, 88%, 87%)OKLCH
oklch(0.836 0.081 290.1)CMYK
cmyk(20%, 23%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A297F8
2#7D6DF6
3#5844F3
4#331AF0
5#240DD1
6#1D0BA7
7#16087D
8#0E0553
9#07032A
Tints
Lighter variations
1#CDC7FB
2#D3CDFC
3#D8D3FC
4#DEDAFD
5#E3E0FD
6#E9E6FD
7#EEECFE
8#F4F3FE
9#F9F9FF
Tones
Muted variations
1#CAC4F8
2#CCC7F5
3#CEC9F2
4#D0CCEF
5#D3CFEC
6#D5D2EA
7#D7D5E7
8#D9D8E4
9#DCDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DD #E1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C1 #C7C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D91 #9D91F8 | BordersInactive statesPlaceholder text |
| 400 | 6A57 #6A57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 3F27 #3F27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 250D #250DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D0B #1D0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1508 #150878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D05 #0D054D | Primary textHigh emphasis contentDark headings |
| 950 | 0803 #080330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F1FE;
--lavender-100: #E1DDFD;
--lavender-200: #C7C1FB;
--lavender-300: #9D91F8;
--lavender-400: #6A57F4;
--lavender-500: #3F27F1;
--lavender-600: #250DD3;
--lavender-700: #1D0BA8;
--lavender-800: #150878;
--lavender-900: #0D054D;
--lavender-950: #080330;
}