Lavender
#CACCF1
BlueColor Codes
All color formats for development
HEX
#CACCF1RGB
rgb(202, 204, 241)HSL
hsl(237, 58%, 87%)OKLCH
oklch(0.856 0.051 282.8)CMYK
cmyk(16%, 15%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A8ABE8
2#8589DE
3#6167D5
4#3E45CC
5#2F35AF
6#252A8C
7#1C2069
8#131546
9#090B23
Tints
Lighter variations
1#D0D2F2
2#D5D7F4
3#DADCF5
4#E0E1F7
5#E5E6F8
6#EAEBF9
7#EFF0FB
8#F5F5FC
9#FAFAFE
Tones
Muted variations
1#CDCEEF
2#CED0ED
3#D0D2EB
4#D2D3E9
5#D4D5E7
6#D6D7E6
7#D8D9E4
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 | E3E4 #E3E4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCD #CBCDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A6 #A2A6E6 | BordersInactive statesPlaceholder text |
| 400 | 7277 #7277DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A50 #4A50CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F36 #2F36B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 252B #252B8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B1E #1B1E65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1114 #111440 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0C #0B0C28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F3FC;
--lavender-100: #E3E4F8;
--lavender-200: #CBCDF1;
--lavender-300: #A2A6E6;
--lavender-400: #7277DA;
--lavender-500: #4A50CF;
--lavender-600: #2F36B1;
--lavender-700: #252B8D;
--lavender-800: #1B1E65;
--lavender-900: #111440;
--lavender-950: #0B0C28;
}