Royal Blue
#5B67F1
BlueColor Codes
All color formats for development
HEX
#5B67F1RGB
rgb(91, 103, 241)HSL
hsl(235, 84%, 65%)OKLCH
oklch(0.582 0.205 274.4)CMYK
cmyk(62%, 57%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C4BEE
2#1E2FEB
3#1323D5
4#101EB7
5#0D1998
6#0B147A
7#080F5B
8#050A3D
9#03051E
Tints
Lighter variations
1#6B76F2
2#7C86F4
3#8C95F5
4#9CA4F6
5#ADB3F8
6#BDC2F9
7#CED1FB
8#DEE1FC
9#EFF0FE
Tones
Muted variations
1#626EE9
2#6A74E2
3#717ADA
4#7980D3
5#8087CB
6#888DC4
7#8F93BC
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 #C2C7FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 939B #939BF6 | BordersInactive statesPlaceholder text |
| 400 | 5B67 #5B67F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C3C #2C3CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1222 #1222CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E1B #0E1BA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A13 #0A1375 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070C #070C4B | 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: #C2C7FA;
--royal-blue-300: #939BF6;
--royal-blue-400: #5B67F1;
--royal-blue-500: #2C3CED;
--royal-blue-600: #1222CE;
--royal-blue-700: #0E1BA4;
--royal-blue-800: #0A1375;
--royal-blue-900: #070C4B;
--royal-blue-950: #04082F;
}