Lavender
#F7C0FB
PinkColor Codes
All color formats for development
HEX
#F7C0FBRGB
rgb(247, 192, 251)HSL
hsl(296, 88%, 87%)OKLCH
oklch(0.875 0.099 324.2)CMYK
cmyk(2%, 24%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F297F8
2#ED6DF6
3#E744F3
4#E21AF0
5#C40DD1
6#9C0BA7
7#75087D
8#4E0553
9#27032A
Tints
Lighter variations
1#F8C7FB
2#F9CDFC
3#F9D3FC
4#FADAFD
5#FBE0FD
6#FCE6FD
7#FDECFE
8#FDF3FE
9#FEF9FF
Tones
Muted variations
1#F5C4F8
2#F2C7F5
3#F0C9F2
4#EDCCEF
5#EACFEC
6#E8D2EA
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 | FBDD #FBDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C1 #F7C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | F191 #F191F8 | BordersInactive statesPlaceholder text |
| 400 | EA57 #EA57F4 | Disabled statesSecondary iconsMuted text |
| 500 | E427 #E427F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | C60D #C60DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D0B #9D0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7008 #700878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4805 #48054D | Primary textHigh emphasis contentDark headings |
| 950 | 2D03 #2D0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FDF1FE;
--lavender-100: #FBDDFD;
--lavender-200: #F7C1FB;
--lavender-300: #F191F8;
--lavender-400: #EA57F4;
--lavender-500: #E427F1;
--lavender-600: #C60DD3;
--lavender-700: #9D0BA8;
--lavender-800: #700878;
--lavender-900: #48054D;
--lavender-950: #2D0330;
}