Royal Blue
#4D62CB
BlueColor Codes
All color formats for development
HEX
#4D62CBRGB
rgb(77, 98, 203)HSL
hsl(230, 55%, 55%)OKLCH
oklch(0.536 0.164 271.3)CMYK
cmyk(62%, 52%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3950C4
2#3247AE
3#2C3E98
4#263582
5#202C6D
6#192457
7#131B41
8#0D122B
9#060916
Tints
Lighter variations
1#5F72D1
2#7182D6
3#8291DB
4#94A1E0
5#A6B1E5
6#B8C0EA
7#CAD0F0
8#DBE0F5
9#EDEFFA
Tones
Muted variations
1#5366C5
2#5A6BBF
3#606FB8
4#6673B2
5#6D77AC
6#737BA5
7#79809F
8#808499
9#868893
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E7 #E3E7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD2 #CCD2F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4AF #A4AFE5 | BordersInactive statesPlaceholder text |
| 400 | 7585 #7585D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D62 #4D62CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3247 #3247AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2839 #28398A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D28 #1D2863 | Text on light backgroundsHeadingsStrong borders |
| 900 | 121A #121A3F | 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: #E3E7F7;
--royal-blue-200: #CCD2F0;
--royal-blue-300: #A4AFE5;
--royal-blue-400: #7585D7;
--royal-blue-500: #4D62CB;
--royal-blue-600: #3247AE;
--royal-blue-700: #28398A;
--royal-blue-800: #1D2863;
--royal-blue-900: #121A3F;
--royal-blue-950: #0B1028;
}