Lavender
#C2C3FA
BlueColor Codes
All color formats for development
HEX
#C2C3FARGB
rgb(194, 195, 250)HSL
hsl(239, 85%, 87%)OKLCH
oklch(0.835 0.077 283.8)CMYK
cmyk(22%, 22%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#999AF7
2#7072F3
3#4749F0
4#1E21ED
5#1114CD
6#0D10A4
7#0A0C7B
8#070852
9#030429
Tints
Lighter variations
1#C8C9FB
2#CECFFB
3#D4D5FC
4#DADBFC
5#E0E1FD
6#E6E7FD
7#EDEDFE
8#F3F3FE
9#F9F9FF
Tones
Muted variations
1#C4C5F7
2#C7C8F4
3#CACBF2
4#CDCEEF
5#D0D0EC
6#D3D3E9
7#D5D6E6
8#D8D8E3
9#DBDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEDE #DEDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C3 #C2C3FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9294 #9294F6 | BordersInactive statesPlaceholder text |
| 400 | 5A5C #5A5CF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B2E #2B2EEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1114 #1114D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D10 #0D10A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A0B #0A0B76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0607 #06074B | Primary textHigh emphasis contentDark headings |
| 950 | 0405 #04052F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F1FE;
--lavender-100: #DEDEFC;
--lavender-200: #C2C3FA;
--lavender-300: #9294F6;
--lavender-400: #5A5CF2;
--lavender-500: #2B2EEE;
--lavender-600: #1114D0;
--lavender-700: #0D10A5;
--lavender-800: #0A0B76;
--lavender-900: #06074B;
--lavender-950: #04052F;
}