Royal Blue
#5B6AF1
BlueColor Codes
All color formats for development
HEX
#5B6AF1RGB
rgb(91, 106, 241)HSL
hsl(234, 84%, 65%)OKLCH
oklch(0.587 0.201 273.7)CMYK
cmyk(62%, 56%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C4EEE
2#1E32EB
3#1326D5
4#1021B7
5#0D1B98
6#0B167A
7#08105B
8#050B3D
9#03051E
Tints
Lighter variations
1#6B79F2
2#7C88F4
3#8C97F5
4#9CA5F6
5#ADB4F8
6#BDC3F9
7#CED2FB
8#DEE1FC
9#EFF0FE
Tones
Muted variations
1#6270E9
2#6A76E2
3#717CDA
4#7982D3
5#8088CB
6#888EC4
7#8F94BC
8#979AB5
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 | C2C8 #C2C8FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 939D #939DF6 | BordersInactive statesPlaceholder text |
| 400 | 5B6A #5B6AF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C3F #2C3FED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1225 #1225CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E1D #0E1DA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A15 #0A1575 | 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: #C2C8FA;
--royal-blue-300: #939DF6;
--royal-blue-400: #5B6AF1;
--royal-blue-500: #2C3FED;
--royal-blue-600: #1225CE;
--royal-blue-700: #0E1DA4;
--royal-blue-800: #0A1575;
--royal-blue-900: #070D4B;
--royal-blue-950: #04082F;
}