Lavender
#EFE0FB
PurpleColor Codes
All color formats for development
HEX
#EFE0FBRGB
rgb(239, 224, 251)HSL
hsl(273, 77%, 93%)OKLCH
oklch(0.927 0.039 310.3)CMYK
cmyk(5%, 11%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D9B5F5
2#C38BF0
3#AD61EB
4#9738E5
5#801BD2
6#6616A8
7#4D107E
8#330B54
9#1A052A
Tints
Lighter variations
1#F0E3FB
2#F2E6FC
3#F3E9FC
4#F5ECFD
5#F7EFFD
6#F8F2FD
7#FAF6FE
8#FCF9FE
9#FDFCFF
Tones
Muted variations
1#EEE1FA
2#EEE2F8
3#EEE4F7
4#EEE5F5
5#EEE6F4
6#EEE8F3
7#EEE9F1
8#EDEAF0
9#EDECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDF #EFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C4 #E0C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C997 #C997F2 | BordersInactive statesPlaceholder text |
| 400 | AD61 #AD61EA | Disabled statesSecondary iconsMuted text |
| 500 | 9534 #9534E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 791A #791AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6015 #60159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 450F #450F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C09 #2C0948 | Primary textHigh emphasis contentDark headings |
| 950 | 1B06 #1B062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F8F1FD;
--lavender-100: #EFDFFB;
--lavender-200: #E0C4F7;
--lavender-300: #C997F2;
--lavender-400: #AD61EA;
--lavender-500: #9534E5;
--lavender-600: #791AC7;
--lavender-700: #60159E;
--lavender-800: #450F71;
--lavender-900: #2C0948;
--lavender-950: #1B062D;
}