Lavender
#EEBEFE
PinkColor Codes
All color formats for development
HEX
#EEBEFERGB
rgb(238, 190, 254)HSL
hsl(285, 97%, 87%)OKLCH
oklch(0.864 0.101 317.6)CMYK
cmyk(6%, 25%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E392FD
2#D766FD
3#CC3BFC
4#C00FFB
5#A503DB
6#8403AF
7#630283
8#420157
9#21012C
Tints
Lighter variations
1#F0C4FE
2#F1CBFE
3#F3D1FE
4#F5D8FE
5#F6DEFF
6#F8E5FF
7#FAEBFF
8#FCF2FF
9#FDF8FF
Tones
Muted variations
1#ECC1FB
2#EBC4F8
3#E9C7F4
4#E7CBF1
5#E6CEEE
6#E4D1EB
7#E3D4E7
8#E1D7E4
9#DFDBE1
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 | EEBE #EEBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E18B #E18BFD | BordersInactive statesPlaceholder text |
| 400 | D14F #D14FFC | Disabled statesSecondary iconsMuted text |
| 500 | C41D #C41DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | A703 #A703DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8503 #8503B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5F02 #5F027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D01 #3D0150 | Primary textHigh emphasis contentDark headings |
| 950 | 2601 #260132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FBF0FF;
--lavender-100: #F6DCFE;
--lavender-200: #EEBEFE;
--lavender-300: #E18BFD;
--lavender-400: #D14FFC;
--lavender-500: #C41DFC;
--lavender-600: #A703DD;
--lavender-700: #8503B0;
--lavender-800: #5F027E;
--lavender-900: #3D0150;
--lavender-950: #260132;
}