Royal Blue
#4B4FCE
BlueColor Codes
All color formats for development
HEX
#4B4FCERGB
rgb(75, 79, 206)HSL
hsl(238, 57%, 55%)OKLCH
oklch(0.502 0.192 275.6)CMYK
cmyk(64%, 62%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#363BC6
2#3035B0
3#2A2E9A
4#242784
5#1E216E
6#181A58
7#121442
8#0C0D2C
9#060716
Tints
Lighter variations
1#5D61D3
2#6F72D8
3#8184DC
4#9396E1
5#A5A7E6
6#B7B9EB
7#C9CAF0
8#DBDCF5
9#EDEDFA
Tones
Muted variations
1#5155C7
2#585BC1
3#5E62BA
4#6568B3
5#6C6EAD
6#7274A6
7#797AA0
8#7F8099
9#868693
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E4 #E3E4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCC #CBCCF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3A5 #A3A5E6 | BordersInactive statesPlaceholder text |
| 400 | 7376 #7376D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4B4F #4B4FCE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3035 #3035B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 262A #262A8C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B1E #1B1E64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1213 #121340 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0C #0B0C28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F3FC;
--royal-blue-100: #E3E4F7;
--royal-blue-200: #CBCCF1;
--royal-blue-300: #A3A5E6;
--royal-blue-400: #7376D9;
--royal-blue-500: #4B4FCE;
--royal-blue-600: #3035B0;
--royal-blue-700: #262A8C;
--royal-blue-800: #1B1E64;
--royal-blue-900: #121340;
--royal-blue-950: #0B0C28;
}