Lavender
#EEBDFF
PinkColor Codes
All color formats for development
HEX
#EEBDFFRGB
rgb(238, 189, 255)HSL
hsl(285, 100%, 87%)OKLCH
oklch(0.863 0.103 317.3)CMYK
cmyk(7%, 26%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E390FF
2#D864FF
3#CD38FF
4#C20BFF
5#A600DE
6#8500B1
7#640085
8#430059
9#21002C
Tints
Lighter variations
1#F0C3FF
2#F2CAFF
3#F3D1FF
4#F5D7FF
5#F7DEFF
6#F8E4FF
7#FAEBFF
8#FCF2FF
9#FDF8FF
Tones
Muted variations
1#EDC0FC
2#EBC3F8
3#E9C7F5
4#E8CAF2
5#E6CDEE
6#E4D1EB
7#E3D4E8
8#E1D7E4
9#E0DBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DB #F6DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEBD #EEBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | E28A #E28AFF | BordersInactive statesPlaceholder text |
| 400 | D24D #D24DFF | Disabled statesSecondary iconsMuted text |
| 500 | C61A #C61AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | A800 #A800E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8600 #8600B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6000 #600080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D00 #3D0052 | Primary textHigh emphasis contentDark headings |
| 950 | 2600 #260033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FBF0FF;
--lavender-100: #F6DBFF;
--lavender-200: #EEBDFF;
--lavender-300: #E28AFF;
--lavender-400: #D24DFF;
--lavender-500: #C61AFF;
--lavender-600: #A800E0;
--lavender-700: #8600B3;
--lavender-800: #600080;
--lavender-900: #3D0052;
--lavender-950: #260033;
}