Royal Blue
#5D84EE
BlueColor Codes
All color formats for development
HEX
#5D84EERGB
rgb(93, 132, 238)HSL
hsl(224, 81%, 65%)OKLCH
oklch(0.636 0.165 266.6)CMYK
cmyk(61%, 45%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F6DEB
2#2156E8
3#1648D2
4#133EB4
5#103496
6#0D2978
7#091F5A
8#06153C
9#030A1E
Tints
Lighter variations
1#6E90F0
2#7E9DF1
3#8EA9F3
4#9EB5F5
5#AEC2F7
6#BECEF8
7#CFDAFA
8#DFE6FC
9#EFF3FD
Tones
Muted variations
1#6587E7
2#6C8BE0
3#738ED8
4#7A92D1
5#8295CA
6#8998C3
7#909CBB
8#979FB4
9#9FA2AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE6 #DFE6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D1 #C3D1F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95AE #95AEF4 | BordersInactive statesPlaceholder text |
| 400 | 5D84 #5D84EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F61 #2F61E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1546 #1546CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1138 #1138A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C28 #0C2873 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0819 #08194A | 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: #F1F4FE;
--royal-blue-100: #DFE6FC;
--royal-blue-200: #C3D1F9;
--royal-blue-300: #95AEF4;
--royal-blue-400: #5D84EE;
--royal-blue-500: #2F61E9;
--royal-blue-600: #1546CB;
--royal-blue-700: #1138A2;
--royal-blue-800: #0C2873;
--royal-blue-900: #08194A;
--royal-blue-950: #05102E;
}