Royal Blue
#5E76ED
BlueColor Codes
All color formats for development
HEX
#5E76EDRGB
rgb(94, 118, 237)HSL
hsl(230, 80%, 65%)OKLCH
oklch(0.609 0.18 271.5)CMYK
cmyk(60%, 50%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#415DEA
2#2343E7
3#1736D1
4#142EB3
5#112795
6#0D1F77
7#0A175A
8#070F3C
9#03081E
Tints
Lighter variations
1#6E84EF
2#7E92F1
3#8F9FF3
4#9FADF4
5#AFBBF6
6#BFC8F8
7#CFD6FA
8#DFE4FB
9#EFF1FD
Tones
Muted variations
1#657BE6
2#6D80DF
3#7484D8
4#7B89D1
5#828EC9
6#8993C2
7#9097BB
8#979CB4
9#9FA1AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE4 #DFE4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CC #C3CCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A5 #95A5F3 | BordersInactive statesPlaceholder text |
| 400 | 5E76 #5E76ED | Disabled statesSecondary iconsMuted text |
| 500 | 304F #304FE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1634 #1634CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 122A #122AA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D1E #0D1E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0813 #081349 | 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: #F1F3FD;
--royal-blue-100: #DFE4FB;
--royal-blue-200: #C3CCF8;
--royal-blue-300: #95A5F3;
--royal-blue-400: #5E76ED;
--royal-blue-500: #304FE8;
--royal-blue-600: #1634CA;
--royal-blue-700: #122AA1;
--royal-blue-800: #0D1E73;
--royal-blue-900: #081349;
--royal-blue-950: #050C2E;
}