Royal Blue
#4B74CE
BlueColor Codes
All color formats for development
HEX
#4B74CERGB
rgb(75, 116, 206)HSL
hsl(221, 57%, 55%)OKLCH
oklch(0.574 0.146 263.9)CMYK
cmyk(64%, 44%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3664C6
2#3059B0
3#2A4E9A
4#244384
5#1E376E
6#182C58
7#122142
8#0C162C
9#060B16
Tints
Lighter variations
1#5D82D3
2#6F90D8
3#819EDC
4#93ACE1
5#A5BAE6
6#B7C8EB
7#C9D5F0
8#DBE3F5
9#EDF1FA
Tones
Muted variations
1#5177C7
2#5879C1
3#5E7BBA
4#657EB3
5#6C80AD
6#7283A6
7#7985A0
8#7F8799
9#868A93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E9 #E3E9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD7 #CBD7F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3B8 #A3B8E6 | BordersInactive statesPlaceholder text |
| 400 | 7393 #7393D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4B74 #4B74CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3059 #3059B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2647 #26478C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B32 #1B3264 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1220 #122040 | Primary textHigh emphasis contentDark headings |
| 950 | 0B14 #0B1428 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F6FC;
--royal-blue-100: #E3E9F7;
--royal-blue-200: #CBD7F1;
--royal-blue-300: #A3B8E6;
--royal-blue-400: #7393D9;
--royal-blue-500: #4B74CE;
--royal-blue-600: #3059B0;
--royal-blue-700: #26478C;
--royal-blue-800: #1B3264;
--royal-blue-900: #122040;
--royal-blue-950: #0B1428;
}