Royal Blue
#5C77F0
BlueColor Codes
All color formats for development
HEX
#5C77F0RGB
rgb(92, 119, 240)HSL
hsl(229, 83%, 65%)OKLCH
oklch(0.612 0.183 270.6)CMYK
cmyk(62%, 50%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D5EED
2#1F44EA
3#1437D4
4#112FB6
5#0E2798
6#0B1F79
7#08185B
8#06103D
9#03081E
Tints
Lighter variations
1#6C84F1
2#7C92F3
3#8DA0F4
4#9DADF6
5#ADBBF7
6#BEC9F9
7#CED6FA
8#DEE4FC
9#EFF1FD
Tones
Muted variations
1#637CE8
2#6A80E1
3#7285DA
4#798AD2
5#818ECB
6#8893C3
7#9098BC
8#979CB5
9#9EA1AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE4 #DEE4FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CC #C2CCF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94A6 #94A6F5 | BordersInactive statesPlaceholder text |
| 400 | 5C77 #5C77F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D50 #2D50EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1335 #1335CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F2A #0F2AA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B1E #0B1E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0713 #07134B | Primary textHigh emphasis contentDark headings |
| 950 | 040C #040C2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FE;
--royal-blue-100: #DEE4FC;
--royal-blue-200: #C2CCF9;
--royal-blue-300: #94A6F5;
--royal-blue-400: #5C77F0;
--royal-blue-500: #2D50EB;
--royal-blue-600: #1335CD;
--royal-blue-700: #0F2AA3;
--royal-blue-800: #0B1E75;
--royal-blue-900: #07134B;
--royal-blue-950: #040C2F;
}