Lavender
#F0BFFD
PinkColor Codes
All color formats for development
HEX
#F0BFFDRGB
rgb(240, 191, 253)HSL
hsl(287, 94%, 87%)OKLCH
oklch(0.868 0.099 319.1)CMYK
cmyk(5%, 25%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E594FC
2#DB69FA
3#D03EF9
4#C613F8
5#AA07D7
6#8805AC
7#660481
8#440356
9#22012B
Tints
Lighter variations
1#F1C5FD
2#F3CCFD
3#F4D2FE
4#F6D8FE
5#F7DFFE
6#F9E5FE
7#FAECFE
8#FCF2FF
9#FDF9FF
Tones
Muted variations
1#EEC2FA
2#ECC5F7
3#EAC8F4
4#E8CBF1
5#E7CEED
6#E5D1EA
7#E3D5E7
8#E1D8E4
9#E0DBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DC #F7DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0BF #F0BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E48D #E48DFB | BordersInactive statesPlaceholder text |
| 400 | D552 #D552FA | Disabled statesSecondary iconsMuted text |
| 500 | C920 #C920F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | AC07 #AC07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8905 #8905AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6204 #62047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F02 #3F024F | Primary textHigh emphasis contentDark headings |
| 950 | 2702 #270231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FBF0FF;
--lavender-100: #F7DCFE;
--lavender-200: #F0BFFD;
--lavender-300: #E48DFB;
--lavender-400: #D552FA;
--lavender-500: #C920F8;
--lavender-600: #AC07DA;
--lavender-700: #8905AD;
--lavender-800: #62047C;
--lavender-900: #3F024F;
--lavender-950: #270231;
}