Lavender
#C2C2FA
BlueColor Codes
All color formats for development
HEX
#C2C2FARGB
rgb(194, 194, 250)HSL
hsl(240, 85%, 87%)OKLCH
oklch(0.833 0.078 284.6)CMYK
cmyk(22%, 22%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9999F7
2#7070F3
3#4747F0
4#1E1EED
5#1111CD
6#0D0DA4
7#0A0A7B
8#070752
9#030329
Tints
Lighter variations
1#C8C8FB
2#CECEFB
3#D4D4FC
4#DADAFC
5#E0E0FD
6#E6E6FD
7#EDEDFE
8#F3F3FE
9#F9F9FF
Tones
Muted variations
1#C4C4F7
2#C7C7F4
3#CACAF2
4#CDCDEF
5#D0D0EC
6#D3D3E9
7#D5D5E6
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 | C2C2 #C2C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9292 #9292F6 | BordersInactive statesPlaceholder text |
| 400 | 5A5A #5A5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B2B #2B2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1111 #1111D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D0D #0D0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A0A #0A0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0606 #06064B | Primary textHigh emphasis contentDark headings |
| 950 | 0404 #04042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F1FE;
--lavender-100: #DEDEFC;
--lavender-200: #C2C2FA;
--lavender-300: #9292F6;
--lavender-400: #5A5AF2;
--lavender-500: #2B2BEE;
--lavender-600: #1111D0;
--lavender-700: #0D0DA5;
--lavender-800: #0A0A76;
--lavender-900: #06064B;
--lavender-950: #04042F;
}