Royal Blue
#4D5CCB
BlueColor Codes
All color formats for development
HEX
#4D5CCBRGB
rgb(77, 92, 203)HSL
hsl(233, 55%, 55%)OKLCH
oklch(0.525 0.171 273.2)CMYK
cmyk(62%, 55%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3949C4
2#3241AE
3#2C3998
4#263182
5#20296D
6#192057
7#131841
8#0D102B
9#060816
Tints
Lighter variations
1#5F6CD1
2#717CD6
3#828DDB
4#949DE0
5#A6ADE5
6#B8BEEA
7#CACEF0
8#DBDEF5
9#EDEFFA
Tones
Muted variations
1#5361C5
2#5A66BF
3#606AB8
4#666FB2
5#6D74AC
6#7379A5
7#797E9F
8#808399
9#868793
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E6 #E3E6F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD0 #CCD0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4AC #A4ACE5 | BordersInactive statesPlaceholder text |
| 400 | 7580 #7580D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D5C #4D5CCB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3241 #3241AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2834 #28348A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D25 #1D2563 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1218 #12183F | Primary textHigh emphasis contentDark headings |
| 950 | 0B0F #0B0F28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F4FC;
--royal-blue-100: #E3E6F7;
--royal-blue-200: #CCD0F0;
--royal-blue-300: #A4ACE5;
--royal-blue-400: #7580D7;
--royal-blue-500: #4D5CCB;
--royal-blue-600: #3241AE;
--royal-blue-700: #28348A;
--royal-blue-800: #1D2563;
--royal-blue-900: #12183F;
--royal-blue-950: #0B0F28;
}