Lavender
#EFBDFE
PinkColor Codes
All color formats for development
HEX
#EFBDFERGB
rgb(239, 189, 254)HSL
hsl(286, 97%, 87%)OKLCH
oklch(0.864 0.103 318.3)CMYK
cmyk(6%, 26%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E492FD
2#DA66FD
3#CF3BFC
4#C40FFB
5#A803DB
6#8703AF
7#650283
8#430157
9#22012C
Tints
Lighter variations
1#F1C4FE
2#F2CBFE
3#F4D1FE
4#F5D8FE
5#F7DEFF
6#F9E5FF
7#FAEBFF
8#FCF2FF
9#FDF8FF
Tones
Muted variations
1#EDC1FB
2#ECC4F8
3#EAC7F4
4#E8CBF1
5#E6CEEE
6#E5D1EB
7#E3D4E7
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 | F6DC #F6DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFBE #EFBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E38B #E38BFD | BordersInactive statesPlaceholder text |
| 400 | D44F #D44FFC | Disabled statesSecondary iconsMuted text |
| 500 | C81D #C81DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | AA03 #AA03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8703 #8703B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6102 #61027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E01 #3E0150 | Primary textHigh emphasis contentDark headings |
| 950 | 2701 #270132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FBF0FF;
--lavender-100: #F6DCFE;
--lavender-200: #EFBEFE;
--lavender-300: #E38BFD;
--lavender-400: #D44FFC;
--lavender-500: #C81DFC;
--lavender-600: #AA03DD;
--lavender-700: #8703B0;
--lavender-800: #61027E;
--lavender-900: #3E0150;
--lavender-950: #270132;
}