Royal Blue
#4A60CF
BlueColor Codes
All color formats for development
HEX
#4A60CFRGB
rgb(74, 96, 207)HSL
hsl(230, 58%, 55%)OKLCH
oklch(0.533 0.173 271)CMYK
cmyk(64%, 54%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#354DC7
2#2F45B1
3#293C9B
4#233485
5#1D2B6F
6#182259
7#121A42
8#0C112C
9#060916
Tints
Lighter variations
1#5C70D4
2#6E80D8
3#8090DD
4#92A0E2
5#A4AFE7
6#B6BFEC
7#C9CFF1
8#DBDFF5
9#EDEFFA
Tones
Muted variations
1#5064C8
2#5769C1
3#5E6DBB
4#6472B4
5#6B76AE
6#727BA7
7#787FA0
8#7F839A
9#868893
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E6 #E3E6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD1 #CBD1F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2AE #A2AEE6 | BordersInactive statesPlaceholder text |
| 400 | 7283 #7283DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A60 #4A60CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F45 #2F45B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2537 #25378D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B27 #1B2765 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1119 #111940 | 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: #E3E6F8;
--royal-blue-200: #CBD1F1;
--royal-blue-300: #A2AEE6;
--royal-blue-400: #7283DA;
--royal-blue-500: #4A60CF;
--royal-blue-600: #2F45B1;
--royal-blue-700: #25378D;
--royal-blue-800: #1B2765;
--royal-blue-900: #111940;
--royal-blue-950: #0B1028;
}