Royal Blue
#5D8EEE
BlueColor Codes
All color formats for development
HEX
#5D8EEERGB
rgb(93, 142, 238)HSL
hsl(220, 81%, 65%)OKLCH
oklch(0.657 0.153 262.5)CMYK
cmyk(61%, 40%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F79EB
2#2164E8
3#1655D2
4#1349B4
5#103C96
6#0D3078
7#09245A
8#06183C
9#030C1E
Tints
Lighter variations
1#6E99F0
2#7EA4F1
3#8EB0F3
4#9EBBF5
5#AEC6F7
6#BED2F8
7#CFDDFA
8#DFE8FC
9#EFF4FD
Tones
Muted variations
1#6590E7
2#6C92E0
3#7395D8
4#7A97D1
5#829ACA
6#899CC3
7#909FBB
8#97A1B4
9#9FA3AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE8 #DFE8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D5 #C3D5F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95B5 #95B5F4 | BordersInactive statesPlaceholder text |
| 400 | 5D8E #5D8EEE | Disabled statesSecondary iconsMuted text |
| 500 | 2F6D #2F6DE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1552 #1552CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1141 #1141A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C2F #0C2F73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 081E #081E4A | 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: #F1F5FE;
--royal-blue-100: #DFE8FC;
--royal-blue-200: #C3D5F9;
--royal-blue-300: #95B5F4;
--royal-blue-400: #5D8EEE;
--royal-blue-500: #2F6DE9;
--royal-blue-600: #1552CB;
--royal-blue-700: #1141A2;
--royal-blue-800: #0C2F73;
--royal-blue-900: #081E4A;
--royal-blue-950: #05132E;
}