Royal Blue
#5E8EED
BlueColor Codes
All color formats for development
HEX
#5E8EEDRGB
rgb(94, 142, 237)HSL
hsl(220, 80%, 65%)OKLCH
oklch(0.657 0.151 262.7)CMYK
cmyk(60%, 40%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4179EA
2#2364E7
3#1755D1
4#1449B3
5#113D95
6#0D3177
7#0A245A
8#07183C
9#030C1E
Tints
Lighter variations
1#6E99EF
2#7EA5F1
3#8FB0F3
4#9FBBF4
5#AFC6F6
6#BFD2F8
7#CFDDFA
8#DFE8FB
9#EFF4FD
Tones
Muted variations
1#6590E6
2#6D93DF
3#7495D8
4#7B97D1
5#829AC9
6#899CC2
7#909FBB
8#97A1B4
9#9FA3AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE8 #DFE8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D5 #C3D5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95B5 #95B5F3 | BordersInactive statesPlaceholder text |
| 400 | 5E8E #5E8EED | Disabled statesSecondary iconsMuted text |
| 500 | 306E #306EE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1652 #1652CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1241 #1241A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D2F #0D2F73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 081E #081E49 | Primary textHigh emphasis contentDark headings |
| 950 | 0513 #05132E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F5FD;
--royal-blue-100: #DFE8FB;
--royal-blue-200: #C3D5F8;
--royal-blue-300: #95B5F3;
--royal-blue-400: #5E8EED;
--royal-blue-500: #306EE8;
--royal-blue-600: #1652CA;
--royal-blue-700: #1241A1;
--royal-blue-800: #0D2F73;
--royal-blue-900: #081E49;
--royal-blue-950: #05132E;
}