Royal Blue
#5D9CEE
BlueColor Codes
All color formats for development
HEX
#5D9CEERGB
rgb(93, 156, 238)HSL
hsl(214, 81%, 65%)OKLCH
oklch(0.687 0.138 255.7)CMYK
cmyk(61%, 34%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F8AEB
2#2177E8
3#1667D2
4#1359B4
5#104A96
6#0D3B78
7#092C5A
8#061E3C
9#030F1E
Tints
Lighter variations
1#6EA6F0
2#7EB0F1
3#8EBAF3
4#9EC4F5
5#AECEF7
6#BED7F8
7#CFE1FA
8#DFEBFC
9#EFF5FD
Tones
Muted variations
1#659DE7
2#6C9EE0
3#739FD8
4#7AA0D1
5#82A1CA
6#89A2C3
7#90A3BB
8#97A4B4
9#9FA5AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEB #DFEBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3DA #C3DAF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95BE #95BEF4 | BordersInactive statesPlaceholder text |
| 400 | 5D9C #5D9CEE | Disabled statesSecondary iconsMuted text |
| 500 | 2F80 #2F80E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1564 #1564CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1150 #1150A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C39 #0C3973 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0824 #08244A | Primary textHigh emphasis contentDark headings |
| 950 | 0517 #05172E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F7FE;
--royal-blue-100: #DFEBFC;
--royal-blue-200: #C3DAF9;
--royal-blue-300: #95BEF4;
--royal-blue-400: #5D9CEE;
--royal-blue-500: #2F80E9;
--royal-blue-600: #1564CB;
--royal-blue-700: #1150A2;
--royal-blue-800: #0C3973;
--royal-blue-900: #08244A;
--royal-blue-950: #05172E;
}