Royal Blue
#4B61CE
BlueColor Codes
All color formats for development
HEX
#4B61CERGB
rgb(75, 97, 206)HSL
hsl(230, 57%, 55%)OKLCH
oklch(0.535 0.17 271)CMYK
cmyk(64%, 53%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#364EC6
2#3046B0
3#2A3D9A
4#243484
5#1E2B6E
6#182358
7#121A42
8#0C112C
9#060916
Tints
Lighter variations
1#5D70D3
2#6F80D8
3#8190DC
4#93A0E1
5#A5B0E6
6#B7C0EB
7#C9CFF0
8#DBDFF5
9#EDEFFA
Tones
Muted variations
1#5165C7
2#5869C1
3#5E6EBA
4#6572B3
5#6C76AD
6#727BA6
7#797FA0
8#7F8499
9#868893
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E6 #E3E6F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD1 #CBD1F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3AE #A3AEE6 | BordersInactive statesPlaceholder text |
| 400 | 7384 #7384D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4B61 #4B61CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3046 #3046B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2637 #26378C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B28 #1B2864 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1219 #121940 | Primary textHigh emphasis contentDark headings |
| 950 | 0B10 #0B1028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F4FC;
--royal-blue-100: #E3E6F7;
--royal-blue-200: #CBD1F1;
--royal-blue-300: #A3AEE6;
--royal-blue-400: #7384D9;
--royal-blue-500: #4B61CE;
--royal-blue-600: #3046B0;
--royal-blue-700: #26378C;
--royal-blue-800: #1B2864;
--royal-blue-900: #121940;
--royal-blue-950: #0B1028;
}