Royal Blue
#4A53CF
BlueColor Codes
All color formats for development
HEX
#4A53CFRGB
rgb(74, 83, 207)HSL
hsl(236, 58%, 55%)OKLCH
oklch(0.509 0.189 274.4)CMYK
cmyk(64%, 60%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#353FC7
2#2F38B1
3#29319B
4#232A85
5#1D236F
6#181C59
7#121542
8#0C0E2C
9#060716
Tints
Lighter variations
1#5C64D4
2#6E75D8
3#8086DD
4#9298E2
5#A4A9E7
6#B6BAEC
7#C9CBF1
8#DBDDF5
9#EDEEFA
Tones
Muted variations
1#5058C8
2#575EC1
3#5E64BB
4#646AB4
5#6B6FAE
6#7275A7
7#787BA0
8#7F819A
9#868693
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E4 #E3E4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCD #CBCDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A7 #A2A7E6 | BordersInactive statesPlaceholder text |
| 400 | 7279 #7279DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A53 #4A53CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F38 #2F38B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 252C #252C8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B20 #1B2065 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1114 #111440 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0D #0B0D28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F4FC;
--royal-blue-100: #E3E4F8;
--royal-blue-200: #CBCDF1;
--royal-blue-300: #A2A7E6;
--royal-blue-400: #7279DA;
--royal-blue-500: #4A53CF;
--royal-blue-600: #2F38B1;
--royal-blue-700: #252C8D;
--royal-blue-800: #1B2065;
--royal-blue-900: #111440;
--royal-blue-950: #0B0D28;
}