Royal Blue
#5D7FEE
BlueColor Codes
All color formats for development
HEX
#5D7FEERGB
rgb(93, 127, 238)HSL
hsl(226, 81%, 65%)OKLCH
oklch(0.626 0.171 268.4)CMYK
cmyk(61%, 47%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F67EB
2#2150E8
3#1642D2
4#1338B4
5#102F96
6#0D2678
7#091C5A
8#06133C
9#03091E
Tints
Lighter variations
1#6E8CF0
2#7E99F1
3#8EA6F3
4#9EB2F5
5#AEBFF7
6#BECCF8
7#CFD9FA
8#DFE5FC
9#EFF2FD
Tones
Muted variations
1#6583E7
2#6C87E0
3#738BD8
4#7A8FD1
5#8292CA
6#8996C3
7#909ABB
8#979EB4
9#9FA2AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE5 #DFE5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D0 #C3D0F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95AB #95ABF4 | BordersInactive statesPlaceholder text |
| 400 | 5D7F #5D7FEE | Disabled statesSecondary iconsMuted text |
| 500 | 2F5B #2F5BE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1540 #1540CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1133 #1133A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C24 #0C2473 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0817 #08174A | Primary textHigh emphasis contentDark headings |
| 950 | 050E #050E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F4FE;
--royal-blue-100: #DFE5FC;
--royal-blue-200: #C3D0F9;
--royal-blue-300: #95ABF4;
--royal-blue-400: #5D7FEE;
--royal-blue-500: #2F5BE9;
--royal-blue-600: #1540CB;
--royal-blue-700: #1133A2;
--royal-blue-800: #0C2473;
--royal-blue-900: #08174A;
--royal-blue-950: #050E2E;
}