Royal Blue
#5560F6
BlueColor Codes
All color formats for development
HEX
#5560F6RGB
rgb(85, 96, 246)HSL
hsl(236, 90%, 65%)OKLCH
oklch(0.57 0.221 273.8)CMYK
cmyk(65%, 61%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3643F4
2#1625F3
3#0C1ADC
4#0A16BD
5#08129D
6#070F7E
7#050B5E
8#03073F
9#02041F
Tints
Lighter variations
1#6670F7
2#7780F8
3#8890F9
4#99A0FA
5#AAB0FB
6#BBBFFB
7#CCCFFC
8#DDDFFD
9#EEEFFE
Tones
Muted variations
1#5D67EE
2#656EE6
3#6E75DE
4#767CD6
5#7E83CE
6#868AC6
7#8E91BE
8#9698B6
9#9E9FAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDF #DDDFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C4 #C0C4FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9097 #9097F9 | BordersInactive statesPlaceholder text |
| 400 | 5560 #5560F6 | Disabled statesSecondary iconsMuted text |
| 500 | 2533 #2533F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B19 #0B19D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0914 #0914AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 060E #060E79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0409 #04094E | Primary textHigh emphasis contentDark headings |
| 950 | 0306 #030630 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F1FE;
--royal-blue-100: #DDDFFD;
--royal-blue-200: #C0C4FC;
--royal-blue-300: #9097F9;
--royal-blue-400: #5560F6;
--royal-blue-500: #2533F4;
--royal-blue-600: #0B19D5;
--royal-blue-700: #0914AA;
--royal-blue-800: #060E79;
--royal-blue-900: #04094E;
--royal-blue-950: #030630;
}