Royal Blue
#4A74CF
BlueColor Codes
All color formats for development
HEX
#4A74CFRGB
rgb(74, 116, 207)HSL
hsl(221, 58%, 55%)OKLCH
oklch(0.574 0.148 263.7)CMYK
cmyk(64%, 44%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3563C7
2#2F58B1
3#294D9B
4#234285
5#1D376F
6#182C59
7#122142
8#0C162C
9#060B16
Tints
Lighter variations
1#5C82D4
2#6E90D8
3#809EDD
4#92ACE2
5#A4B9E7
6#B6C7EC
7#C9D5F1
8#DBE3F5
9#EDF1FA
Tones
Muted variations
1#5076C8
2#5779C1
3#5E7BBB
4#647EB4
5#6B80AE
6#7282A7
7#7885A0
8#7F879A
9#868A93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E9 #E3E9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD7 #CBD7F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2B8 #A2B8E6 | BordersInactive statesPlaceholder text |
| 400 | 7293 #7293DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A74 #4A74CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F58 #2F58B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2546 #25468D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B32 #1B3265 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1120 #112040 | Primary textHigh emphasis contentDark headings |
| 950 | 0B14 #0B1428 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F6FC;
--royal-blue-100: #E3E9F8;
--royal-blue-200: #CBD7F1;
--royal-blue-300: #A2B8E6;
--royal-blue-400: #7293DA;
--royal-blue-500: #4A74CF;
--royal-blue-600: #2F58B1;
--royal-blue-700: #25468D;
--royal-blue-800: #1B3265;
--royal-blue-900: #112040;
--royal-blue-950: #0B1428;
}