Royal Blue
#5530E8
BlueColor Codes
All color formats for development
HEX
#5530E8RGB
rgb(85, 48, 232)HSL
hsl(252, 80%, 55%)OKLCH
oklch(0.491 0.253 280.9)CMYK
cmyk(63%, 79%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4219E3
2#3A16CA
3#3314B1
4#2C1197
5#240E7E
6#1D0B65
7#16084C
8#0F0632
9#070319
Tints
Lighter variations
1#6645EA
2#775AED
3#886EEF
4#9983F1
5#AA98F4
6#BBACF6
7#CCC1F8
8#DDD6FA
9#EEEAFD
Tones
Muted variations
1#5B3ADF
2#6043D6
3#664CCD
4#6B55C3
5#715EBA
6#7668B1
7#7C71A8
8#817A9F
9#878395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DF #E5DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEC3 #CEC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A895 #A895F3 | BordersInactive statesPlaceholder text |
| 400 | 7B5E #7B5EED | Disabled statesSecondary iconsMuted text |
| 500 | 5530 #5530E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A16 #3A16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E12 #2E12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 210D #210D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1508 #150849 | Primary textHigh emphasis contentDark headings |
| 950 | 0D05 #0D052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F1FD;
--royal-blue-100: #E5DFFB;
--royal-blue-200: #CEC3F8;
--royal-blue-300: #A895F3;
--royal-blue-400: #7B5EED;
--royal-blue-500: #5530E8;
--royal-blue-600: #3A16CA;
--royal-blue-700: #2E12A1;
--royal-blue-800: #210D73;
--royal-blue-900: #150849;
--royal-blue-950: #0D052E;
}