Lavender
#CABFFD
BlueColor Codes
All color formats for development
HEX
#CABFFDRGB
rgb(202, 191, 253)HSL
hsl(251, 94%, 87%)OKLCH
oklch(0.835 0.087 292.6)CMYK
cmyk(20%, 25%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A794FC
2#8369FA
3#603EF9
4#3D13F8
5#2D07D7
6#2405AC
7#1B0481
8#120356
9#09012B
Tints
Lighter variations
1#CFC5FD
2#D5CCFD
3#DAD2FE
4#DFD8FE
5#E5DFFE
6#EAE5FE
7#EFECFE
8#F4F2FF
9#FAF9FF
Tones
Muted variations
1#CCC2FA
2#CEC5F7
3#D0C8F4
4#D2CBF1
5#D4CEED
6#D6D1EA
7#D8D5E7
8#DAD8E4
9#DCDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DC #E3DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CABF #CABFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A18D #A18DFB | BordersInactive statesPlaceholder text |
| 400 | 7152 #7152FA | Disabled statesSecondary iconsMuted text |
| 500 | 4820 #4820F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D07 #2D07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2405 #2405AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A04 #1A047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1102 #11024F | Primary textHigh emphasis contentDark headings |
| 950 | 0A02 #0A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F0FF;
--lavender-100: #E3DCFE;
--lavender-200: #CABFFD;
--lavender-300: #A18DFB;
--lavender-400: #7152FA;
--lavender-500: #4820F8;
--lavender-600: #2D07DA;
--lavender-700: #2405AD;
--lavender-800: #1A047C;
--lavender-900: #11024F;
--lavender-950: #0A0231;
}