Lavender
#F6C2F9
PinkColor Codes
All color formats for development
HEX
#F6C2F9RGB
rgb(246, 194, 249)HSL
hsl(297, 82%, 87%)OKLCH
oklch(0.877 0.093 324.6)CMYK
cmyk(1%, 22%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F19AF5
2#EB72F1
3#E54AED
4#DF21E9
5#C114CA
6#9A10A2
7#740C79
8#4D0851
9#270428
Tints
Lighter variations
1#F7C9FA
2#F8CFFA
3#F9D5FB
4#FADBFB
5#FBE1FC
6#FCE7FD
7#FCEDFD
8#FDF3FE
9#FEF9FE
Tones
Muted variations
1#F4C5F6
2#F1C8F4
3#EFCBF1
4#EDCEEE
5#EAD0EB
6#E8D3E9
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 | F6C3 #F6C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F094 #F094F4 | BordersInactive statesPlaceholder text |
| 400 | E85D #E85DEF | Disabled statesSecondary iconsMuted text |
| 500 | E12E #E12EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | C314 #C314CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9B10 #9B10A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6F0B #6F0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4707 #47074A | 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: #F6C3F9;
--lavender-300: #F094F4;
--lavender-400: #E85DEF;
--lavender-500: #E12EEA;
--lavender-600: #C314CC;
--lavender-700: #9B10A2;
--lavender-800: #6F0B74;
--lavender-900: #47074A;
--lavender-950: #2C052E;
}