Lavender
#EDBFFD
PinkColor Codes
All color formats for development
HEX
#EDBFFDRGB
rgb(237, 191, 253)HSL
hsl(285, 94%, 87%)OKLCH
oklch(0.865 0.097 317.3)CMYK
cmyk(6%, 25%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E294FC
2#D669FA
3#CA3EF9
4#BE13F8
5#A307D7
6#8205AC
7#620481
8#410356
9#21012B
Tints
Lighter variations
1#EFC5FD
2#F1CCFD
3#F3D2FE
4#F4D8FE
5#F6DFFE
6#F8E5FE
7#FAECFE
8#FBF2FF
9#FDF9FF
Tones
Muted variations
1#ECC2FA
2#EAC5F7
3#E9C8F4
4#E7CBF1
5#E6CEED
6#E4D1EA
7#E3D5E7
8#E1D8E4
9#DFDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DC #F6DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDBF #EDBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E08D #E08DFB | BordersInactive statesPlaceholder text |
| 400 | D052 #D052FA | Disabled statesSecondary iconsMuted text |
| 500 | C220 #C220F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | A507 #A507DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8305 #8305AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E04 #5E047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C02 #3C024F | 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: #FBF0FF;
--lavender-100: #F6DCFE;
--lavender-200: #EDBFFD;
--lavender-300: #E08DFB;
--lavender-400: #D052FA;
--lavender-500: #C220F8;
--lavender-600: #A507DA;
--lavender-700: #8305AD;
--lavender-800: #5E047C;
--lavender-900: #3C024F;
--lavender-950: #250231;
}