Royal Blue
#4385D6
BlueColor Codes
All color formats for development
HEX
#4385D6RGB
rgb(67, 133, 214)HSL
hsl(213, 64%, 55%)OKLCH
oklch(0.612 0.141 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#2D76CF
2#2869B8
3#235CA1
4#1E4F8A
5#194273
6#14355C
7#0F2745
8#0A1A2E
9#050D17
Tints
Lighter variations
1#5691DA
2#689DDE
3#7BAAE2
4#8EB6E6
5#A1C2EA
6#B4CEEE
7#C7DAF3
8#D9E7F7
9#ECF3FB
Tones
Muted variations
1#4A86CE
2#5186C7
3#5987C0
4#6088B8
5#6889B1
6#6F89AA
7#768AA2
8#7E8B9B
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 | C9DC #C9DCF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FC1 #9FC1EA | BordersInactive statesPlaceholder text |
| 400 | 6DA0 #6DA0DF | Disabled statesSecondary iconsMuted text |
| 500 | 4385 #4385D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2869 #2869B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2054 #205492 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 173C #173C69 | 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: #F2F7FC;
--royal-blue-100: #E2ECF9;
--royal-blue-200: #C9DCF3;
--royal-blue-300: #9FC1EA;
--royal-blue-400: #6DA0DF;
--royal-blue-500: #4385D6;
--royal-blue-600: #2869B8;
--royal-blue-700: #205492;
--royal-blue-800: #173C69;
--royal-blue-900: #0F2643;
--royal-blue-950: #09182A;
}