Royal Blue
#4379D6
BlueColor Codes
All color formats for development
HEX
#4379D6RGB
rgb(67, 121, 214)HSL
hsl(218, 64%, 55%)OKLCH
oklch(0.586 0.154 260.5)CMYK
cmyk(69%, 43%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D69CF
2#285DB8
3#2351A1
4#1E468A
5#193A73
6#142F5C
7#0F2345
8#0A172E
9#050C17
Tints
Lighter variations
1#5686DA
2#6894DE
3#7BA1E2
4#8EAEE6
5#A1BCEA
6#B4C9EE
7#C7D7F3
8#D9E4F7
9#ECF2FB
Tones
Muted variations
1#4A7BCE
2#517DC7
3#597FC0
4#6080B8
5#6882B1
6#6F84AA
7#7686A2
8#7E889B
9#858A94
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EA #E2EAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D8 #C9D8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FBA #9FBAEA | BordersInactive statesPlaceholder text |
| 400 | 6D97 #6D97DF | Disabled statesSecondary iconsMuted text |
| 500 | 4379 #4379D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 285D #285DB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 204A #204A92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1735 #173569 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F22 #0F2243 | 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: #F2F6FC;
--royal-blue-100: #E2EAF9;
--royal-blue-200: #C9D8F3;
--royal-blue-300: #9FBAEA;
--royal-blue-400: #6D97DF;
--royal-blue-500: #4379D6;
--royal-blue-600: #285DB8;
--royal-blue-700: #204A92;
--royal-blue-800: #173569;
--royal-blue-900: #0F2243;
--royal-blue-950: #09152A;
}