Lavender
#E6DFFC
BlueColor Codes
All color formats for development
HEX
#E6DFFCRGB
rgb(230, 223, 252)HSL
hsl(254, 83%, 93%)OKLCH
oklch(0.918 0.04 296.7)CMYK
cmyk(9%, 12%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C3B3F8
2#A188F4
3#7F5CF0
4#5C31EC
5#4214D9
6#3510AE
7#280C82
8#1A0857
9#0D042B
Tints
Lighter variations
1#E8E2FC
2#EAE5FD
3#EDE8FD
4#F0EBFD
5#F2EFFD
6#F5F2FE
7#F7F5FE
8#FAF8FE
9#FCFCFF
Tones
Muted variations
1#E6E0FA
2#E7E1F9
3#E8E3F8
4#E8E4F6
5#E9E6F5
6#EAE7F3
7#EBE9F2
8#ECEAF0
9#ECECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DE #E5DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC2 #CFC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | AA94 #AA94F5 | BordersInactive statesPlaceholder text |
| 400 | 7E5C #7E5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 592D #592DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F13 #3F13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 320F #320FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 240B #240B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1707 #17074B | Primary textHigh emphasis contentDark headings |
| 950 | 0E04 #0E042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F1FE;
--lavender-100: #E5DEFC;
--lavender-200: #CFC2F9;
--lavender-300: #AA94F5;
--lavender-400: #7E5CF0;
--lavender-500: #592DEB;
--lavender-600: #3F13CD;
--lavender-700: #320FA3;
--lavender-800: #240B75;
--lavender-900: #17074B;
--lavender-950: #0E042F;
}