Lavender
#FEBEFE
PinkColor Codes
All color formats for development
HEX
#FEBEFERGB
rgb(254, 190, 254)HSL
hsl(300, 97%, 87%)OKLCH
oklch(0.88 0.11 326.5)CMYK
cmyk(0%, 25%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD92FD
2#FD66FD
3#FC3BFC
4#FB0FFB
5#DB03DB
6#AF03AF
7#830283
8#570157
9#2C012C
Tints
Lighter variations
1#FEC4FE
2#FECBFE
3#FED1FE
4#FED8FE
5#FFDEFF
6#FFE5FF
7#FFEBFF
8#FFF2FF
9#FFF8FF
Tones
Muted variations
1#FBC1FB
2#F8C4F8
3#F4C7F4
4#F1CBF1
5#EECEEE
6#EBD1EB
7#E7D4E7
8#E4D7E4
9#E1DBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8BFD | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4FFC | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B003B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #500150 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FFF0FF;
--lavender-100: #FEDCFE;
--lavender-200: #FEBEFE;
--lavender-300: #FD8BFD;
--lavender-400: #FC4FFC;
--lavender-500: #FC1DFC;
--lavender-600: #DD03DD;
--lavender-700: #B003B0;
--lavender-800: #7E027E;
--lavender-900: #500150;
--lavender-950: #320132;
}