Royal Blue
#5E80ED
BlueColor Codes
All color formats for development
HEX
#5E80EDRGB
rgb(94, 128, 237)HSL
hsl(226, 80%, 65%)OKLCH
oklch(0.628 0.168 268.3)CMYK
cmyk(60%, 46%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4168EA
2#2350E7
3#1743D1
4#1439B3
5#113095
6#0D2677
7#0A1D5A
8#07133C
9#030A1E
Tints
Lighter variations
1#6E8CEF
2#7E99F1
3#8FA6F3
4#9FB3F4
5#AFBFF6
6#BFCCF8
7#CFD9FA
8#DFE6FB
9#EFF2FD
Tones
Muted variations
1#6583E6
2#6D87DF
3#748BD8
4#7B8FD1
5#8293C9
6#8997C2
7#909ABB
8#979EB4
9#9FA2AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE6 #DFE6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D0 #C3D0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95AB #95ABF3 | BordersInactive statesPlaceholder text |
| 400 | 5E80 #5E80ED | Disabled statesSecondary iconsMuted text |
| 500 | 305B #305BE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1640 #1640CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1233 #1233A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D25 #0D2573 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0817 #081749 | Primary textHigh emphasis contentDark headings |
| 950 | 050F #050F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F4FD;
--royal-blue-100: #DFE6FB;
--royal-blue-200: #C3D0F8;
--royal-blue-300: #95ABF3;
--royal-blue-400: #5E80ED;
--royal-blue-500: #305BE8;
--royal-blue-600: #1640CA;
--royal-blue-700: #1233A1;
--royal-blue-800: #0D2573;
--royal-blue-900: #081749;
--royal-blue-950: #050F2E;
}