Royal Blue
#4A55CF
BlueColor Codes
All color formats for development
HEX
#4A55CFRGB
rgb(74, 85, 207)HSL
hsl(235, 58%, 55%)OKLCH
oklch(0.513 0.186 273.9)CMYK
cmyk(64%, 59%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3541C7
2#2F3AB1
3#29339B
4#232B85
5#1D246F
6#181D59
7#121642
8#0C0E2C
9#060716
Tints
Lighter variations
1#5C66D4
2#6E77D8
3#8088DD
4#9299E2
5#A4AAE7
6#B6BBEC
7#C9CCF1
8#DBDDF5
9#EDEEFA
Tones
Muted variations
1#505AC8
2#5760C1
3#5E65BB
4#646BB4
5#6B71AE
6#7276A7
7#787CA0
8#7F819A
9#868793
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E5 #E3E5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCE #CBCEF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A8 #A2A8E6 | BordersInactive statesPlaceholder text |
| 400 | 727B #727BDA | Disabled statesSecondary iconsMuted text |
| 500 | 4A55 #4A55CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F3A #2F3AB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 252E #252E8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B21 #1B2165 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1115 #111540 | 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: #E3E5F8;
--royal-blue-200: #CBCEF1;
--royal-blue-300: #A2A8E6;
--royal-blue-400: #727BDA;
--royal-blue-500: #4A55CF;
--royal-blue-600: #2F3AB1;
--royal-blue-700: #252E8D;
--royal-blue-800: #1B2165;
--royal-blue-900: #111540;
--royal-blue-950: #0B0D28;
}