Royal Blue
#4485D5
BlueColor Codes
All color formats for development
HEX
#4485D5RGB
rgb(68, 133, 213)HSL
hsl(213, 63%, 55%)OKLCH
oklch(0.612 0.139 254.9)CMYK
cmyk(68%, 38%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F76CE
2#2A69B7
3#245CA0
4#1F4F89
5#1A4272
6#15355B
7#102745
8#0A1A2E
9#050D17
Tints
Lighter variations
1#5791D9
2#699DDD
3#7CAAE1
4#8FB6E6
5#A1C2EA
6#B4CEEE
7#C7DAF2
8#DAE7F7
9#ECF3FB
Tones
Muted variations
1#4B86CD
2#5286C6
3#5A87BF
4#6188B8
5#6889B0
6#6F89A9
7#778AA2
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 | 9FC1 #9FC1E9 | BordersInactive statesPlaceholder text |
| 400 | 6EA0 #6EA0DE | Disabled statesSecondary iconsMuted text |
| 500 | 4485 #4485D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A69 #2A69B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2154 #215491 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 183C #183C68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F26 #0F2643 | 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: #9FC1E9;
--royal-blue-400: #6EA0DE;
--royal-blue-500: #4485D5;
--royal-blue-600: #2A69B7;
--royal-blue-700: #215491;
--royal-blue-800: #183C68;
--royal-blue-900: #0F2643;
--royal-blue-950: #09182A;
}