Lavender
#CACAF2
BlueColor Codes
All color formats for development
HEX
#CACAF2RGB
rgb(202, 202, 242)HSL
hsl(240, 61%, 87%)OKLCH
oklch(0.852 0.055 285.2)CMYK
cmyk(17%, 17%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A6A6E9
2#8282E1
3#5E5ED8
4#3B3BCF
5#2B2BB3
6#23238F
7#1A1A6B
8#111147
9#090924
Tints
Lighter variations
1#CFCFF3
2#D4D4F5
3#DADAF6
4#DFDFF7
5#E4E4F9
6#EAEAFA
7#EFEFFB
8#F4F4FC
9#FAFAFE
Tones
Muted variations
1#CCCCF0
2#CECEEE
3#D0D0EC
4#D2D2EA
5#D4D4E8
6#D6D6E6
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 | E2E2 #E2E2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACA #CACAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A1 #A1A1E8 | BordersInactive statesPlaceholder text |
| 400 | 6F6F #6F6FDC | Disabled statesSecondary iconsMuted text |
| 500 | 4646 #4646D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C2C #2C2CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2323 #232390 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1919 #191967 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1010 #101042 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0A #0A0A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F3FC;
--lavender-100: #E2E2F8;
--lavender-200: #CACAF2;
--lavender-300: #A1A1E8;
--lavender-400: #6F6FDC;
--lavender-500: #4646D2;
--lavender-600: #2C2CB5;
--lavender-700: #232390;
--lavender-800: #191967;
--lavender-900: #101042;
--lavender-950: #0A0A29;
}