Lavender
#FBC1FB
PinkColor Codes
All color formats for development
HEX
#FBC1FBRGB
rgb(251, 193, 251)HSL
hsl(300, 88%, 87%)OKLCH
oklch(0.881 0.1 326.4)CMYK
cmyk(0%, 23%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F897F8
2#F66DF6
3#F344F3
4#F01AF0
5#D10DD1
6#A70BA7
7#7D087D
8#530553
9#2A032A
Tints
Lighter variations
1#FBC7FB
2#FCCDFC
3#FCD3FC
4#FDDAFD
5#FDE0FD
6#FDE6FD
7#FEECFE
8#FEF3FE
9#FFF9FF
Tones
Muted variations
1#F8C4F8
2#F5C7F5
3#F2C9F2
4#EFCCEF
5#ECCFEC
6#EAD2EA
7#E7D5E7
8#E4D8E4
9#E1DBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891F8 | BordersInactive statesPlaceholder text |
| 400 | F457 #F457F4 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D054D | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FEF1FE;
--lavender-100: #FDDDFD;
--lavender-200: #FBC1FB;
--lavender-300: #F891F8;
--lavender-400: #F457F4;
--lavender-500: #F127F1;
--lavender-600: #D30DD3;
--lavender-700: #A80BA8;
--lavender-800: #780878;
--lavender-900: #4D054D;
--lavender-950: #300330;
}