Royal Blue
#4477D5
BlueColor Codes
All color formats for development
HEX
#4477D5RGB
rgb(68, 119, 213)HSL
hsl(219, 63%, 55%)OKLCH
oklch(0.582 0.155 261.5)CMYK
cmyk(68%, 44%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F66CE
2#2A5BB7
3#2450A0
4#1F4489
5#1A3972
6#152D5B
7#102245
8#0A172E
9#050B17
Tints
Lighter variations
1#5784D9
2#6992DD
3#7C9FE1
4#8FADE6
5#A1BBEA
6#B4C8EE
7#C7D6F2
8#DAE4F7
9#ECF1FB
Tones
Muted variations
1#4B79CD
2#527BC6
3#5A7DBF
4#617FB8
5#6881B0
6#6F84A9
7#7786A2
8#7E889B
9#858A93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EA #E2EAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D8 #C9D8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FB9 #9FB9E9 | BordersInactive statesPlaceholder text |
| 400 | 6E95 #6E95DE | Disabled statesSecondary iconsMuted text |
| 500 | 4477 #4477D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A5B #2A5BB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2148 #214891 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1834 #183468 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F21 #0F2143 | Primary textHigh emphasis contentDark headings |
| 950 | 0915 #09152A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F6FC;
--royal-blue-100: #E2EAF8;
--royal-blue-200: #C9D8F3;
--royal-blue-300: #9FB9E9;
--royal-blue-400: #6E95DE;
--royal-blue-500: #4477D5;
--royal-blue-600: #2A5BB7;
--royal-blue-700: #214891;
--royal-blue-800: #183468;
--royal-blue-900: #0F2143;
--royal-blue-950: #09152A;
}