Royal Blue
#4D6DCB
BlueColor Codes
All color formats for development
HEX
#4D6DCBRGB
rgb(77, 109, 203)HSL
hsl(225, 55%, 55%)OKLCH
oklch(0.558 0.15 267.3)CMYK
cmyk(62%, 46%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#395CC4
2#3251AE
3#2C4798
4#263D82
5#20336D
6#192957
7#131F41
8#0D142B
9#060A16
Tints
Lighter variations
1#5F7BD1
2#718AD6
3#8299DB
4#94A7E0
5#A6B6E5
6#B8C4EA
7#CAD3F0
8#DBE2F5
9#EDF0FA
Tones
Muted variations
1#5370C5
2#5A73BF
3#6076B8
4#6679B2
5#6D7CAC
6#7380A5
7#79839F
8#808699
9#868993
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E8 #E3E8F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD5 #CCD5F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4B4 #A4B4E5 | BordersInactive statesPlaceholder text |
| 400 | 758D #758DD7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D6D #4D6DCB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3251 #3251AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2841 #28418A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D2E #1D2E63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 121E #121E3F | Primary textHigh emphasis contentDark headings |
| 950 | 0B12 #0B1228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F5FC;
--royal-blue-100: #E3E8F7;
--royal-blue-200: #CCD5F0;
--royal-blue-300: #A4B4E5;
--royal-blue-400: #758DD7;
--royal-blue-500: #4D6DCB;
--royal-blue-600: #3251AE;
--royal-blue-700: #28418A;
--royal-blue-800: #1D2E63;
--royal-blue-900: #121E3F;
--royal-blue-950: #0B1228;
}