Lavender
#DBBFFC
PurpleColor Codes
All color formats for development
HEX
#DBBFFCRGB
rgb(219, 191, 252)HSL
hsl(268, 91%, 87%)OKLCH
oklch(0.849 0.088 305.5)CMYK
cmyk(13%, 24%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C495FA
2#AD6BF8
3#9541F6
4#7E16F4
5#680AD4
6#5308A9
7#3F067F
8#2A0455
9#15022A
Tints
Lighter variations
1#DFC6FC
2#E3CCFD
3#E6D3FD
4#EAD9FD
5#EDDFFE
6#F1E6FE
7#F4ECFE
8#F8F2FE
9#FBF9FF
Tones
Muted variations
1#DCC3F9
2#DCC6F6
3#DCC9F3
4#DDCCF0
5#DDCFED
6#DDD2EA
7#DDD5E7
8#DDD8E4
9#DEDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDD #ECDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC0 #DCC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | C18F #C18FFA | BordersInactive statesPlaceholder text |
| 400 | A055 #A055F7 | Disabled statesSecondary iconsMuted text |
| 500 | 8524 #8524F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 690A #690AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5408 #5408AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C06 #3C067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2604 #26044E | Primary textHigh emphasis contentDark headings |
| 950 | 1802 #180231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F7F0FE;
--lavender-100: #ECDDFD;
--lavender-200: #DCC0FC;
--lavender-300: #C18FFA;
--lavender-400: #A055F7;
--lavender-500: #8524F5;
--lavender-600: #690AD6;
--lavender-700: #5408AA;
--lavender-800: #3C067A;
--lavender-900: #26044E;
--lavender-950: #180231;
}