Lavender
#F6DCFF
PinkColor Codes
All color formats for development
HEX
#F6DCFFRGB
rgb(246, 220, 255)HSL
hsl(285, 100%, 93%)OKLCH
oklch(0.926 0.054 317.4)CMYK
cmyk(4%, 14%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EAACFF
2#DE7CFF
3#D34DFF
4#C71EFF
5#B200ED
6#8E00BE
7#6B008E
8#47005F
9#24002F
Tints
Lighter variations
1#F7DFFF
2#F8E2FF
3#F9E6FF
4#FAEAFF
5#FBEDFF
6#FBF1FF
7#FCF4FF
8#FDF8FF
9#FEFBFF
Tones
Muted variations
1#F5DDFD
2#F4DFFB
3#F3E1FA
4#F3E2F8
5#F2E4F6
6#F1E6F4
7#F0E8F3
8#EFEAF1
9#EEEBEF
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;
}