Lavender
#F2C0FC
PinkColor Codes
All color formats for development
HEX
#F2C0FCRGB
rgb(242, 192, 252)HSL
hsl(290, 91%, 87%)OKLCH
oklch(0.871 0.097 320.7)CMYK
cmyk(4%, 24%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E995FA
2#E16BF8
3#D841F6
4#CF16F4
5#B20AD4
6#8F08A9
7#6B067F
8#470455
9#24022A
Tints
Lighter variations
1#F3C6FC
2#F5CCFD
3#F6D3FD
4#F7D9FD
5#F8DFFE
6#FAE6FE
7#FBECFE
8#FCF2FE
9#FEF9FF
Tones
Muted variations
1#F0C3F9
2#EEC6F6
3#ECC9F3
4#EACCF0
5#E8CFED
6#E6D2EA
7#E4D5E7
8#E2D8E4
9#E0DBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DD #F8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C0 #F2C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | E88F #E88FFA | BordersInactive statesPlaceholder text |
| 400 | DC55 #DC55F7 | Disabled statesSecondary iconsMuted text |
| 500 | D224 #D224F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | B40A #B40AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8F08 #8F08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6606 #66067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4204 #42044E | Primary textHigh emphasis contentDark headings |
| 950 | 2902 #290231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FCF0FE;
--lavender-100: #F8DDFD;
--lavender-200: #F2C0FC;
--lavender-300: #E88FFA;
--lavender-400: #DC55F7;
--lavender-500: #D224F5;
--lavender-600: #B40AD6;
--lavender-700: #8F08AA;
--lavender-800: #66067A;
--lavender-900: #42044E;
--lavender-950: #290231;
}