Lavender
#F8E0FB
PinkColor Codes
All color formats for development
HEX
#F8E0FBRGB
rgb(248, 224, 251)HSL
hsl(293, 77%, 93%)OKLCH
oklch(0.934 0.044 322.5)CMYK
cmyk(1%, 11%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EEB5F5
2#E48BF0
3#DB61EB
4#D138E5
5#BD1BD2
6#9716A8
7#71107E
8#4B0B54
9#26052A
Tints
Lighter variations
1#F8E3FB
2#F9E6FC
3#FAE9FC
4#FBECFD
5#FBEFFD
6#FCF2FD
7#FDF6FE
8#FEF9FE
9#FEFCFF
Tones
Muted variations
1#F7E1FA
2#F6E2F8
3#F5E4F7
4#F3E5F5
5#F2E6F4
6#F1E8F3
7#F0E9F1
8#EFEAF0
9#EEECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DF #F8DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1C4 #F1C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E797 #E797F2 | BordersInactive statesPlaceholder text |
| 400 | DA61 #DA61EA | Disabled statesSecondary iconsMuted text |
| 500 | D034 #D034E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | B21A #B21AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8E15 #8E159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 650F #650F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4109 #410948 | Primary textHigh emphasis contentDark headings |
| 950 | 2906 #29062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FCF1FD;
--lavender-100: #F8DFFB;
--lavender-200: #F1C4F7;
--lavender-300: #E797F2;
--lavender-400: #DA61EA;
--lavender-500: #D034E5;
--lavender-600: #B21AC7;
--lavender-700: #8E159E;
--lavender-800: #650F71;
--lavender-900: #410948;
--lavender-950: #29062D;
}