Royal Blue
#571AFF
PurpleColor Codes
All color formats for development
HEX
#571AFFRGB
rgb(87, 26, 255)HSL
hsl(256, 100%, 55%)OKLCH
oklch(0.5 0.289 280.1)CMYK
cmyk(66%, 90%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4300FC
2#3C00E0
3#3400C4
4#2D00A8
5#25008C
6#1E0070
7#160054
8#0F0038
9#07001C
Tints
Lighter variations
1#6830FF
2#7847FF
3#895EFF
4#9A75FF
5#AB8CFF
6#BCA3FF
7#CDBAFF
8#DDD1FF
9#EEE8FF
Tones
Muted variations
1#5C25F4
2#6130E8
3#673CDD
4#6C47D1
5#7153C6
6#775EBA
7#7C6AAF
8#8275A3
9#878198
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DB #E5DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEBD #CEBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | A98A #A98AFF | BordersInactive statesPlaceholder text |
| 400 | 7C4D #7C4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 571A #571AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3C00 #3C00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3000 #3000B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2200 #220080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1600 #160052 | Primary textHigh emphasis contentDark headings |
| 950 | 0E00 #0E0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F0FF;
--royal-blue-100: #E5DBFF;
--royal-blue-200: #CEBDFF;
--royal-blue-300: #A98AFF;
--royal-blue-400: #7C4DFF;
--royal-blue-500: #571AFF;
--royal-blue-600: #3C00E0;
--royal-blue-700: #3000B3;
--royal-blue-800: #220080;
--royal-blue-900: #160052;
--royal-blue-950: #0E0033;
}