Royal Blue
#5576F6
BlueColor Codes
All color formats for development
HEX
#5576F6RGB
rgb(85, 118, 246)HSL
hsl(228, 90%, 65%)OKLCH
oklch(0.61 0.195 269)CMYK
cmyk(65%, 52%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#365CF4
2#1643F3
3#0C35DC
4#0A2EBD
5#08269D
6#071E7E
7#05175E
8#030F3F
9#02081F
Tints
Lighter variations
1#6683F7
2#7791F8
3#889FF9
4#99ADFA
5#AABAFB
6#BBC8FB
7#CCD6FC
8#DDE4FD
9#EEF1FE
Tones
Muted variations
1#5D7AEE
2#657FE6
3#6E84DE
4#7689D6
5#7E8ECE
6#8692C6
7#8E97BE
8#969CB6
9#9EA1AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE4 #DDE4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CC #C0CCFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90A5 #90A5F9 | BordersInactive statesPlaceholder text |
| 400 | 5576 #5576F6 | Disabled statesSecondary iconsMuted text |
| 500 | 254E #254EF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B34 #0B34D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0929 #0929AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 061D #061D79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0413 #04134E | Primary textHigh emphasis contentDark headings |
| 950 | 030C #030C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F3FE;
--royal-blue-100: #DDE4FD;
--royal-blue-200: #C0CCFC;
--royal-blue-300: #90A5F9;
--royal-blue-400: #5576F6;
--royal-blue-500: #254EF4;
--royal-blue-600: #0B34D5;
--royal-blue-700: #0929AA;
--royal-blue-800: #061D79;
--royal-blue-900: #04134E;
--royal-blue-950: #030C30;
}