Lavender
#CAC2FA
BlueColor Codes
All color formats for development
HEX
#CAC2FARGB
rgb(202, 194, 250)HSL
hsl(249, 85%, 87%)OKLCH
oklch(0.839 0.078 291.2)CMYK
cmyk(19%, 22%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A799F7
2#8370F3
3#6047F0
4#3D1EED
5#2D11CD
6#240DA4
7#1B0A7B
8#120752
9#090329
Tints
Lighter variations
1#CFC8FB
2#D5CEFB
3#DAD4FC
4#DFDAFC
5#E5E0FD
6#EAE6FD
7#EFEDFE
8#F4F3FE
9#FAF9FF
Tones
Muted variations
1#CCC4F7
2#CEC7F4
3#D0CAF2
4#D2CDEF
5#D4D0EC
6#D6D3E9
7#D8D5E6
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 | E3DE #E3DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC2 #CAC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | A192 #A192F6 | BordersInactive statesPlaceholder text |
| 400 | 715A #715AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 482B #482BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D11 #2D11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 240D #240DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A0A #1A0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1106 #11064B | Primary textHigh emphasis contentDark headings |
| 950 | 0A04 #0A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F1FE;
--lavender-100: #E3DEFC;
--lavender-200: #CAC2FA;
--lavender-300: #A192F6;
--lavender-400: #715AF2;
--lavender-500: #482BEE;
--lavender-600: #2D11D0;
--lavender-700: #240DA5;
--lavender-800: #1A0A76;
--lavender-900: #11064B;
--lavender-950: #0A042F;
}