Lavender
#FEDDF1
PinkColor Codes
All color formats for development
HEX
#FEDDF1RGB
rgb(254, 221, 241)HSL
hsl(324, 94%, 93%)OKLCH
oklch(0.931 0.045 341)CMYK
cmyk(0%, 13%, 5%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FDAEDD
2#FB80CA
3#FA52B7
4#F824A3
5#E6078D
6#B80671
7#8A0455
8#5C0338
9#2E011C
Tints
Lighter variations
1#FEE0F2
2#FEE3F3
3#FEE7F5
4#FEEAF6
5#FEEEF8
6#FFF1F9
7#FFF5FB
8#FFF8FC
9#FFFCFE
Tones
Muted variations
1#FCDEF0
2#FBE0F0
3#F9E1EF
4#F7E3EF
5#F6E5EF
6#F4E6EE
7#F2E8EE
8#F1EAEE
9#EFEBED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8D #FB8DCF | BordersInactive statesPlaceholder text |
| 400 | FA52 #FA52B7 | Disabled statesSecondary iconsMuted text |
| 500 | F820 #F820A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA07 #DA0785 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD05 #AD056A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C04 #7C044C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F02 #4F0230 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31021E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FFF0F9;
--lavender-100: #FEDCF1;
--lavender-200: #FDBFE4;
--lavender-300: #FB8DCF;
--lavender-400: #FA52B7;
--lavender-500: #F820A2;
--lavender-600: #DA0785;
--lavender-700: #AD056A;
--lavender-800: #7C044C;
--lavender-900: #4F0230;
--lavender-950: #31021E;
}