Royal Blue
#4285D7
BlueColor Codes
All color formats for development
HEX
#4285D7RGB
rgb(66, 133, 215)HSL
hsl(213, 65%, 55%)OKLCH
oklch(0.612 0.142 254.9)CMYK
cmyk(69%, 38%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C76D0
2#2769B9
3#225CA2
4#1D4F8B
5#194274
6#14345D
7#0F2745
8#0A1A2E
9#050D17
Tints
Lighter variations
1#5591DB
2#689DDF
3#7AA9E3
4#8DB6E7
5#A0C2EB
6#B3CEEF
7#C6DAF3
8#D9E7F7
9#ECF3FB
Tones
Muted variations
1#4986CF
2#5186C8
3#5887C0
4#5F88B9
5#6789B2
6#6E89AA
7#768AA3
8#7D8B9B
9#858C94
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EC #E2ECF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8DC #C8DCF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EC1 #9EC1EA | BordersInactive statesPlaceholder text |
| 400 | 6CA0 #6CA0E0 | Disabled statesSecondary iconsMuted text |
| 500 | 4285 #4285D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2769 #2769B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F53 #1F5393 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 163C #163C69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E26 #0E2643 | 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: #F2F7FC;
--royal-blue-100: #E2ECF9;
--royal-blue-200: #C8DCF3;
--royal-blue-300: #9EC1EA;
--royal-blue-400: #6CA0E0;
--royal-blue-500: #4285D7;
--royal-blue-600: #2769B9;
--royal-blue-700: #1F5393;
--royal-blue-800: #163C69;
--royal-blue-900: #0E2643;
--royal-blue-950: #09182A;
}