Lavender
#C8C2FA
BlueColor Codes
All color formats for development
HEX
#C8C2FARGB
rgb(200, 194, 250)HSL
hsl(246, 85%, 87%)OKLCH
oklch(0.838 0.078 289.5)CMYK
cmyk(20%, 22%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A299F7
2#7D70F3
3#5747F0
4#321EED
5#2311CD
6#1C0DA4
7#150A7B
8#0E0752
9#070329
Tints
Lighter variations
1#CDC8FB
2#D2CEFB
3#D8D4FC
4#DEDAFC
5#E3E0FD
6#E9E6FD
7#EEEDFE
8#F4F3FE
9#F9F9FF
Tones
Muted variations
1#CAC4F7
2#CCC7F4
3#CECAF2
4#D0CDEF
5#D3D0EC
6#D5D3E9
7#D7D5E6
8#D9D8E3
9#DCDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DE #E1DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C2 #C7C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C92 #9C92F6 | BordersInactive statesPlaceholder text |
| 400 | 695A #695AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E2B #3E2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2411 #2411D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D0D #1D0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 140A #140A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D06 #0D064B | Primary textHigh emphasis contentDark headings |
| 950 | 0804 #08042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F1FE;
--lavender-100: #E1DEFC;
--lavender-200: #C7C2FA;
--lavender-300: #9C92F6;
--lavender-400: #695AF2;
--lavender-500: #3E2BEE;
--lavender-600: #2411D0;
--lavender-700: #1D0DA5;
--lavender-800: #140A76;
--lavender-900: #0D064B;
--lavender-950: #08042F;
}