Royal Blue
#4B63CE
BlueColor Codes
All color formats for development
HEX
#4B63CERGB
rgb(75, 99, 206)HSL
hsl(229, 57%, 55%)OKLCH
oklch(0.539 0.167 270.4)CMYK
cmyk(64%, 52%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3651C6
2#3048B0
3#2A3F9A
4#243684
5#1E2D6E
6#182458
7#121B42
8#0C122C
9#060916
Tints
Lighter variations
1#5D72D3
2#6F82D8
3#8192DC
4#93A1E1
5#A5B1E6
6#B7C1EB
7#C9D0F0
8#DBE0F5
9#EDEFFA
Tones
Muted variations
1#5167C7
2#586BC1
3#5E6FBA
4#6573B3
5#6C78AD
6#727CA6
7#7980A0
8#7F8499
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 | CBD2 #CBD2F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3AF #A3AFE6 | BordersInactive statesPlaceholder text |
| 400 | 7386 #7386D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4B63 #4B63CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3048 #3048B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2639 #26398C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B29 #1B2964 | Text on light backgroundsHeadingsStrong borders |
| 900 | 121A #121A40 | 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: #CBD2F1;
--royal-blue-300: #A3AFE6;
--royal-blue-400: #7386D9;
--royal-blue-500: #4B63CE;
--royal-blue-600: #3048B0;
--royal-blue-700: #26398C;
--royal-blue-800: #1B2964;
--royal-blue-900: #121A40;
--royal-blue-950: #0B1028;
}