Lavender
#F5C2F9
PinkColor Codes
All color formats for development
HEX
#F5C2F9RGB
rgb(245, 194, 249)HSL
hsl(296, 82%, 87%)OKLCH
oklch(0.876 0.092 324)CMYK
cmyk(2%, 22%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF9AF5
2#E972F1
3#E24AED
4#DC21E9
5#BE14CA
6#9810A2
7#720C79
8#4C0851
9#260428
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#F3C5F6
2#F1C8F4
3#EECBF1
4#ECCEEE
5#EAD0EB
6#E7D3E9
7#E5D6E6
8#E3D8E3
9#E0DBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADF #FADFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5C3 #F5C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | EE94 #EE94F4 | BordersInactive statesPlaceholder text |
| 400 | E55D #E55DEF | Disabled statesSecondary iconsMuted text |
| 500 | DE2E #DE2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | C014 #C014CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9910 #9910A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6D0B #6D0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4607 #46074A | Primary textHigh emphasis contentDark headings |
| 950 | 2C05 #2C052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FDF1FE;
--lavender-100: #FADFFC;
--lavender-200: #F5C3F9;
--lavender-300: #EE94F4;
--lavender-400: #E55DEF;
--lavender-500: #DE2EEA;
--lavender-600: #C014CC;
--lavender-700: #9910A2;
--lavender-800: #6D0B74;
--lavender-900: #46074A;
--lavender-950: #2C052E;
}