Royal Blue
#5563F6
BlueColor Codes
All color formats for development
HEX
#5563F6RGB
rgb(85, 99, 246)HSL
hsl(235, 90%, 65%)OKLCH
oklch(0.575 0.217 273.3)CMYK
cmyk(65%, 60%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3646F4
2#1629F3
3#0C1DDC
4#0A19BD
5#08159D
6#07117E
7#050C5E
8#03083F
9#02041F
Tints
Lighter variations
1#6672F7
2#7782F8
3#8892F9
4#99A1FA
5#AAB1FB
6#BBC1FB
7#CCD0FC
8#DDE0FD
9#EEEFFE
Tones
Muted variations
1#5D6AEE
2#6570E6
3#6E77DE
4#767ED6
5#7E84CE
6#868BC6
7#8E92BE
8#9698B6
9#9E9FAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE0 #DDE0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C5 #C0C5FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9098 #9098F9 | BordersInactive statesPlaceholder text |
| 400 | 5563 #5563F6 | Disabled statesSecondary iconsMuted text |
| 500 | 2536 #2536F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B1C #0B1CD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0916 #0916AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0610 #061079 | Text on light backgroundsHeadingsStrong borders |
| 900 | 040A #040A4E | 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: #F0F2FE;
--royal-blue-100: #DDE0FD;
--royal-blue-200: #C0C5FC;
--royal-blue-300: #9098F9;
--royal-blue-400: #5563F6;
--royal-blue-500: #2536F4;
--royal-blue-600: #0B1CD5;
--royal-blue-700: #0916AA;
--royal-blue-800: #061079;
--royal-blue-900: #040A4E;
--royal-blue-950: #030630;
}