Lavender
#F1C3F9
PinkColor Codes
All color formats for development
HEX
#F1C3F9RGB
rgb(241, 195, 249)HSL
hsl(291, 82%, 87%)OKLCH
oklch(0.874 0.088 321.3)CMYK
cmyk(3%, 22%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E79AF5
2#DE72F1
3#D54AED
4#CB21E9
5#AF14CA
6#8C10A2
7#690C79
8#460851
9#230428
Tints
Lighter variations
1#F2C9FA
2#F4CFFA
3#F5D5FB
4#F7DBFB
5#F8E1FC
6#F9E7FD
7#FBEDFD
8#FCF3FE
9#FEF9FE
Tones
Muted variations
1#EFC5F6
2#EDC8F4
3#EBCBF1
4#E9CEEE
5#E7D0EB
6#E5D3E9
7#E4D6E6
8#E2D8E3
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 | F1C3 #F1C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E694 #E694F4 | BordersInactive statesPlaceholder text |
| 400 | D95D #D95DEF | Disabled statesSecondary iconsMuted text |
| 500 | CE2E #CE2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | B114 #B114CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8C10 #8C10A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 640B #640B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4007 #40074A | Primary textHigh emphasis contentDark headings |
| 950 | 2805 #28052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FCF1FE;
--lavender-100: #F7DFFC;
--lavender-200: #F1C3F9;
--lavender-300: #E694F4;
--lavender-400: #D95DEF;
--lavender-500: #CE2EEA;
--lavender-600: #B114CC;
--lavender-700: #8C10A2;
--lavender-800: #640B74;
--lavender-900: #40074A;
--lavender-950: #28052E;
}