Royal Blue
#4B58CE
BlueColor Codes
All color formats for development
HEX
#4B58CERGB
rgb(75, 88, 206)HSL
hsl(234, 57%, 55%)OKLCH
oklch(0.518 0.181 273.5)CMYK
cmyk(64%, 57%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3645C6
2#303DB0
3#2A359A
4#242E84
5#1E266E
6#181F58
7#121742
8#0C0F2C
9#060816
Tints
Lighter variations
1#5D69D3
2#6F79D8
3#818ADC
4#939BE1
5#A5ABE6
6#B7BCEB
7#C9CDF0
8#DBDEF5
9#EDEEFA
Tones
Muted variations
1#515DC7
2#5862C1
3#5E68BA
4#656DB3
5#6C72AD
6#7277A6
7#797DA0
8#7F8299
9#868793
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E5 #E3E5F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCF #CBCFF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3AA #A3AAE6 | BordersInactive statesPlaceholder text |
| 400 | 737D #737DD9 | Disabled statesSecondary iconsMuted text |
| 500 | 4B58 #4B58CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 303D #303DB0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2631 #26318C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B23 #1B2364 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1216 #121640 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0E #0B0E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F4FC;
--royal-blue-100: #E3E5F7;
--royal-blue-200: #CBCFF1;
--royal-blue-300: #A3AAE6;
--royal-blue-400: #737DD9;
--royal-blue-500: #4B58CE;
--royal-blue-600: #303DB0;
--royal-blue-700: #26318C;
--royal-blue-800: #1B2364;
--royal-blue-900: #121640;
--royal-blue-950: #0B0E28;
}