Royal Blue
#4A62CF
BlueColor Codes
All color formats for development
HEX
#4A62CFRGB
rgb(74, 98, 207)HSL
hsl(229, 58%, 55%)OKLCH
oklch(0.537 0.17 270.4)CMYK
cmyk(64%, 53%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3550C7
2#2F47B1
3#293E9B
4#233585
5#1D2C6F
6#182359
7#121B42
8#0C122C
9#060916
Tints
Lighter variations
1#5C72D4
2#6E81D8
3#8091DD
4#92A1E2
5#A4B1E7
6#B6C0EC
7#C9D0F1
8#DBE0F5
9#EDEFFA
Tones
Muted variations
1#5066C8
2#576BC1
3#5E6FBB
4#6473B4
5#6B77AE
6#727BA7
7#7880A0
8#7F849A
9#868893
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E7 #E3E7F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD2 #CBD2F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2AF #A2AFE6 | BordersInactive statesPlaceholder text |
| 400 | 7285 #7285DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A62 #4A62CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F47 #2F47B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2538 #25388D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B28 #1B2865 | Text on light backgroundsHeadingsStrong borders |
| 900 | 111A #111A40 | 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: #F3F5FC;
--royal-blue-100: #E3E7F8;
--royal-blue-200: #CBD2F1;
--royal-blue-300: #A2AFE6;
--royal-blue-400: #7285DA;
--royal-blue-500: #4A62CF;
--royal-blue-600: #2F47B1;
--royal-blue-700: #25388D;
--royal-blue-800: #1B2865;
--royal-blue-900: #111A40;
--royal-blue-950: #0B1028;
}