Royal Blue
#4A7BCF
BlueColor Codes
All color formats for development
HEX
#4A7BCFRGB
rgb(74, 123, 207)HSL
hsl(218, 58%, 55%)OKLCH
oklch(0.589 0.14 260.5)CMYK
cmyk(64%, 41%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#356BC7
2#2F5FB1
3#29539B
4#234785
5#1D3B6F
6#182F59
7#122442
8#0C182C
9#060C16
Tints
Lighter variations
1#5C88D4
2#6E95D8
3#80A2DD
4#92B0E2
5#A4BDE7
6#B6CAEC
7#C9D7F1
8#DBE5F5
9#EDF2FA
Tones
Muted variations
1#507CC8
2#577EC1
3#5E80BB
4#6482B4
5#6B83AE
6#7285A7
7#7887A0
8#7F899A
9#868A93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EA #E3EAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD9 #CBD9F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2BB #A2BBE6 | BordersInactive statesPlaceholder text |
| 400 | 7298 #7298DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A7B #4A7BCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F5F #2F5FB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 254B #254B8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B36 #1B3665 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1122 #112240 | Primary textHigh emphasis contentDark headings |
| 950 | 0B16 #0B1628 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F6FC;
--royal-blue-100: #E3EAF8;
--royal-blue-200: #CBD9F1;
--royal-blue-300: #A2BBE6;
--royal-blue-400: #7298DA;
--royal-blue-500: #4A7BCF;
--royal-blue-600: #2F5FB1;
--royal-blue-700: #254B8D;
--royal-blue-800: #1B3665;
--royal-blue-900: #112240;
--royal-blue-950: #0B1628;
}