Royal Blue
#426ED7
BlueColor Codes
All color formats for development
HEX
#426ED7RGB
rgb(66, 110, 215)HSL
hsl(222, 65%, 55%)OKLCH
oklch(0.563 0.169 264.5)CMYK
cmyk(69%, 49%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C5DD0
2#2753B9
3#2249A2
4#1D3E8B
5#193474
6#142A5D
7#0F1F45
8#0A152E
9#050A17
Tints
Lighter variations
1#557DDB
2#688BDF
3#7A9AE3
4#8DA8E7
5#A0B7EB
6#B3C5EF
7#C6D4F3
8#D9E2F7
9#ECF1FB
Tones
Muted variations
1#4971CF
2#5174C8
3#5877C0
4#5F7AB9
5#677DB2
6#6E80AA
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 | E2E9 #E2E9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8D5 #C8D5F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EB5 #9EB5EA | BordersInactive statesPlaceholder text |
| 400 | 6C8F #6C8FE0 | Disabled statesSecondary iconsMuted text |
| 500 | 426E #426ED7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2753 #2753B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F42 #1F4293 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 162F #162F69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E1E #0E1E43 | 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: #E2E9F9;
--royal-blue-200: #C8D5F3;
--royal-blue-300: #9EB5EA;
--royal-blue-400: #6C8FE0;
--royal-blue-500: #426ED7;
--royal-blue-600: #2753B9;
--royal-blue-700: #1F4293;
--royal-blue-800: #162F69;
--royal-blue-900: #0E1E43;
--royal-blue-950: #09132A;
}