Royal Blue
#4487D5
BlueColor Codes
All color formats for development
HEX
#4487D5RGB
rgb(68, 135, 213)HSL
hsl(212, 63%, 55%)OKLCH
oklch(0.616 0.137 253.8)CMYK
cmyk(68%, 37%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F79CE
2#2A6BB7
3#245EA0
4#1F5189
5#1A4372
6#15365B
7#102845
8#0A1B2E
9#050D17
Tints
Lighter variations
1#5793D9
2#699FDD
3#7CABE1
4#8FB7E6
5#A1C3EA
6#B4CFEE
7#C7DBF2
8#DAE7F7
9#ECF3FB
Tones
Muted variations
1#4B88CD
2#5288C6
3#5A89BF
4#6189B8
5#688AB0
6#6F8AA9
7#778BA2
8#7E8B9B
9#858C93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EC #E2ECF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9DC #C9DCF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FC2 #9FC2E9 | BordersInactive statesPlaceholder text |
| 400 | 6EA2 #6EA2DE | Disabled statesSecondary iconsMuted text |
| 500 | 4487 #4487D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A6B #2A6BB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2156 #215691 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 183D #183D68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F27 #0F2743 | Primary textHigh emphasis contentDark headings |
| 950 | 0918 #09182A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F7FC;
--royal-blue-100: #E2ECF8;
--royal-blue-200: #C9DCF3;
--royal-blue-300: #9FC2E9;
--royal-blue-400: #6EA2DE;
--royal-blue-500: #4487D5;
--royal-blue-600: #2A6BB7;
--royal-blue-700: #215691;
--royal-blue-800: #183D68;
--royal-blue-900: #0F2743;
--royal-blue-950: #09182A;
}