Royal Blue
#5B2FE9
BlueColor Codes
All color formats for development
HEX
#5B2FE9RGB
rgb(91, 47, 233)HSL
hsl(254, 81%, 55%)OKLCH
oklch(0.496 0.253 282.9)CMYK
cmyk(61%, 80%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4818E4
2#4015CB
3#3813B2
4#301098
5#280D7F
6#200B66
7#18084C
8#100533
9#080319
Tints
Lighter variations
1#6B44EB
2#7C59EE
3#8C6EF0
4#9C82F2
5#AD97F4
6#BDACF6
7#CEC1F8
8#DED5FB
9#EFEAFD
Tones
Muted variations
1#6039E0
2#6542D7
3#6A4BCD
4#6F54C4
5#735EBB
6#7867B1
7#7D70A8
8#827A9F
9#878396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DF #E5DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C3 #D0C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | AB95 #AB95F4 | BordersInactive statesPlaceholder text |
| 400 | 7F5D #7F5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 5B2F #5B2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4015 #4015CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3311 #3311A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 240C #240C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1708 #17084A | Primary textHigh emphasis contentDark headings |
| 950 | 0E05 #0E052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F1FE;
--royal-blue-100: #E5DFFC;
--royal-blue-200: #D0C3F9;
--royal-blue-300: #AB95F4;
--royal-blue-400: #7F5DEE;
--royal-blue-500: #5B2FE9;
--royal-blue-600: #4015CB;
--royal-blue-700: #3311A2;
--royal-blue-800: #240C73;
--royal-blue-900: #17084A;
--royal-blue-950: #0E052E;
}