Lavender
#EDBFFC
PinkColor Codes
All color formats for development
HEX
#EDBFFCRGB
rgb(237, 191, 252)HSL
hsl(285, 91%, 87%)OKLCH
oklch(0.865 0.096 317.7)CMYK
cmyk(6%, 24%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E195FA
2#D56BF8
3#C941F6
4#BD16F4
5#A10AD4
6#8108A9
7#61067F
8#410455
9#20022A
Tints
Lighter variations
1#EFC6FC
2#F1CCFD
3#F2D3FD
4#F4D9FD
5#F6DFFE
6#F8E6FE
7#FAECFE
8#FBF2FE
9#FDF9FF
Tones
Muted variations
1#EBC3F9
2#EAC6F6
3#E8C9F3
4#E7CCF0
5#E5CFED
6#E4D2EA
7#E2D5E7
8#E1D8E4
9#DFDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DD #F5DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC0 #EDC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | DF8F #DF8FFA | BordersInactive statesPlaceholder text |
| 400 | CE55 #CE55F7 | Disabled statesSecondary iconsMuted text |
| 500 | C024 #C024F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | A30A #A30AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8208 #8208AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D06 #5D067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B04 #3B044E | Primary textHigh emphasis contentDark headings |
| 950 | 2502 #250231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FBF0FE;
--lavender-100: #F5DDFD;
--lavender-200: #EDC0FC;
--lavender-300: #DF8FFA;
--lavender-400: #CE55F7;
--lavender-500: #C024F5;
--lavender-600: #A30AD6;
--lavender-700: #8208AA;
--lavender-800: #5D067A;
--lavender-900: #3B044E;
--lavender-950: #250231;
}