Lavender
#EFC3F9
PinkColor Codes
All color formats for development
HEX
#EFC3F9RGB
rgb(239, 195, 249)HSL
hsl(289, 82%, 87%)OKLCH
oklch(0.872 0.087 320)CMYK
cmyk(4%, 22%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E49AF5
2#DA72F1
3#CF4AED
4#C421E9
5#A914CA
6#8710A2
7#650C79
8#430851
9#220428
Tints
Lighter variations
1#F1C9FA
2#F2CFFA
3#F4D5FB
4#F5DBFB
5#F7E1FC
6#F9E7FD
7#FAEDFD
8#FCF3FE
9#FDF9FE
Tones
Muted variations
1#EDC5F6
2#ECC8F4
3#EACBF1
4#E8CEEE
5#E6D0EB
6#E5D3E9
7#E3D6E6
8#E1D8E3
9#E0DBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DF #F6DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFC3 #EFC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E394 #E394F4 | BordersInactive statesPlaceholder text |
| 400 | D45D #D45DEF | Disabled statesSecondary iconsMuted text |
| 500 | C82E #C82EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | AA14 #AA14CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8810 #8810A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 610B #610B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E07 #3E074A | 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: #FBF1FE;
--lavender-100: #F6DFFC;
--lavender-200: #EFC3F9;
--lavender-300: #E394F4;
--lavender-400: #D45DEF;
--lavender-500: #C82EEA;
--lavender-600: #AA14CC;
--lavender-700: #8810A2;
--lavender-800: #610B74;
--lavender-900: #3E074A;
--lavender-950: #27052E;
}