Royal Blue
#5C7CF0
BlueColor Codes
All color formats for development
HEX
#5C7CF0RGB
rgb(92, 124, 240)HSL
hsl(227, 83%, 65%)OKLCH
oklch(0.621 0.177 269.1)CMYK
cmyk(62%, 48%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D63ED
2#1F4BEA
3#143DD4
4#1135B6
5#0E2C98
6#0B2379
7#081A5B
8#06123D
9#03091E
Tints
Lighter variations
1#6C89F1
2#7C96F3
3#8DA3F4
4#9DB0F6
5#ADBDF7
6#BECBF9
7#CED8FA
8#DEE5FC
9#EFF2FD
Tones
Muted variations
1#6380E8
2#6A84E1
3#7288DA
4#798DD2
5#8191CB
6#8895C3
7#9099BC
8#979DB5
9#9EA2AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE5 #DEE5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CE #C2CEF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94A9 #94A9F5 | BordersInactive statesPlaceholder text |
| 400 | 5C7C #5C7CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D56 #2D56EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 133B #133BCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F2F #0F2FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B22 #0B2275 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0716 #07164B | Primary textHigh emphasis contentDark headings |
| 950 | 040E #040E2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F4FE;
--royal-blue-100: #DEE5FC;
--royal-blue-200: #C2CEF9;
--royal-blue-300: #94A9F5;
--royal-blue-400: #5C7CF0;
--royal-blue-500: #2D56EB;
--royal-blue-600: #133BCD;
--royal-blue-700: #0F2FA3;
--royal-blue-800: #0B2275;
--royal-blue-900: #07164B;
--royal-blue-950: #040E2F;
}