Royal Blue
#4D4DCB
BlueColor Codes
All color formats for development
HEX
#4D4DCBRGB
rgb(77, 77, 203)HSL
hsl(240, 55%, 55%)OKLCH
oklch(0.497 0.19 277)CMYK
cmyk(62%, 62%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3939C4
2#3232AE
3#2C2C98
4#262682
5#20206D
6#191957
7#131341
8#0D0D2B
9#060616
Tints
Lighter variations
1#5F5FD1
2#7171D6
3#8282DB
4#9494E0
5#A6A6E5
6#B8B8EA
7#CACAF0
8#DBDBF5
9#EDEDFA
Tones
Muted variations
1#5353C5
2#5A5ABF
3#6060B8
4#6666B2
5#6D6DAC
6#7373A5
7#79799F
8#808099
9#868693
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E3 #E3E3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCCC #CCCCF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4A4 #A4A4E5 | BordersInactive statesPlaceholder text |
| 400 | 7575 #7575D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D4D #4D4DCB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3232 #3232AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2828 #28288A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D1D #1D1D63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1212 #12123F | Primary textHigh emphasis contentDark headings |
| 950 | 0B0B #0B0B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F3FC;
--royal-blue-100: #E3E3F7;
--royal-blue-200: #CCCCF0;
--royal-blue-300: #A4A4E5;
--royal-blue-400: #7575D7;
--royal-blue-500: #4D4DCB;
--royal-blue-600: #3232AE;
--royal-blue-700: #28288A;
--royal-blue-800: #1D1D63;
--royal-blue-900: #12123F;
--royal-blue-950: #0B0B28;
}