Royal Blue
#4C73CD
BlueColor Codes
All color formats for development
HEX
#4C73CDRGB
rgb(76, 115, 205)HSL
hsl(222, 56%, 55%)OKLCH
oklch(0.572 0.146 264.6)CMYK
cmyk(63%, 44%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3862C5
2#3157AF
3#2B4C99
4#254183
5#1F366D
6#192C58
7#132142
8#0C162C
9#060B16
Tints
Lighter variations
1#5E81D2
2#708FD7
3#829DDC
4#94ABE1
5#A5B9E6
6#B7C7EB
7#C9D5F0
8#DBE3F5
9#EDF1FA
Tones
Muted variations
1#5275C6
2#5978C0
3#5F7AB9
4#667DB3
5#6C7FAC
6#7382A6
7#7985A0
8#7F8799
9#868A93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E9 #E3E9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD6 #CBD6F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4B7 #A4B7E5 | BordersInactive statesPlaceholder text |
| 400 | 7492 #7492D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C73 #4C73CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3157 #3157AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2745 #27458B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C31 #1C3163 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1220 #122040 | 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: #E3E9F7;
--royal-blue-200: #CBD6F0;
--royal-blue-300: #A4B7E5;
--royal-blue-400: #7492D8;
--royal-blue-500: #4C73CD;
--royal-blue-600: #3157AF;
--royal-blue-700: #27458B;
--royal-blue-800: #1C3163;
--royal-blue-900: #122040;
--royal-blue-950: #0B1428;
}