Royal Blue
#5E74ED
BlueColor Codes
All color formats for development
HEX
#5E74EDRGB
rgb(94, 116, 237)HSL
hsl(231, 80%, 65%)OKLCH
oklch(0.605 0.183 272.1)CMYK
cmyk(60%, 51%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#415AEA
2#2340E7
3#1733D1
4#142CB3
5#112495
6#0D1D77
7#0A165A
8#070F3C
9#03071E
Tints
Lighter variations
1#6E82EF
2#7E90F1
3#8F9EF3
4#9FABF4
5#AFB9F6
6#BFC7F8
7#CFD5FA
8#DFE3FB
9#EFF1FD
Tones
Muted variations
1#6579E6
2#6D7EDF
3#7483D8
4#7B88D1
5#828DC9
6#8992C2
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 | DFE3 #DFE3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CB #C3CBF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A4 #95A4F3 | BordersInactive statesPlaceholder text |
| 400 | 5E74 #5E74ED | Disabled statesSecondary iconsMuted text |
| 500 | 304C #304CE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1631 #1631CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1227 #1227A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D1C #0D1C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0812 #081249 | 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: #C3CBF8;
--royal-blue-300: #95A4F3;
--royal-blue-400: #5E74ED;
--royal-blue-500: #304CE8;
--royal-blue-600: #1631CA;
--royal-blue-700: #1227A1;
--royal-blue-800: #0D1C73;
--royal-blue-900: #081249;
--royal-blue-950: #050B2E;
}