Lavender
#FEDDF0
PinkColor Codes
All color formats for development
HEX
#FEDDF0RGB
rgb(254, 221, 240)HSL
hsl(325, 94%, 93%)OKLCH
oklch(0.93 0.044 342.5)CMYK
cmyk(0%, 13%, 6%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FDAEDC
2#FB80C8
3#FA52B4
4#F824A0
5#E60789
6#B8066E
7#8A0452
8#5C0337
9#2E011B
Tints
Lighter variations
1#FEE0F1
2#FEE3F3
3#FEE7F4
4#FEEAF6
5#FEEEF7
6#FFF1F9
7#FFF5FA
8#FFF8FC
9#FFFCFD
Tones
Muted variations
1#FCDEF0
2#FBE0EF
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 #FEDCF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8D #FB8DCE | BordersInactive statesPlaceholder text |
| 400 | FA52 #FA52B4 | Disabled statesSecondary iconsMuted text |
| 500 | F820 #F8209E | Primary brand colorCTAsActive elementsLinks |
| 600 | DA07 #DA0782 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD05 #AD0567 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C04 #7C044A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F02 #4F022F | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31021D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FFF0F9;
--lavender-100: #FEDCF0;
--lavender-200: #FDBFE3;
--lavender-300: #FB8DCE;
--lavender-400: #FA52B4;
--lavender-500: #F8209E;
--lavender-600: #DA0782;
--lavender-700: #AD0567;
--lavender-800: #7C044A;
--lavender-900: #4F022F;
--lavender-950: #31021D;
}