Royal Blue
#5C68F0
BlueColor Codes
All color formats for development
HEX
#5C68F0RGB
rgb(92, 104, 240)HSL
hsl(235, 83%, 65%)OKLCH
oklch(0.584 0.202 274.5)CMYK
cmyk(62%, 57%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D4CED
2#1F30EA
3#1424D4
4#111FB6
5#0E1A98
6#0B1479
7#080F5B
8#060A3D
9#03051E
Tints
Lighter variations
1#6C77F1
2#7C86F3
3#8D95F4
4#9DA4F6
5#ADB4F7
6#BEC3F9
7#CED2FA
8#DEE1FC
9#EFF0FD
Tones
Muted variations
1#636EE8
2#6A74E1
3#727BDA
4#7981D2
5#8187CB
6#888DC3
7#9093BC
8#9799B5
9#9EA0AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE1 #DEE1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C7 #C2C7F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 949C #949CF5 | BordersInactive statesPlaceholder text |
| 400 | 5C68 #5C68F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D3D #2D3DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1323 #1323CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F1C #0F1CA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B14 #0B1475 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070D #070D4B | Primary textHigh emphasis contentDark headings |
| 950 | 0408 #04082F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F2FE;
--royal-blue-100: #DEE1FC;
--royal-blue-200: #C2C7F9;
--royal-blue-300: #949CF5;
--royal-blue-400: #5C68F0;
--royal-blue-500: #2D3DEB;
--royal-blue-600: #1323CD;
--royal-blue-700: #0F1CA3;
--royal-blue-800: #0B1475;
--royal-blue-900: #070D4B;
--royal-blue-950: #04082F;
}