Royal Blue
#4C5BCD
BlueColor Codes
All color formats for development
HEX
#4C5BCDRGB
rgb(76, 91, 205)HSL
hsl(233, 56%, 55%)OKLCH
oklch(0.524 0.176 273.1)CMYK
cmyk(63%, 56%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3848C5
2#3140AF
3#2B3899
4#253083
5#1F286D
6#192058
7#131842
8#0C102C
9#060816
Tints
Lighter variations
1#5E6BD2
2#707CD7
3#828CDC
4#949DE1
5#A5ADE6
6#B7BDEB
7#C9CEF0
8#DBDEF5
9#EDEFFA
Tones
Muted variations
1#5260C6
2#5965C0
3#5F6AB9
4#666FB3
5#6C74AC
6#7379A6
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 | CBD0 #CBD0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4AB #A4ABE5 | BordersInactive statesPlaceholder text |
| 400 | 747F #747FD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C5B #4C5BCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3140 #3140AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2733 #27338B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C24 #1C2463 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1217 #121740 | 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: #E3E5F7;
--royal-blue-200: #CBD0F0;
--royal-blue-300: #A4ABE5;
--royal-blue-400: #747FD8;
--royal-blue-500: #4C5BCD;
--royal-blue-600: #3140AF;
--royal-blue-700: #27338B;
--royal-blue-800: #1C2463;
--royal-blue-900: #121740;
--royal-blue-950: #0B0F28;
}