Royal Blue
#4D73CB
BlueColor Codes
All color formats for development
HEX
#4D73CBRGB
rgb(77, 115, 203)HSL
hsl(222, 55%, 55%)OKLCH
oklch(0.571 0.142 264.7)CMYK
cmyk(62%, 43%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3962C4
2#3258AE
3#2C4D98
4#264282
5#20376D
6#192C57
7#132141
8#0D162B
9#060B16
Tints
Lighter variations
1#5F81D1
2#718FD6
3#829DDB
4#94ABE0
5#A6B9E5
6#B8C7EA
7#CAD5F0
8#DBE3F5
9#EDF1FA
Tones
Muted variations
1#5376C5
2#5A78BF
3#607BB8
4#667DB2
5#6D80AC
6#7382A5
7#79859F
8#808799
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 | CCD7 #CCD7F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4B7 #A4B7E5 | BordersInactive statesPlaceholder text |
| 400 | 7592 #7592D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D73 #4D73CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3258 #3258AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2846 #28468A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D32 #1D3263 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1220 #12203F | 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: #CCD7F0;
--royal-blue-300: #A4B7E5;
--royal-blue-400: #7592D7;
--royal-blue-500: #4D73CB;
--royal-blue-600: #3258AE;
--royal-blue-700: #28468A;
--royal-blue-800: #1D3263;
--royal-blue-900: #12203F;
--royal-blue-950: #0B1428;
}