Lavender
#FEDCEB
PinkColor Codes
All color formats for development
HEX
#FEDCEBRGB
rgb(254, 220, 235)HSL
hsl(334, 94%, 93%)OKLCH
oklch(0.927 0.042 349.5)CMYK
cmyk(0%, 13%, 7%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FDAED0
2#FB80B6
3#FA529B
4#F82480
5#E60768
6#B80653
7#8A043E
8#5C0329
9#2E0115
Tints
Lighter variations
1#FEE0ED
2#FEE3EF
3#FEE7F1
4#FEEAF3
5#FEEEF5
6#FFF1F7
7#FFF5F9
8#FFF8FB
9#FFFCFD
Tones
Muted variations
1#FCDEEB
2#FBE0EB
3#F9E1EC
4#F7E3EC
5#F6E5EC
6#F4E6EC
7#F2E8EC
8#F1EAED
9#EFEBED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFDA | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8D #FB8DBD | BordersInactive statesPlaceholder text |
| 400 | FA52 #FA529B | Disabled statesSecondary iconsMuted text |
| 500 | F820 #F8207E | Primary brand colorCTAsActive elementsLinks |
| 600 | DA07 #DA0762 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD05 #AD054E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C04 #7C0438 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F02 #4F0224 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310216 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FFF0F6;
--lavender-100: #FEDCEB;
--lavender-200: #FDBFDA;
--lavender-300: #FB8DBD;
--lavender-400: #FA529B;
--lavender-500: #F8207E;
--lavender-600: #DA0762;
--lavender-700: #AD054E;
--lavender-800: #7C0438;
--lavender-900: #4F0224;
--lavender-950: #310216;
}