Royal Blue
#4B4BCE
BlueColor Codes
All color formats for development
HEX
#4B4BCERGB
rgb(75, 75, 206)HSL
hsl(240, 57%, 55%)OKLCH
oklch(0.495 0.197 276.5)CMYK
cmyk(64%, 64%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3636C6
2#3030B0
3#2A2A9A
4#242484
5#1E1E6E
6#181858
7#121242
8#0C0C2C
9#060616
Tints
Lighter variations
1#5D5DD3
2#6F6FD8
3#8181DC
4#9393E1
5#A5A5E6
6#B7B7EB
7#C9C9F0
8#DBDBF5
9#EDEDFA
Tones
Muted variations
1#5151C7
2#5858C1
3#5E5EBA
4#6565B3
5#6C6CAD
6#7272A6
7#7979A0
8#7F7F99
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 | CBCB #CBCBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3A3 #A3A3E6 | BordersInactive statesPlaceholder text |
| 400 | 7373 #7373D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4B4B #4B4BCE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3030 #3030B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2626 #26268C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B1B #1B1B64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1212 #121240 | 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: #CBCBF1;
--royal-blue-300: #A3A3E6;
--royal-blue-400: #7373D9;
--royal-blue-500: #4B4BCE;
--royal-blue-600: #3030B0;
--royal-blue-700: #26268C;
--royal-blue-800: #1B1B64;
--royal-blue-900: #121240;
--royal-blue-950: #0B0B28;
}