Lavender
#EEBFFC
PinkColor Codes
All color formats for development
HEX
#EEBFFCRGB
rgb(238, 191, 252)HSL
hsl(286, 91%, 87%)OKLCH
oklch(0.865 0.097 318.4)CMYK
cmyk(6%, 24%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E395FA
2#D76BF8
3#CC41F6
4#C016F4
5#A50AD4
6#8408A9
7#63067F
8#420455
9#21022A
Tints
Lighter variations
1#F0C6FC
2#F1CCFD
3#F3D3FD
4#F5D9FD
5#F6DFFE
6#F8E6FE
7#FAECFE
8#FCF2FE
9#FDF9FF
Tones
Muted variations
1#ECC3F9
2#EBC6F6
3#E9C9F3
4#E8CCF0
5#E6CFED
6#E4D2EA
7#E3D5E7
8#E1D8E4
9#DFDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DD #F6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC0 #EEC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | E18F #E18FFA | BordersInactive statesPlaceholder text |
| 400 | D155 #D155F7 | Disabled statesSecondary iconsMuted text |
| 500 | C424 #C424F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | A70A #A70AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8508 #8508AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5F06 #5F067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D04 #3D044E | Primary textHigh emphasis contentDark headings |
| 950 | 2602 #260231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FBF0FE;
--lavender-100: #F6DDFD;
--lavender-200: #EEC0FC;
--lavender-300: #E18FFA;
--lavender-400: #D155F7;
--lavender-500: #C424F5;
--lavender-600: #A70AD6;
--lavender-700: #8508AA;
--lavender-800: #5F067A;
--lavender-900: #3D044E;
--lavender-950: #260231;
}