Lavender
#C7C2F9
BlueColor Codes
All color formats for development
HEX
#C7C2F9RGB
rgb(199, 194, 249)HSL
hsl(245, 82%, 87%)OKLCH
oklch(0.837 0.076 288.8)CMYK
cmyk(20%, 22%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A29AF5
2#7D72F1
3#574AED
4#3221E9
5#2314CA
6#1C10A2
7#150C79
8#0E0851
9#070428
Tints
Lighter variations
1#CDC9FA
2#D2CFFA
3#D8D5FB
4#DEDBFB
5#E3E1FC
6#E9E7FD
7#EEEDFD
8#F4F3FE
9#F9F9FE
Tones
Muted variations
1#C9C5F6
2#CCC8F4
3#CECBF1
4#D0CEEE
5#D3D0EB
6#D5D3E9
7#D7D6E6
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 | E1DF #E1DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C3 #C7C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C94 #9C94F4 | BordersInactive statesPlaceholder text |
| 400 | 695D #695DEF | Disabled statesSecondary iconsMuted text |
| 500 | 3E2E #3E2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2414 #2414CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C10 #1C10A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 140B #140B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D07 #0D074A | Primary textHigh emphasis contentDark headings |
| 950 | 0805 #08052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F1FE;
--lavender-100: #E1DFFC;
--lavender-200: #C7C3F9;
--lavender-300: #9C94F4;
--lavender-400: #695DEF;
--lavender-500: #3E2EEA;
--lavender-600: #2414CC;
--lavender-700: #1C10A2;
--lavender-800: #140B74;
--lavender-900: #0D074A;
--lavender-950: #08052E;
}