Blue
#4803DD
PurpleColor Codes
All color formats for development
HEX
#4803DDRGB
rgb(72, 3, 221)HSL
hsl(259, 97%, 44%)OKLCH
oklch(0.439 0.265 279.7)CMYK
cmyk(67%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4103C7
2#3A03B1
3#33029B
4#2B0285
5#24026F
6#1D0158
7#160142
8#0E012C
9#070016
Tints
Lighter variations
1#5104F9
2#641EFC
3#773AFC
4#8B56FC
5#9E72FD
6#B28EFD
7#C5ABFE
8#D8C7FE
9#ECE3FF
Tones
Muted variations
1#4C0ED2
2#5019C7
3#5424BC
4#582FB2
5#5C3AA7
6#60459C
7#645091
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 #E7DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2BE #D2BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AF8B #AF8BFD | BordersInactive statesPlaceholder text |
| 400 | 864F #864FFC | Disabled statesSecondary iconsMuted text |
| 500 | 631D #631DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4803 #4803DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3A03 #3A03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2902 #29027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A01 #1A0150 | 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: #E7DCFE;
--blue-200: #D2BEFE;
--blue-300: #AF8BFD;
--blue-400: #864FFC;
--blue-500: #631DFC;
--blue-600: #4803DD;
--blue-700: #3A03B0;
--blue-800: #29027E;
--blue-900: #1A0150;
--blue-950: #100132;
}