Lavender
#C8CAF4
BlueColor Codes
All color formats for development
HEX
#C8CAF4RGB
rgb(200, 202, 244)HSL
hsl(237, 67%, 87%)OKLCH
oklch(0.851 0.058 282.9)CMYK
cmyk(18%, 17%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A3A6ED
2#7E83E5
3#585FDE
4#333CD7
5#252CB9
6#1D2394
7#161A6F
8#0F124A
9#070925
Tints
Lighter variations
1#CDCFF5
2#D3D4F6
3#D8DAF7
4#DEDFF8
5#E3E4FA
6#E9EAFB
7#EEEFFC
8#F4F4FD
9#F9FAFE
Tones
Muted variations
1#CACCF2
2#CCCEF0
3#CED0ED
4#D1D2EB
5#D3D4E9
6#D5D6E7
7#D7D8E5
8#D9DAE2
9#DCDCE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E2 #E1E2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8CA #C8CAF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DA1 #9DA1EC | BordersInactive statesPlaceholder text |
| 400 | 6A70 #6A70E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3F47 #3F47D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 252D #252DBB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D23 #1D2395 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1519 #15196A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D10 #0D1044 | Primary textHigh emphasis contentDark headings |
| 950 | 080A #080A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F3FC;
--lavender-100: #E1E2F9;
--lavender-200: #C8CAF4;
--lavender-300: #9DA1EC;
--lavender-400: #6A70E2;
--lavender-500: #3F47D9;
--lavender-600: #252DBB;
--lavender-700: #1D2395;
--lavender-800: #15196A;
--lavender-900: #0D1044;
--lavender-950: #080A2B;
}