Lavender
#DFBFFC
PurpleColor Codes
All color formats for development
HEX
#DFBFFCRGB
rgb(223, 191, 252)HSL
hsl(271, 91%, 87%)OKLCH
oklch(0.852 0.09 308.4)CMYK
cmyk(12%, 24%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C995FA
2#B46BF8
3#9E41F6
4#8916F4
5#720AD4
6#5B08A9
7#45067F
8#2E0455
9#17022A
Tints
Lighter variations
1#E2C6FC
2#E5CCFD
3#E8D3FD
4#ECD9FD
5#EFDFFE
6#F2E6FE
7#F5ECFE
8#F9F2FE
9#FCF9FF
Tones
Muted variations
1#DFC3F9
2#DFC6F6
3#DFC9F3
4#DECCF0
5#DECFED
6#DED2EA
7#DED5E7
8#DED8E4
9#DEDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDD #EEDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC0 #DFC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | C68F #C68FFA | BordersInactive statesPlaceholder text |
| 400 | A855 #A855F7 | Disabled statesSecondary iconsMuted text |
| 500 | 9024 #9024F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 740A #740AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C08 #5C08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4206 #42067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A04 #2A044E | Primary textHigh emphasis contentDark headings |
| 950 | 1A02 #1A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F8F0FE;
--lavender-100: #EEDDFD;
--lavender-200: #DFC0FC;
--lavender-300: #C68FFA;
--lavender-400: #A855F7;
--lavender-500: #9024F5;
--lavender-600: #740AD6;
--lavender-700: #5C08AA;
--lavender-800: #42067A;
--lavender-900: #2A044E;
--lavender-950: #1A0231;
}