Lavender
#F0C3F9
PinkColor Codes
All color formats for development
HEX
#F0C3F9RGB
rgb(240, 195, 249)HSL
hsl(290, 82%, 87%)OKLCH
oklch(0.873 0.087 320.7)CMYK
cmyk(4%, 22%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E69AF5
2#DC72F1
3#D24AED
4#C821E9
5#AC14CA
6#8910A2
7#670C79
8#450851
9#220428
Tints
Lighter variations
1#F1C9FA
2#F3CFFA
3#F4D5FB
4#F6DBFB
5#F7E1FC
6#F9E7FD
7#FAEDFD
8#FCF3FE
9#FDF9FE
Tones
Muted variations
1#EEC5F6
2#ECC8F4
3#EBCBF1
4#E9CEEE
5#E7D0EB
6#E5D3E9
7#E3D6E6
8#E1D8E3
9#E0DBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DF #F7DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0C3 #F0C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E494 #E494F4 | BordersInactive statesPlaceholder text |
| 400 | D75D #D75DEF | Disabled statesSecondary iconsMuted text |
| 500 | CB2E #CB2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | AE14 #AE14CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8A10 #8A10A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 630B #630B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F07 #3F074A | Primary textHigh emphasis contentDark headings |
| 950 | 2705 #27052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FCF1FE;
--lavender-100: #F7DFFC;
--lavender-200: #F0C3F9;
--lavender-300: #E494F4;
--lavender-400: #D75DEF;
--lavender-500: #CB2EEA;
--lavender-600: #AE14CC;
--lavender-700: #8A10A2;
--lavender-800: #630B74;
--lavender-900: #3F074A;
--lavender-950: #27052E;
}