Royal Blue
#5570F7
BlueColor Codes
All color formats for development
HEX
#5570F7RGB
rgb(85, 112, 247)HSL
hsl(230, 91%, 65%)OKLCH
oklch(0.599 0.203 270.5)CMYK
cmyk(66%, 55%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3555F5
2#153AF4
3#0A2EDE
4#0927BE
5#07219E
6#061A7F
7#04145F
8#030D3F
9#010720
Tints
Lighter variations
1#667EF8
2#778CF9
3#889BF9
4#99A9FA
5#AAB7FB
6#BBC6FC
7#CCD4FD
8#DDE2FD
9#EEF1FE
Tones
Muted variations
1#5D75EF
2#657AE7
3#6D80DF
4#7585D6
5#7D8BCE
6#8590C6
7#8D96BE
8#969BB6
9#9EA0AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE2 #DDE2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CA #C0CAFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FA1 #8FA1FA | BordersInactive statesPlaceholder text |
| 400 | 5570 #5570F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2447 #2447F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A2C #0A2CD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0823 #0823AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0619 #06197A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0410 #04104E | Primary textHigh emphasis contentDark headings |
| 950 | 020A #020A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F3FE;
--royal-blue-100: #DDE2FD;
--royal-blue-200: #C0CAFC;
--royal-blue-300: #8FA1FA;
--royal-blue-400: #5570F7;
--royal-blue-500: #2447F5;
--royal-blue-600: #0A2CD6;
--royal-blue-700: #0823AA;
--royal-blue-800: #06197A;
--royal-blue-900: #04104E;
--royal-blue-950: #020A31;
}