Lavender
#CCC2FA
BlueColor Codes
All color formats for development
HEX
#CCC2FARGB
rgb(204, 194, 250)HSL
hsl(251, 85%, 87%)OKLCH
oklch(0.841 0.078 292.8)CMYK
cmyk(18%, 22%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AA99F7
2#8870F3
3#6647F0
4#431EED
5#3311CD
6#290DA4
7#1F0A7B
8#140752
9#0A0329
Tints
Lighter variations
1#D1C8FB
2#D6CEFB
3#DBD4FC
4#E0DAFC
5#E6E0FD
6#EBE6FD
7#F0EDFE
8#F5F3FE
9#FAF9FF
Tones
Muted variations
1#CEC4F7
2#D0C7F4
3#D1CAF2
4#D3CDEF
5#D5D0EC
6#D7D3E9
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 | E4DE #E4DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC2 #CCC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | A592 #A592F6 | BordersInactive statesPlaceholder text |
| 400 | 765A #765AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 4E2B #4E2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3411 #3411D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 290D #290DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D0A #1D0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1306 #13064B | Primary textHigh emphasis contentDark headings |
| 950 | 0C04 #0C042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F1FE;
--lavender-100: #E4DEFC;
--lavender-200: #CCC2FA;
--lavender-300: #A592F6;
--lavender-400: #765AF2;
--lavender-500: #4E2BEE;
--lavender-600: #3411D0;
--lavender-700: #290DA5;
--lavender-800: #1D0A76;
--lavender-900: #13064B;
--lavender-950: #0C042F;
}