Lavender
#FEDDFB
PinkColor Codes
All color formats for development
HEX
#FEDDFBRGB
rgb(254, 221, 251)HSL
hsl(305, 94%, 93%)OKLCH
oklch(0.934 0.053 328.9)CMYK
cmyk(0%, 13%, 1%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FDAEF6
2#FB80F1
3#FA52EC
4#F824E7
5#E607D3
6#B806A9
7#8A047F
8#5C0355
9#2E012A
Tints
Lighter variations
1#FEE0FC
2#FEE3FC
3#FEE7FC
4#FEEAFD
5#FEEEFD
6#FFF1FD
7#FFF5FE
8#FFF8FE
9#FFFCFF
Tones
Muted variations
1#FCDEFA
2#FBE0F8
3#F9E1F7
4#F7E3F6
5#F6E5F4
6#F4E6F3
7#F2E8F1
8#F1EAF0
9#EFEBEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8D #FB8DF2 | BordersInactive statesPlaceholder text |
| 400 | FA52 #FA52EC | Disabled statesSecondary iconsMuted text |
| 500 | F820 #F820E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA07 #DA07C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD05 #AD059F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C04 #7C0472 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F02 #4F0249 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31022D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FFF0FD;
--lavender-100: #FEDCFB;
--lavender-200: #FDBFF8;
--lavender-300: #FB8DF2;
--lavender-400: #FA52EC;
--lavender-500: #F820E6;
--lavender-600: #DA07C8;
--lavender-700: #AD059F;
--lavender-800: #7C0472;
--lavender-900: #4F0249;
--lavender-950: #31022D;
}