Lavender
#CACDF2
BlueColor Codes
All color formats for development
HEX
#CACDF2RGB
rgb(202, 205, 242)HSL
hsl(235, 61%, 87%)OKLCH
oklch(0.858 0.051 281.6)CMYK
cmyk(17%, 15%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A6ACE9
2#828AE1
3#5E69D8
4#3B47CF
5#2B37B3
6#232C8F
7#1A216B
8#111647
9#090B24
Tints
Lighter variations
1#CFD2F3
2#D4D7F5
3#DADCF6
4#DFE1F7
5#E4E6F9
6#EAEBFA
7#EFF0FB
8#F4F5FC
9#FAFAFE
Tones
Muted variations
1#CCCFF0
2#CED0EE
3#D0D2EC
4#D2D4EA
5#D4D5E8
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 | E2E4 #E2E4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACD #CACDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A7 #A1A7E8 | BordersInactive statesPlaceholder text |
| 400 | 6F78 #6F78DC | Disabled statesSecondary iconsMuted text |
| 500 | 4652 #4652D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C37 #2C37B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 232C #232C90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 191F #191F67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1014 #101442 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0D #0A0D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F3FC;
--lavender-100: #E2E4F8;
--lavender-200: #CACDF2;
--lavender-300: #A1A7E8;
--lavender-400: #6F78DC;
--lavender-500: #4652D2;
--lavender-600: #2C37B5;
--lavender-700: #232C90;
--lavender-800: #191F67;
--lavender-900: #101442;
--lavender-950: #0A0D29;
}