Lavender
#F1DCFE
PurpleColor Codes
All color formats for development
HEX
#F1DCFERGB
rgb(241, 220, 254)HSL
hsl(277, 94%, 93%)OKLCH
oklch(0.922 0.051 312.7)CMYK
cmyk(5%, 13%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DFAEFD
2#CC80FB
3#BA52FA
4#A724F8
5#9107E6
6#7406B8
7#57048A
8#3A035C
9#1D012E
Tints
Lighter variations
1#F2E0FE
2#F4E3FE
3#F5E7FE
4#F7EAFE
5#F8EEFE
6#F9F1FF
7#FBF5FF
8#FCF8FF
9#FEFCFF
Tones
Muted variations
1#F1DEFC
2#F0E0FB
3#F0E1F9
4#EFE3F7
5#EFE5F6
6#EFE6F4
7#EEE8F2
8#EEEAF1
9#EEEBEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DC #F1DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5BF #E5BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D18D #D18DFB | BordersInactive statesPlaceholder text |
| 400 | B952 #B952FA | Disabled statesSecondary iconsMuted text |
| 500 | A520 #A520F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8907 #8907DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6D05 #6D05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E04 #4E047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3202 #32024F | Primary textHigh emphasis contentDark headings |
| 950 | 1F02 #1F0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F9F0FF;
--lavender-100: #F1DCFE;
--lavender-200: #E5BFFD;
--lavender-300: #D18DFB;
--lavender-400: #B952FA;
--lavender-500: #A520F8;
--lavender-600: #8907DA;
--lavender-700: #6D05AD;
--lavender-800: #4E047C;
--lavender-900: #32024F;
--lavender-950: #1F0231;
}