Lavender
#E6BFFD
PurpleColor Codes
All color formats for development
HEX
#E6BFFDRGB
rgb(230, 191, 253)HSL
hsl(278, 94%, 87%)OKLCH
oklch(0.859 0.094 312.8)CMYK
cmyk(9%, 25%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D694FC
2#C569FA
3#B43EF9
4#A413F8
5#8B07D7
6#6F05AC
7#530481
8#370356
9#1C012B
Tints
Lighter variations
1#E9C5FD
2#EBCCFD
3#EED2FE
4#F0D8FE
5#F3DFFE
6#F5E5FE
7#F8ECFE
8#FAF2FF
9#FDF9FF
Tones
Muted variations
1#E5C2FA
2#E4C5F7
3#E4C8F4
4#E3CBF1
5#E2CEED
6#E1D1EA
7#E0D5E7
8#E0D8E4
9#DFDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DC #F2DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6BF #E6BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D38D #D38DFB | BordersInactive statesPlaceholder text |
| 400 | BC52 #BC52FA | Disabled statesSecondary iconsMuted text |
| 500 | A920 #A920F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8C07 #8C07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7005 #7005AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5004 #50047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3302 #33024F | Primary textHigh emphasis contentDark headings |
| 950 | 2002 #200231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F9F0FF;
--lavender-100: #F2DCFE;
--lavender-200: #E6BFFD;
--lavender-300: #D38DFB;
--lavender-400: #BC52FA;
--lavender-500: #A920F8;
--lavender-600: #8C07DA;
--lavender-700: #7005AD;
--lavender-800: #50047C;
--lavender-900: #33024F;
--lavender-950: #200231;
}