Lavender
#F0C1FB
PinkColor Codes
All color formats for development
HEX
#F0C1FBRGB
rgb(240, 193, 251)HSL
hsl(289, 88%, 87%)OKLCH
oklch(0.87 0.093 319.8)CMYK
cmyk(4%, 23%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E797F8
2#DD6DF6
3#D344F3
4#C91AF0
5#AD0DD1
6#8A0BA7
7#68087D
8#450553
9#23032A
Tints
Lighter variations
1#F2C7FB
2#F3CDFC
3#F5D3FC
4#F6DAFD
5#F8E0FD
6#F9E6FD
7#FBECFE
8#FCF3FE
9#FEF9FF
Tones
Muted variations
1#EEC4F8
2#EDC7F5
3#EBC9F2
4#E9CCEF
5#E7CFEC
6#E5D2EA
7#E3D5E7
8#E2D8E4
9#E0DBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DD #F7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0C1 #F0C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E591 #E591F8 | BordersInactive statesPlaceholder text |
| 400 | D757 #D757F4 | Disabled statesSecondary iconsMuted text |
| 500 | CC27 #CC27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | AF0D #AF0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8B0B #8B0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6308 #630878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4005 #40054D | Primary textHigh emphasis contentDark headings |
| 950 | 2803 #280330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FCF1FE;
--lavender-100: #F7DDFD;
--lavender-200: #F0C1FB;
--lavender-300: #E591F8;
--lavender-400: #D757F4;
--lavender-500: #CC27F1;
--lavender-600: #AF0DD3;
--lavender-700: #8B0BA8;
--lavender-800: #630878;
--lavender-900: #40054D;
--lavender-950: #280330;
}