Royal Blue
#5D90EE
BlueColor Codes
All color formats for development
HEX
#5D90EERGB
rgb(93, 144, 238)HSL
hsl(219, 81%, 65%)OKLCH
oklch(0.661 0.151 261.6)CMYK
cmyk(61%, 39%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F7BEB
2#2167E8
3#1658D2
4#134BB4
5#103F96
6#0D3278
7#09265A
8#06193C
9#030D1E
Tints
Lighter variations
1#6E9BF0
2#7EA6F1
3#8EB1F3
4#9EBCF5
5#AEC8F7
6#BED3F8
7#CFDEFA
8#DFE9FC
9#EFF4FD
Tones
Muted variations
1#6592E7
2#6C94E0
3#7397D8
4#7A99D1
5#829BCA
6#899DC3
7#909FBB
8#97A1B4
9#9FA4AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE9 #DFE9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D6 #C3D6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95B6 #95B6F4 | BordersInactive statesPlaceholder text |
| 400 | 5D90 #5D90EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F70 #2F70E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1555 #1555CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1144 #1144A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C30 #0C3073 | Text on light backgroundsHeadingsStrong borders |
| 900 | 081F #081F4A | Primary textHigh emphasis contentDark headings |
| 950 | 0513 #05132E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F5FE;
--royal-blue-100: #DFE9FC;
--royal-blue-200: #C3D6F9;
--royal-blue-300: #95B6F4;
--royal-blue-400: #5D90EE;
--royal-blue-500: #2F70E9;
--royal-blue-600: #1555CB;
--royal-blue-700: #1144A2;
--royal-blue-800: #0C3073;
--royal-blue-900: #081F4A;
--royal-blue-950: #05132E;
}