Royal Blue
#5E84ED
BlueColor Codes
All color formats for development
HEX
#5E84EDRGB
rgb(94, 132, 237)HSL
hsl(224, 80%, 65%)OKLCH
oklch(0.636 0.163 266.8)CMYK
cmyk(60%, 44%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#416EEA
2#2357E7
3#1749D1
4#143EB3
5#113495
6#0D2A77
7#0A1F5A
8#07153C
9#030A1E
Tints
Lighter variations
1#6E91EF
2#7E9DF1
3#8FA9F3
4#9FB5F4
5#AFC2F6
6#BFCEF8
7#CFDAFA
8#DFE6FB
9#EFF3FD
Tones
Muted variations
1#6588E6
2#6D8BDF
3#748ED8
4#7B92D1
5#8295C9
6#8998C2
7#909CBB
8#979FB4
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 | C3D1 #C3D1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95AE #95AEF3 | BordersInactive statesPlaceholder text |
| 400 | 5E84 #5E84ED | Disabled statesSecondary iconsMuted text |
| 500 | 3061 #3061E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1646 #1646CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1238 #1238A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D28 #0D2873 | Text on light backgroundsHeadingsStrong borders |
| 900 | 081A #081A49 | Primary textHigh emphasis contentDark headings |
| 950 | 0510 #05102E | 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: #C3D1F8;
--royal-blue-300: #95AEF3;
--royal-blue-400: #5E84ED;
--royal-blue-500: #3061E8;
--royal-blue-600: #1646CA;
--royal-blue-700: #1238A1;
--royal-blue-800: #0D2873;
--royal-blue-900: #081A49;
--royal-blue-950: #05102E;
}