Lavender
#F9DDFE
PinkColor Codes
All color formats for development
HEX
#F9DDFERGB
rgb(249, 221, 254)HSL
hsl(291, 94%, 93%)OKLCH
oklch(0.93 0.053 321.1)CMYK
cmyk(2%, 13%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F1AEFD
2#E980FB
3#E152FA
4#D824F8
5#C507E6
6#9D06B8
7#76048A
8#4F035C
9#27012E
Tints
Lighter variations
1#FAE0FE
2#FAE3FE
3#FBE7FE
4#FBEAFE
5#FCEEFE
6#FDF1FF
7#FDF5FF
8#FEF8FF
9#FEFCFF
Tones
Muted variations
1#F8DEFC
2#F7E0FB
3#F5E1F9
4#F4E3F7
5#F3E5F6
6#F2E6F4
7#F1E8F2
8#EFEAF1
9#EEEBEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DC #F9DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4BF #F4BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | EB8D #EB8DFB | BordersInactive statesPlaceholder text |
| 400 | E052 #E052FA | Disabled statesSecondary iconsMuted text |
| 500 | D820 #D820F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | BA07 #BA07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9405 #9405AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6A04 #6A047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4402 #44024F | Primary textHigh emphasis contentDark headings |
| 950 | 2A02 #2A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FCF0FF;
--lavender-100: #F9DCFE;
--lavender-200: #F4BFFD;
--lavender-300: #EB8DFB;
--lavender-400: #E052FA;
--lavender-500: #D820F8;
--lavender-600: #BA07DA;
--lavender-700: #9405AD;
--lavender-800: #6A047C;
--lavender-900: #44024F;
--lavender-950: #2A0231;
}