Lavender
#F4C2F9
PinkColor Codes
All color formats for development
HEX
#F4C2F9RGB
rgb(244, 194, 249)HSL
hsl(295, 82%, 87%)OKLCH
oklch(0.875 0.092 323.3)CMYK
cmyk(2%, 22%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED9AF5
2#E672F1
3#DF4AED
4#D821E9
5#BB14CA
6#9510A2
7#700C79
8#4B0851
9#250428
Tints
Lighter variations
1#F6C9FA
2#F7CFFA
3#F8D5FB
4#F9DBFB
5#FAE1FC
6#FBE7FD
7#FCEDFD
8#FDF3FE
9#FEF9FE
Tones
Muted variations
1#F2C5F6
2#F0C8F4
3#EECBF1
4#EBCEEE
5#E9D0EB
6#E7D3E9
7#E5D6E6
8#E2D8E3
9#E0DBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DF #F9DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5C3 #F5C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | EC94 #EC94F4 | BordersInactive statesPlaceholder text |
| 400 | E35D #E35DEF | Disabled statesSecondary iconsMuted text |
| 500 | DB2E #DB2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | BD14 #BD14CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9610 #9610A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6B0B #6B0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4507 #45074A | Primary textHigh emphasis contentDark headings |
| 950 | 2B05 #2B052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FDF1FE;
--lavender-100: #F9DFFC;
--lavender-200: #F5C3F9;
--lavender-300: #EC94F4;
--lavender-400: #E35DEF;
--lavender-500: #DB2EEA;
--lavender-600: #BD14CC;
--lavender-700: #9610A2;
--lavender-800: #6B0B74;
--lavender-900: #45074A;
--lavender-950: #2B052E;
}