Lavender
#F6DFFB
PinkColor Codes
All color formats for development
HEX
#F6DFFBRGB
rgb(246, 223, 251)HSL
hsl(289, 78%, 93%)OKLCH
oklch(0.931 0.045 320.2)CMYK
cmyk(2%, 11%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EAB5F6
2#DE8BF1
3#D261EB
4#C636E6
5#B11AD3
6#8E15A9
7#6A107F
8#470A54
9#23052A
Tints
Lighter variations
1#F7E2FB
2#F8E6FC
3#F9E9FC
4#FAECFD
5#FAEFFD
6#FBF2FD
7#FCF5FE
8#FDF9FE
9#FEFCFF
Tones
Muted variations
1#F5E1FA
2#F4E2F8
3#F3E3F7
4#F2E5F6
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 #EEC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E197 #E197F2 | BordersInactive statesPlaceholder text |
| 400 | D260 #D260EB | Disabled statesSecondary iconsMuted text |
| 500 | C533 #C533E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | A819 #A819C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8514 #85149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5F0E #5F0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D09 #3D0949 | 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: #EEC4F8;
--lavender-300: #E197F2;
--lavender-400: #D260EB;
--lavender-500: #C533E6;
--lavender-600: #A819C8;
--lavender-700: #85149F;
--lavender-800: #5F0E71;
--lavender-900: #3D0949;
--lavender-950: #26062D;
}