Lavender
#CACCF2
BlueColor Codes
All color formats for development
HEX
#CACCF2RGB
rgb(202, 204, 242)HSL
hsl(237, 61%, 87%)OKLCH
oklch(0.856 0.053 282.8)CMYK
cmyk(17%, 16%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A6A9E9
2#8287E1
3#5E65D8
4#3B42CF
5#2B32B3
6#23288F
7#1A1E6B
8#111447
9#090A24
Tints
Lighter variations
1#CFD1F3
2#D4D6F5
3#DADBF6
4#DFE0F7
5#E4E5F9
6#EAEAFA
7#EFF0FB
8#F4F5FC
9#FAFAFE
Tones
Muted variations
1#CCCDF0
2#CECFEE
3#D0D1EC
4#D2D3EA
5#D4D5E8
6#D6D7E6
7#D8D8E4
8#DADAE2
9#DCDCE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E3 #E2E3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACC #CACCF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A4 #A1A4E8 | BordersInactive statesPlaceholder text |
| 400 | 6F75 #6F75DC | Disabled statesSecondary iconsMuted text |
| 500 | 464D #464DD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C33 #2C33B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2328 #232890 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 191D #191D67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1012 #101242 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0C #0A0C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F3FC;
--lavender-100: #E2E3F8;
--lavender-200: #CACCF2;
--lavender-300: #A1A4E8;
--lavender-400: #6F75DC;
--lavender-500: #464DD2;
--lavender-600: #2C33B5;
--lavender-700: #232890;
--lavender-800: #191D67;
--lavender-900: #101242;
--lavender-950: #0A0C29;
}