Lavender
#F5C1FB
PinkColor Codes
All color formats for development
HEX
#F5C1FBRGB
rgb(245, 193, 251)HSL
hsl(294, 88%, 87%)OKLCH
oklch(0.875 0.096 322.9)CMYK
cmyk(2%, 23%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF97F8
2#E86DF6
3#E144F3
4#DB1AF0
5#BD0DD1
6#970BA7
7#71087D
8#4C0553
9#26032A
Tints
Lighter variations
1#F6C7FB
2#F7CDFC
3#F8D3FC
4#F9DAFD
5#FAE0FD
6#FBE6FD
7#FCECFE
8#FDF3FE
9#FEF9FF
Tones
Muted variations
1#F3C4F8
2#F1C7F5
3#EEC9F2
4#ECCCEF
5#EACFEC
6#E7D2EA
7#E5D5E7
8#E3D8E4
9#E0DBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADD #FADDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5C1 #F5C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | EE91 #EE91F8 | BordersInactive statesPlaceholder text |
| 400 | E557 #E557F4 | Disabled statesSecondary iconsMuted text |
| 500 | DD27 #DD27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | BF0D #BF0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 980B #980BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6D08 #6D0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4605 #46054D | Primary textHigh emphasis contentDark headings |
| 950 | 2B03 #2B0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FDF1FE;
--lavender-100: #FADDFD;
--lavender-200: #F5C1FB;
--lavender-300: #EE91F8;
--lavender-400: #E557F4;
--lavender-500: #DD27F1;
--lavender-600: #BF0DD3;
--lavender-700: #980BA8;
--lavender-800: #6D0878;
--lavender-900: #46054D;
--lavender-950: #2B0330;
}