Lavender
#EFC3F8
PinkColor Codes
All color formats for development
HEX
#EFC3F8RGB
rgb(239, 195, 248)HSL
hsl(290, 79%, 87%)OKLCH
oklch(0.872 0.086 320.6)CMYK
cmyk(4%, 21%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E59CF3
2#DA74EF
3#D04DEA
4#C525E5
5#A917C7
6#87139F
7#660E77
8#44094F
9#220528
Tints
Lighter variations
1#F1CAF9
2#F2D0F9
3#F4D5FA
4#F6DBFB
5#F7E1FC
6#F9E7FC
7#FAEDFD
8#FCF3FE
9#FDF9FE
Tones
Muted variations
1#EEC6F5
2#ECC9F3
3#EACCF0
4#E8CEEE
5#E7D1EB
6#E5D3E8
7#E3D6E6
8#E1D9E3
9#E0DBE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DF #F7DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFC4 #EFC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E396 #E396F3 | BordersInactive statesPlaceholder text |
| 400 | D55F #D55FEC | Disabled statesSecondary iconsMuted text |
| 500 | C932 #C932E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | AB18 #AB18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8813 #8813A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 610D #610D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E09 #3E0949 | 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: #FBF1FD;
--lavender-100: #F7DFFB;
--lavender-200: #EFC4F8;
--lavender-300: #E396F3;
--lavender-400: #D55FEC;
--lavender-500: #C932E7;
--lavender-600: #AB18C9;
--lavender-700: #8813A0;
--lavender-800: #610D72;
--lavender-900: #3E0949;
--lavender-950: #27052E;
}