Royal Blue
#5E71ED
BlueColor Codes
All color formats for development
HEX
#5E71EDRGB
rgb(94, 113, 237)HSL
hsl(232, 80%, 65%)OKLCH
oklch(0.599 0.186 272.9)CMYK
cmyk(60%, 52%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4157EA
2#233DE7
3#1730D1
4#1429B3
5#112295
6#0D1B77
7#0A155A
8#070E3C
9#03071E
Tints
Lighter variations
1#6E80EF
2#7E8EF1
3#8F9CF3
4#9FAAF4
5#AFB8F6
6#BFC6F8
7#CFD5FA
8#DFE3FB
9#EFF1FD
Tones
Muted variations
1#6577E6
2#6D7CDF
3#7481D8
4#7B86D1
5#828CC9
6#8991C2
7#9096BB
8#979BB4
9#9FA1AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE3 #DFE3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CA #C3CAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A2 #95A2F3 | BordersInactive statesPlaceholder text |
| 400 | 5E71 #5E71ED | Disabled statesSecondary iconsMuted text |
| 500 | 3049 #3049E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 162E #162ECA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1225 #1225A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D1A #0D1A73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0811 #081149 | Primary textHigh emphasis contentDark headings |
| 950 | 050B #050B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FD;
--royal-blue-100: #DFE3FB;
--royal-blue-200: #C3CAF8;
--royal-blue-300: #95A2F3;
--royal-blue-400: #5E71ED;
--royal-blue-500: #3049E8;
--royal-blue-600: #162ECA;
--royal-blue-700: #1225A1;
--royal-blue-800: #0D1A73;
--royal-blue-900: #081149;
--royal-blue-950: #050B2E;
}