Royal Blue
#5D92EE
BlueColor Codes
All color formats for development
HEX
#5D92EERGB
rgb(93, 146, 238)HSL
hsl(218, 81%, 65%)OKLCH
oklch(0.665 0.149 260.7)CMYK
cmyk(61%, 39%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F7EEB
2#216AE8
3#165BD2
4#134EB4
5#104196
6#0D3478
7#09275A
8#061A3C
9#030D1E
Tints
Lighter variations
1#6E9DF0
2#7EA8F1
3#8EB3F3
4#9EBEF5
5#AEC9F7
6#BED4F8
7#CFDEFA
8#DFE9FC
9#EFF4FD
Tones
Muted variations
1#6594E7
2#6C96E0
3#7398D8
4#7A9AD1
5#829CCA
6#899EC3
7#90A0BB
8#97A2B4
9#9FA4AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE9 #DFE9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D7 #C3D7F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95B8 #95B8F4 | BordersInactive statesPlaceholder text |
| 400 | 5D92 #5D92EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F73 #2F73E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1558 #1558CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1146 #1146A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C32 #0C3273 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0820 #08204A | Primary textHigh emphasis contentDark headings |
| 950 | 0514 #05142E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F6FE;
--royal-blue-100: #DFE9FC;
--royal-blue-200: #C3D7F9;
--royal-blue-300: #95B8F4;
--royal-blue-400: #5D92EE;
--royal-blue-500: #2F73E9;
--royal-blue-600: #1558CB;
--royal-blue-700: #1146A2;
--royal-blue-800: #0C3273;
--royal-blue-900: #08204A;
--royal-blue-950: #05142E;
}