Lavender
#F0BDFE
PinkColor Codes
All color formats for development
HEX
#F0BDFERGB
rgb(240, 189, 254)HSL
hsl(287, 97%, 87%)OKLCH
oklch(0.865 0.103 318.9)CMYK
cmyk(6%, 26%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E692FD
2#DC66FD
3#D23BFC
4#C80FFB
5#AC03DB
6#8A03AF
7#670283
8#450157
9#22012C
Tints
Lighter variations
1#F2C4FE
2#F3CBFE
3#F5D1FE
4#F6D8FE
5#F8DEFF
6#F9E5FF
7#FBEBFF
8#FCF2FF
9#FEF8FF
Tones
Muted variations
1#EEC1FB
2#ECC4F8
3#EBC7F4
4#E9CBF1
5#E7CEEE
6#E5D1EB
7#E3D4E7
8#E1D7E4
9#E0DBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DC #F7DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0BE #F0BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E58B #E58BFD | BordersInactive statesPlaceholder text |
| 400 | D74F #D74FFC | Disabled statesSecondary iconsMuted text |
| 500 | CB1D #CB1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | AE03 #AE03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8A03 #8A03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6302 #63027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F01 #3F0150 | Primary textHigh emphasis contentDark headings |
| 950 | 2801 #280132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FCF0FF;
--lavender-100: #F7DCFE;
--lavender-200: #F0BEFE;
--lavender-300: #E58BFD;
--lavender-400: #D74FFC;
--lavender-500: #CB1DFC;
--lavender-600: #AE03DD;
--lavender-700: #8A03B0;
--lavender-800: #63027E;
--lavender-900: #3F0150;
--lavender-950: #280132;
}