Royal Blue
#5B30E8
BlueColor Codes
All color formats for development
HEX
#5B30E8RGB
rgb(91, 48, 232)HSL
hsl(254, 80%, 55%)OKLCH
oklch(0.496 0.252 282.9)CMYK
cmyk(61%, 79%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4819E3
2#4016CA
3#3814B1
4#301197
5#280E7E
6#200B65
7#18084C
8#100632
9#080319
Tints
Lighter variations
1#6C45EA
2#7C5AED
3#8C6EEF
4#9D83F1
5#AD98F4
6#BEACF6
7#CEC1F8
8#DED6FA
9#EFEAFD
Tones
Muted variations
1#603ADF
2#6543D6
3#6A4CCD
4#6F55C3
5#745EBA
6#7968B1
7#7E71A8
8#827A9F
9#878395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DF #E6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C3 #D0C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AB95 #AB95F3 | BordersInactive statesPlaceholder text |
| 400 | 805E #805EED | Disabled statesSecondary iconsMuted text |
| 500 | 5B30 #5B30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4016 #4016CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3312 #3312A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 250D #250D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1708 #170849 | Primary textHigh emphasis contentDark headings |
| 950 | 0F05 #0F052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F1FD;
--royal-blue-100: #E6DFFB;
--royal-blue-200: #D0C3F8;
--royal-blue-300: #AB95F3;
--royal-blue-400: #805EED;
--royal-blue-500: #5B30E8;
--royal-blue-600: #4016CA;
--royal-blue-700: #3312A1;
--royal-blue-800: #250D73;
--royal-blue-900: #170849;
--royal-blue-950: #0F052E;
}