Lavender
#EEBEFD
PinkColor Codes
All color formats for development
HEX
#EEBEFDRGB
rgb(238, 190, 253)HSL
hsl(286, 94%, 87%)OKLCH
oklch(0.864 0.099 318)CMYK
cmyk(6%, 25%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E394FC
2#D869FA
3#CD3EF9
4#C213F8
5#A707D7
6#8505AC
7#640481
8#430356
9#21012B
Tints
Lighter variations
1#F0C5FD
2#F2CCFD
3#F3D2FE
4#F5D8FE
5#F7DFFE
6#F8E5FE
7#FAECFE
8#FCF2FF
9#FDF9FF
Tones
Muted variations
1#EDC2FA
2#EBC5F7
3#E9C8F4
4#E8CBF1
5#E6CEED
6#E4D1EA
7#E3D5E7
8#E1D8E4
9#E0DBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DC #F6DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEBF #EEBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E28D #E28DFB | BordersInactive statesPlaceholder text |
| 400 | D252 #D252FA | Disabled statesSecondary iconsMuted text |
| 500 | C620 #C620F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | A807 #A807DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8605 #8605AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6004 #60047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D02 #3D024F | 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: #FBF0FF;
--lavender-100: #F6DCFE;
--lavender-200: #EEBFFD;
--lavender-300: #E28DFB;
--lavender-400: #D252FA;
--lavender-500: #C620F8;
--lavender-600: #A807DA;
--lavender-700: #8605AD;
--lavender-800: #60047C;
--lavender-900: #3D024F;
--lavender-950: #260231;
}