Lavender
#EFDBFF
PurpleColor Codes
All color formats for development
HEX
#EFDBFFRGB
rgb(239, 219, 255)HSL
hsl(273, 100%, 93%)OKLCH
oklch(0.919 0.053 310.1)CMYK
cmyk(6%, 14%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DAACFF
2#C47CFF
3#AF4DFF
4#9A1EFF
5#8200ED
6#6800BE
7#4E008E
8#34005F
9#1A002F
Tints
Lighter variations
1#F1DFFF
2#F2E2FF
3#F4E6FF
4#F5EAFF
5#F7EDFF
6#F9F1FF
7#FAF4FF
8#FCF8FF
9#FDFBFF
Tones
Muted variations
1#EFDDFD
2#EFDFFB
3#EEE1FA
4#EEE2F8
5#EEE4F6
6#EEE6F4
7#EEE8F3
8#EEEAF1
9#EDEBEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDB #EFDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1BD #E1BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | CA8A #CA8AFF | BordersInactive statesPlaceholder text |
| 400 | AF4D #AF4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 981A #981AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 7B00 #7B00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6200 #6200B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4600 #460080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D00 #2D0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1C00 #1C0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F8F0FF;
--lavender-100: #EFDBFF;
--lavender-200: #E1BDFF;
--lavender-300: #CA8AFF;
--lavender-400: #AF4DFF;
--lavender-500: #981AFF;
--lavender-600: #7B00E0;
--lavender-700: #6200B3;
--lavender-800: #460080;
--lavender-900: #2D0052;
--lavender-950: #1C0033;
}