Royal Blue
#5570F6
BlueColor Codes
All color formats for development
HEX
#5570F6RGB
rgb(85, 112, 246)HSL
hsl(230, 90%, 65%)OKLCH
oklch(0.599 0.202 270.5)CMYK
cmyk(65%, 54%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3656F4
2#163BF3
3#0C2EDC
4#0A28BD
5#08219D
6#071B7E
7#05145E
8#030D3F
9#02071F
Tints
Lighter variations
1#667EF7
2#778DF8
3#889BF9
4#99A9FA
5#AAB8FB
6#BBC6FB
7#CCD4FC
8#DDE2FD
9#EEF1FE
Tones
Muted variations
1#5D76EE
2#657BE6
3#6E80DE
4#7686D6
5#7E8BCE
6#8690C6
7#8E96BE
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 | 90A1 #90A1F9 | BordersInactive statesPlaceholder text |
| 400 | 5570 #5570F6 | Disabled statesSecondary iconsMuted text |
| 500 | 2547 #2547F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B2D #0B2DD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0924 #0924AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0619 #061979 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0410 #04104E | Primary textHigh emphasis contentDark headings |
| 950 | 030A #030A30 | 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: #90A1F9;
--royal-blue-400: #5570F6;
--royal-blue-500: #2547F4;
--royal-blue-600: #0B2DD5;
--royal-blue-700: #0924AA;
--royal-blue-800: #061979;
--royal-blue-900: #04104E;
--royal-blue-950: #030A30;
}