Blue
#5003DD
PurpleColor Codes
All color formats for development
HEX
#5003DDRGB
rgb(80, 3, 221)HSL
hsl(261, 97%, 44%)OKLCH
oklch(0.446 0.264 282.6)CMYK
cmyk(64%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4803C7
2#4003B1
3#38029B
4#300285
5#28026F
6#200158
7#180142
8#10012C
9#080016
Tints
Lighter variations
1#5A04F9
2#6C1EFC
3#7E3AFC
4#9056FC
5#A372FD
6#B58EFD
7#C8ABFE
8#DAC7FE
9#EDE3FF
Tones
Muted variations
1#530ED2
2#5619C7
3#5924BC
4#5D2FB2
5#603AA7
6#63459C
7#665091
8#6A5A86
9#6D657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DC #E8DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4BE #D4BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | B38B #B38BFD | BordersInactive statesPlaceholder text |
| 400 | 8C4F #8C4FFC | Disabled statesSecondary iconsMuted text |
| 500 | 6B1D #6B1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5003 #5003DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F03 #3F03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D02 #2D027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D01 #1D0150 | Primary textHigh emphasis contentDark headings |
| 950 | 1201 #120132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F5F0FF;
--blue-100: #E8DCFE;
--blue-200: #D4BEFE;
--blue-300: #B38BFD;
--blue-400: #8C4FFC;
--blue-500: #6B1DFC;
--blue-600: #5003DD;
--blue-700: #3F03B0;
--blue-800: #2D027E;
--blue-900: #1D0150;
--blue-950: #120132;
}