Lavender
#EAC1FB
PurpleColor Codes
All color formats for development
HEX
#EAC1FBRGB
rgb(234, 193, 251)HSL
hsl(282, 88%, 87%)OKLCH
oklch(0.865 0.09 315.9)CMYK
cmyk(7%, 23%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DB97F8
2#CD6DF6
3#BE44F3
4#B01AF0
5#960DD1
6#780BA7
7#5A087D
8#3C0553
9#1E032A
Tints
Lighter variations
1#ECC7FB
2#EECDFC
3#F0D3FC
4#F2DAFD
5#F4E0FD
6#F6E6FD
7#F9ECFE
8#FBF3FE
9#FDF9FF
Tones
Muted variations
1#E8C4F8
2#E7C7F5
3#E6C9F2
4#E5CCEF
5#E4CFEC
6#E3D2EA
7#E1D5E7
8#E0D8E4
9#DFDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DD #F3DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EAC1 #EAC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D991 #D991F8 | BordersInactive statesPlaceholder text |
| 400 | C557 #C557F4 | Disabled statesSecondary iconsMuted text |
| 500 | B527 #B527F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 980D #980DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 790B #790BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5608 #560878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3705 #37054D | Primary textHigh emphasis contentDark headings |
| 950 | 2203 #220330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FAF1FE;
--lavender-100: #F3DDFD;
--lavender-200: #EAC1FB;
--lavender-300: #D991F8;
--lavender-400: #C557F4;
--lavender-500: #B527F1;
--lavender-600: #980DD3;
--lavender-700: #790BA8;
--lavender-800: #560878;
--lavender-900: #37054D;
--lavender-950: #220330;
}