Royal Blue
#5C9CF0
BlueColor Codes
All color formats for development
HEX
#5C9CF0RGB
rgb(92, 156, 240)HSL
hsl(214, 83%, 65%)OKLCH
oklch(0.687 0.141 255.9)CMYK
cmyk(62%, 35%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D89ED
2#1F77EA
3#1467D4
4#1158B6
5#0E4A98
6#0B3B79
7#082C5B
8#061D3D
9#030F1E
Tints
Lighter variations
1#6CA6F1
2#7CB0F3
3#8DBAF4
4#9DC4F6
5#ADCDF7
6#BED7F9
7#CEE1FA
8#DEEBFC
9#EFF5FD
Tones
Muted variations
1#639DE8
2#6A9EE1
3#729FDA
4#79A0D2
5#81A1CB
6#88A2C3
7#90A3BC
8#97A4B5
9#9EA5AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEB #DEEBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DA #C2DAF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94BE #94BEF5 | BordersInactive statesPlaceholder text |
| 400 | 5C9C #5C9CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D80 #2D80EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1364 #1364CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F4F #0F4FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B39 #0B3975 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0724 #07244B | Primary textHigh emphasis contentDark headings |
| 950 | 0417 #04172F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F7FE;
--royal-blue-100: #DEEBFC;
--royal-blue-200: #C2DAF9;
--royal-blue-300: #94BEF5;
--royal-blue-400: #5C9CF0;
--royal-blue-500: #2D80EB;
--royal-blue-600: #1364CD;
--royal-blue-700: #0F4FA3;
--royal-blue-800: #0B3975;
--royal-blue-900: #07244B;
--royal-blue-950: #04172F;
}