Lavender
#CACEF2
BlueColor Codes
All color formats for development
HEX
#CACEF2RGB
rgb(202, 206, 242)HSL
hsl(234, 61%, 87%)OKLCH
oklch(0.86 0.05 280.3)CMYK
cmyk(17%, 15%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A6ADE9
2#828CE1
3#5E6BD8
4#3B4ACF
5#2B39B3
6#232D8F
7#1A226B
8#111747
9#090B24
Tints
Lighter variations
1#CFD3F3
2#D4D8F5
3#DADCF6
4#DFE1F7
5#E4E6F9
6#EAEBFA
7#EFF0FB
8#F4F5FC
9#FAFAFE
Tones
Muted variations
1#CCCFF0
2#CED1EE
3#D0D3EC
4#D2D4EA
5#D4D6E8
6#D6D7E6
7#D8D9E4
8#DADBE2
9#DCDCE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E4 #E2E4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACE #CACEF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A8 #A1A8E8 | BordersInactive statesPlaceholder text |
| 400 | 6F7A #6F7ADC | Disabled statesSecondary iconsMuted text |
| 500 | 4654 #4654D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C39 #2C39B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 232E #232E90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1921 #192167 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1015 #101542 | 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: #F3F4FC;
--lavender-100: #E2E4F8;
--lavender-200: #CACEF2;
--lavender-300: #A1A8E8;
--lavender-400: #6F7ADC;
--lavender-500: #4654D2;
--lavender-600: #2C39B5;
--lavender-700: #232E90;
--lavender-800: #192167;
--lavender-900: #101542;
--lavender-950: #0A0D29;
}