Royal Blue
#4E71CA
BlueColor Codes
All color formats for development
HEX
#4E71CARGB
rgb(78, 113, 202)HSL
hsl(223, 54%, 55%)OKLCH
oklch(0.567 0.143 265.9)CMYK
cmyk(61%, 44%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A61C2
2#3456AD
3#2D4B97
4#274082
5#20366C
6#1A2B56
7#132041
8#0D152B
9#060B16
Tints
Lighter variations
1#6080CF
2#728ED5
3#839CDA
4#95AADF
5#A7B8E5
6#B8C6EA
7#CAD5EF
8#DCE3F4
9#EDF1FA
Tones
Muted variations
1#5474C4
2#5B77BE
3#6179B8
4#677CB1
5#6D7FAB
6#7382A5
7#7A849F
8#808799
9#868A92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E9 #E4E9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD6 #CCD6F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5B7 #A5B7E4 | BordersInactive statesPlaceholder text |
| 400 | 7691 #7691D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E71 #4E71CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3456 #3456AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2944 #294489 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D31 #1D3162 | Text on light backgroundsHeadingsStrong borders |
| 900 | 131F #131F3F | Primary textHigh emphasis contentDark headings |
| 950 | 0C14 #0C1427 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F6FB;
--royal-blue-100: #E4E9F7;
--royal-blue-200: #CCD6F0;
--royal-blue-300: #A5B7E4;
--royal-blue-400: #7691D6;
--royal-blue-500: #4E71CA;
--royal-blue-600: #3456AD;
--royal-blue-700: #294489;
--royal-blue-800: #1D3162;
--royal-blue-900: #131F3F;
--royal-blue-950: #0C1427;
}