Lavender
#CACFF2
BlueColor Codes
All color formats for development
HEX
#CACFF2RGB
rgb(202, 207, 242)HSL
hsl(232, 61%, 87%)OKLCH
oklch(0.862 0.049 278.9)CMYK
cmyk(17%, 14%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A6AFE9
2#828FE1
3#5E6FD8
4#3B4FCF
5#2B3DB3
6#23318F
7#1A256B
8#111947
9#090C24
Tints
Lighter variations
1#CFD4F3
2#D4D9F5
3#DADDF6
4#DFE2F7
5#E4E7F9
6#EAECFA
7#EFF1FB
8#F4F5FC
9#FAFAFE
Tones
Muted variations
1#CCD1F0
2#CED2EE
3#D0D3EC
4#D2D5EA
5#D4D6E8
6#D6D8E6
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 | E2E5 #E2E5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACF #CACFF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1AA #A1AAE8 | BordersInactive statesPlaceholder text |
| 400 | 6F7E #6F7EDC | Disabled statesSecondary iconsMuted text |
| 500 | 4659 #4659D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C3E #2C3EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2331 #233190 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1923 #192367 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1017 #101742 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0E #0A0E29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F4FC;
--lavender-100: #E2E5F8;
--lavender-200: #CACFF2;
--lavender-300: #A1AAE8;
--lavender-400: #6F7EDC;
--lavender-500: #4659D2;
--lavender-600: #2C3EB5;
--lavender-700: #233190;
--lavender-800: #192367;
--lavender-900: #101742;
--lavender-950: #0A0E29;
}