Royal Blue
#5D78EE
BlueColor Codes
All color formats for development
HEX
#5D78EERGB
rgb(93, 120, 238)HSL
hsl(229, 81%, 65%)OKLCH
oklch(0.613 0.179 270.6)CMYK
cmyk(61%, 50%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F5FEB
2#2146E8
3#1639D2
4#1330B4
5#102896
6#0D2078
7#09185A
8#06103C
9#03081E
Tints
Lighter variations
1#6E85F0
2#7E93F1
3#8EA0F3
4#9EAEF5
5#AEBBF7
6#BEC9F8
7#CFD6FA
8#DFE4FC
9#EFF1FD
Tones
Muted variations
1#657DE7
2#6C81E0
3#7386D8
4#7A8AD1
5#828FCA
6#8993C3
7#9098BB
8#979DB4
9#9FA1AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE4 #DFE4FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CD #C3CDF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A6 #95A6F4 | BordersInactive statesPlaceholder text |
| 400 | 5D78 #5D78EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F51 #2F51E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1537 #1537CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 112B #112BA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C1F #0C1F73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0814 #08144A | Primary textHigh emphasis contentDark headings |
| 950 | 050C #050C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FE;
--royal-blue-100: #DFE4FC;
--royal-blue-200: #C3CDF9;
--royal-blue-300: #95A6F4;
--royal-blue-400: #5D78EE;
--royal-blue-500: #2F51E9;
--royal-blue-600: #1537CB;
--royal-blue-700: #112BA2;
--royal-blue-800: #0C1F73;
--royal-blue-900: #08144A;
--royal-blue-950: #050C2E;
}