Lavender
#F6E0FB
PinkColor Codes
All color formats for development
HEX
#F6E0FBRGB
rgb(246, 224, 251)HSL
hsl(289, 77%, 93%)OKLCH
oklch(0.932 0.043 320)CMYK
cmyk(2%, 11%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EAB5F5
2#DE8BF0
3#D161EB
4#C538E5
5#B01BD2
6#8D16A8
7#6A107E
8#470B54
9#23052A
Tints
Lighter variations
1#F7E3FB
2#F8E6FC
3#F9E9FC
4#FAECFD
5#FAEFFD
6#FBF2FD
7#FCF6FE
8#FDF9FE
9#FEFCFF
Tones
Muted variations
1#F5E1FA
2#F4E2F8
3#F3E4F7
4#F2E5F5
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 | FBF1 #FBF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DF #F6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC4 #EEC4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E197 #E197F2 | BordersInactive statesPlaceholder text |
| 400 | D161 #D161EA | Disabled statesSecondary iconsMuted text |
| 500 | C434 #C434E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | A71A #A71AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8515 #85159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5F0F #5F0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D09 #3D0948 | Primary textHigh emphasis contentDark headings |
| 950 | 2606 #26062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FBF1FD;
--lavender-100: #F6DFFB;
--lavender-200: #EEC4F7;
--lavender-300: #E197F2;
--lavender-400: #D161EA;
--lavender-500: #C434E5;
--lavender-600: #A71AC7;
--lavender-700: #85159E;
--lavender-800: #5F0F71;
--lavender-900: #3D0948;
--lavender-950: #26062D;
}