Lavender
#DBC0FC
PurpleColor Codes
All color formats for development
HEX
#DBC0FCRGB
rgb(219, 192, 252)HSL
hsl(267, 91%, 87%)OKLCH
oklch(0.85 0.087 305.1)CMYK
cmyk(13%, 24%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C395FA
2#AA6BF8
3#9241F6
4#7A16F4
5#650AD4
6#5108A9
7#3C067F
8#280455
9#14022A
Tints
Lighter variations
1#DEC6FC
2#E2CCFD
3#E6D3FD
4#E9D9FD
5#EDDFFE
6#F1E6FE
7#F4ECFE
8#F8F2FE
9#FBF9FF
Tones
Muted variations
1#DBC3F9
2#DBC6F6
3#DCC9F3
4#DCCCF0
5#DCCFED
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 | DBC0 #DBC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | BF8F #BF8FFA | BordersInactive statesPlaceholder text |
| 400 | 9E55 #9E55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 8224 #8224F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 660A #660AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5108 #5108AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A06 #3A067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2504 #25044E | Primary textHigh emphasis contentDark headings |
| 950 | 1702 #170231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F7F0FE;
--lavender-100: #ECDDFD;
--lavender-200: #DBC0FC;
--lavender-300: #BF8FFA;
--lavender-400: #9E55F7;
--lavender-500: #8224F5;
--lavender-600: #660AD6;
--lavender-700: #5108AA;
--lavender-800: #3A067A;
--lavender-900: #25044E;
--lavender-950: #170231;
}