Royal Blue
#5F70EC
BlueColor Codes
All color formats for development
HEX
#5F70ECRGB
rgb(95, 112, 236)HSL
hsl(233, 79%, 65%)OKLCH
oklch(0.597 0.186 273.5)CMYK
cmyk(60%, 53%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4255E9
2#243AE5
3#182ED0
4#1527B2
5#112194
6#0E1A77
7#0A1459
8#070D3B
9#03071E
Tints
Lighter variations
1#6F7EEE
2#7F8CF0
3#8F9BF2
4#9FA9F4
5#AFB7F6
6#BFC6F8
7#CFD4F9
8#DFE2FB
9#EFF1FD
Tones
Muted variations
1#6675E5
2#6D7BDE
3#7480D7
4#7B85D0
5#828BC9
6#8A90C2
7#9196BB
8#989BB4
9#9FA0AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE2 #DFE2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CA #C4CAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96A1 #96A1F3 | BordersInactive statesPlaceholder text |
| 400 | 5F70 #5F70EC | Disabled statesSecondary iconsMuted text |
| 500 | 3247 #3247E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 182C #182CC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1323 #1323A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D19 #0D1972 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0910 #091049 | Primary textHigh emphasis contentDark headings |
| 950 | 050A #050A2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FD;
--royal-blue-100: #DFE2FB;
--royal-blue-200: #C4CAF8;
--royal-blue-300: #96A1F3;
--royal-blue-400: #5F70EC;
--royal-blue-500: #3247E7;
--royal-blue-600: #182CC9;
--royal-blue-700: #1323A0;
--royal-blue-800: #0D1972;
--royal-blue-900: #091049;
--royal-blue-950: #050A2E;
}