Royal Blue
#5D86EE
BlueColor Codes
All color formats for development
HEX
#5D86EERGB
rgb(93, 134, 238)HSL
hsl(223, 81%, 65%)OKLCH
oklch(0.641 0.162 265.8)CMYK
cmyk(61%, 44%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F70EB
2#215AE8
3#164BD2
4#1341B4
5#103696
6#0D2B78
7#09205A
8#06163C
9#030B1E
Tints
Lighter variations
1#6E92F0
2#7E9FF1
3#8EABF3
4#9EB7F5
5#AEC3F7
6#BECFF8
7#CFDBFA
8#DFE7FC
9#EFF3FD
Tones
Muted variations
1#658AE7
2#6C8DE0
3#7390D8
4#7A93D1
5#8296CA
6#8999C3
7#909CBB
8#979FB4
9#9FA3AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE7 #DFE7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D2 #C3D2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95B0 #95B0F4 | BordersInactive statesPlaceholder text |
| 400 | 5D86 #5D86EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F64 #2F64E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1549 #1549CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 113A #113AA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C29 #0C2973 | Text on light backgroundsHeadingsStrong borders |
| 900 | 081A #081A4A | Primary textHigh emphasis contentDark headings |
| 950 | 0511 #05112E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F5FE;
--royal-blue-100: #DFE7FC;
--royal-blue-200: #C3D2F9;
--royal-blue-300: #95B0F4;
--royal-blue-400: #5D86EE;
--royal-blue-500: #2F64E9;
--royal-blue-600: #1549CB;
--royal-blue-700: #113AA2;
--royal-blue-800: #0C2973;
--royal-blue-900: #081A4A;
--royal-blue-950: #05112E;
}