Lavender
#C8C2F9
BlueColor Codes
All color formats for development
HEX
#C8C2F9RGB
rgb(200, 194, 249)HSL
hsl(247, 82%, 87%)OKLCH
oklch(0.837 0.077 289.6)CMYK
cmyk(20%, 22%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A59AF5
2#8172F1
3#5D4AED
4#3821E9
5#2914CA
6#2110A2
7#190C79
8#100851
9#080428
Tints
Lighter variations
1#CEC9FA
2#D4CFFA
3#D9D5FB
4#DFDBFB
5#E4E1FC
6#E9E7FD
7#EFEDFD
8#F4F3FE
9#FAF9FE
Tones
Muted variations
1#CBC5F6
2#CDC8F4
3#CFCBF1
4#D1CEEE
5#D3D0EB
6#D6D3E9
7#D8D6E6
8#DAD8E3
9#DCDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C3 #C9C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F94 #9F94F4 | BordersInactive statesPlaceholder text |
| 400 | 6E5D #6E5DEF | Disabled statesSecondary iconsMuted text |
| 500 | 442E #442EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A14 #2A14CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2110 #2110A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 180B #180B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F07 #0F074A | Primary textHigh emphasis contentDark headings |
| 950 | 0905 #09052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F1FE;
--lavender-100: #E2DFFC;
--lavender-200: #C9C3F9;
--lavender-300: #9F94F4;
--lavender-400: #6E5DEF;
--lavender-500: #442EEA;
--lavender-600: #2A14CC;
--lavender-700: #2110A2;
--lavender-800: #180B74;
--lavender-900: #0F074A;
--lavender-950: #09052E;
}