Blue
#4802DE
PurpleColor Codes
All color formats for development
HEX
#4802DERGB
rgb(72, 2, 222)HSL
hsl(259, 98%, 44%)OKLCH
oklch(0.44 0.266 279.6)CMYK
cmyk(68%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4102C8
2#3A02B2
3#32029C
4#2B0185
5#24016F
6#1D0159
7#160143
8#0E002C
9#070016
Tints
Lighter variations
1#5103FA
2#641DFD
3#7739FD
4#8B55FD
5#9E72FE
6#B18EFE
7#C5AAFE
8#D8C6FE
9#ECE3FF
Tones
Muted variations
1#4C0DD3
2#5018C8
3#5423BD
4#582EB2
5#5C39A7
6#60449C
7#644F91
8#685A86
9#6C657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DC #E7DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2BD #D2BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AF8B #AF8BFE | BordersInactive statesPlaceholder text |
| 400 | 864E #864EFD | Disabled statesSecondary iconsMuted text |
| 500 | 631C #631CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 4802 #4802DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3902 #3902B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2901 #29017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A01 #1A0151 | Primary textHigh emphasis contentDark headings |
| 950 | 1001 #100132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F5F0FF;
--blue-100: #E7DCFF;
--blue-200: #D2BDFE;
--blue-300: #AF8BFE;
--blue-400: #864EFD;
--blue-500: #631CFD;
--blue-600: #4802DE;
--blue-700: #3902B1;
--blue-800: #29017E;
--blue-900: #1A0151;
--blue-950: #100132;
}