Lavender
#EEC4F7
PinkColor Codes
All color formats for development
HEX
#EEC4F7RGB
rgb(238, 196, 247)HSL
hsl(289, 76%, 87%)OKLCH
oklch(0.873 0.082 320.3)CMYK
cmyk(4%, 21%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E29EF2
2#D777EC
3#CB50E7
4#C028E2
5#A41BC3
6#83159C
7#631075
8#420B4E
9#210527
Tints
Lighter variations
1#F0CAF8
2#F1D0F9
3#F3D6F9
4#F5DCFA
5#F6E2FB
6#F8E8FC
7#FAEDFD
8#FCF3FD
9#FDF9FE
Tones
Muted variations
1#ECC7F5
2#EBCAF2
3#E9CCEF
4#E7CFED
5#E6D1EA
6#E4D4E8
7#E3D6E5
8#E1D9E3
9#DFDBE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF2 #FBF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6E0 #F6E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC5 #EEC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E198 #E198F1 | BordersInactive statesPlaceholder text |
| 400 | D162 #D162EA | Disabled statesSecondary iconsMuted text |
| 500 | C335 #C335E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | A61B #A61BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8415 #84159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E0F #5E0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C0A #3C0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2606 #26062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FBF2FD;
--lavender-100: #F6E0FB;
--lavender-200: #EEC5F7;
--lavender-300: #E198F1;
--lavender-400: #D162EA;
--lavender-500: #C335E3;
--lavender-600: #A61BC5;
--lavender-700: #84159D;
--lavender-800: #5E0F70;
--lavender-900: #3C0A48;
--lavender-950: #26062D;
}