Lavender
#E3DDFE
BlueColor Codes
All color formats for development
HEX
#E3DDFERGB
rgb(227, 221, 254)HSL
hsl(251, 94%, 93%)OKLCH
oklch(0.912 0.045 293.8)CMYK
cmyk(11%, 13%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BDAEFD
2#9780FB
3#7152FA
4#4B24F8
5#3007E6
6#2606B8
7#1D048A
8#13035C
9#0A012E
Tints
Lighter variations
1#E5E0FE
2#E8E3FE
3#EBE7FE
4#EEEAFE
5#F1EEFE
6#F4F1FF
7#F6F5FF
8#F9F8FF
9#FCFCFF
Tones
Muted variations
1#E4DEFC
2#E5E0FB
3#E6E1F9
4#E7E3F7
5#E8E5F6
6#E9E6F4
7#EAE8F2
8#EBEAF1
9#ECEBEF
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;
}