Royal Blue
#5D2DEB
PurpleColor Codes
All color formats for development
HEX
#5D2DEBRGB
rgb(93, 45, 235)HSL
hsl(255, 83%, 55%)OKLCH
oklch(0.497 0.257 283.5)CMYK
cmyk(60%, 81%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A15E7
2#4213CD
3#3911B4
4#310E9A
5#290C80
6#210A67
7#19074D
8#100533
9#08021A
Tints
Lighter variations
1#6D42ED
2#7D57EF
3#8D6CF1
4#9E81F3
5#AE96F5
6#BEABF7
7#CEC0F9
8#DFD5FB
9#EFEAFD
Tones
Muted variations
1#6137E2
2#6640D8
3#6B4ACF
4#7053C5
5#745DBC
6#7966B2
7#7E70A9
8#83799F
9#878396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DE #E6DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C2 #D0C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | AC94 #AC94F5 | BordersInactive statesPlaceholder text |
| 400 | 815C #815CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 5D2D #5D2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4213 #4213CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 340F #340FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 250B #250B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1807 #18074B | Primary textHigh emphasis contentDark headings |
| 950 | 0F04 #0F042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F1FE;
--royal-blue-100: #E6DEFC;
--royal-blue-200: #D0C2F9;
--royal-blue-300: #AC94F5;
--royal-blue-400: #815CF0;
--royal-blue-500: #5D2DEB;
--royal-blue-600: #4213CD;
--royal-blue-700: #340FA3;
--royal-blue-800: #250B75;
--royal-blue-900: #18074B;
--royal-blue-950: #0F042F;
}