Royal Blue
#416ED8
BlueColor Codes
All color formats for development
HEX
#416ED8RGB
rgb(65, 110, 216)HSL
hsl(222, 66%, 55%)OKLCH
oklch(0.563 0.17 264.3)CMYK
cmyk(70%, 49%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B5DD2
2#2653BA
3#2148A3
4#1D3E8C
5#183474
6#13295D
7#0E1F46
8#0A152F
9#050A17
Tints
Lighter variations
1#547CDC
2#678BE0
3#7A99E4
4#8DA8E8
5#A0B6EB
6#B3C5EF
7#C6D3F3
8#D9E2F7
9#ECF0FB
Tones
Muted variations
1#4871D0
2#5074C9
3#5777C1
4#5F7ABA
5#667DB2
6#6E80AB
7#7683A3
8#7D869B
9#858994
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E8 #E1E8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8D5 #C8D5F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EB5 #9EB5EB | BordersInactive statesPlaceholder text |
| 400 | 6B8E #6B8EE1 | Disabled statesSecondary iconsMuted text |
| 500 | 416E #416ED8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2653 #2653BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E42 #1E4294 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 162F #162F6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E1E #0E1E44 | Primary textHigh emphasis contentDark headings |
| 950 | 0913 #09132A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F5FC;
--royal-blue-100: #E1E8F9;
--royal-blue-200: #C8D5F4;
--royal-blue-300: #9EB5EB;
--royal-blue-400: #6B8EE1;
--royal-blue-500: #416ED8;
--royal-blue-600: #2653BA;
--royal-blue-700: #1E4294;
--royal-blue-800: #162F6A;
--royal-blue-900: #0E1E44;
--royal-blue-950: #09132A;
}