Royal Blue
#4474D5
BlueColor Codes
All color formats for development
HEX
#4474D5RGB
rgb(68, 116, 213)HSL
hsl(220, 63%, 55%)OKLCH
oklch(0.575 0.158 262.7)CMYK
cmyk(68%, 46%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F64CE
2#2A59B7
3#244EA0
4#1F4289
5#1A3772
6#152C5B
7#102145
8#0A162E
9#050B17
Tints
Lighter variations
1#5782D9
2#6990DD
3#7C9EE1
4#8FACE6
5#A1BAEA
6#B4C7EE
7#C7D5F2
8#DAE3F7
9#ECF1FB
Tones
Muted variations
1#4B77CD
2#5279C6
3#5A7BBF
4#617EB8
5#6880B0
6#6F83A9
7#7785A2
8#7E879B
9#858A93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E9 #E2E9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D7 #C9D7F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FB8 #9FB8E9 | BordersInactive statesPlaceholder text |
| 400 | 6E93 #6E93DE | Disabled statesSecondary iconsMuted text |
| 500 | 4474 #4474D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A59 #2A59B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2147 #214791 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1832 #183268 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F20 #0F2043 | Primary textHigh emphasis contentDark headings |
| 950 | 0914 #09142A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F6FC;
--royal-blue-100: #E2E9F8;
--royal-blue-200: #C9D7F3;
--royal-blue-300: #9FB8E9;
--royal-blue-400: #6E93DE;
--royal-blue-500: #4474D5;
--royal-blue-600: #2A59B7;
--royal-blue-700: #214791;
--royal-blue-800: #183268;
--royal-blue-900: #0F2043;
--royal-blue-950: #09142A;
}