Royal Blue
#4169D8
BlueColor Codes
All color formats for development
HEX
#4169D8RGB
rgb(65, 105, 216)HSL
hsl(224, 66%, 55%)OKLCH
oklch(0.553 0.176 265.9)CMYK
cmyk(70%, 51%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B57D2
2#264EBA
3#2144A3
4#1D3A8C
5#183174
6#13275D
7#0E1D46
8#0A132F
9#050A17
Tints
Lighter variations
1#5478DC
2#6787E0
3#7A96E4
4#8DA5E8
5#A0B4EB
6#B3C3EF
7#C6D2F3
8#D9E1F7
9#ECF0FB
Tones
Muted variations
1#486CD0
2#5070C9
3#5774C1
4#5F77BA
5#667BB2
6#6E7EAB
7#7682A3
8#7D859B
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 | C8D4 #C8D4F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EB2 #9EB2EB | BordersInactive statesPlaceholder text |
| 400 | 6B8A #6B8AE1 | Disabled statesSecondary iconsMuted text |
| 500 | 4169 #4169D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 264E #264EBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E3E #1E3E94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 162C #162C6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E1C #0E1C44 | Primary textHigh emphasis contentDark headings |
| 950 | 0912 #09122A | 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: #C8D4F4;
--royal-blue-300: #9EB2EB;
--royal-blue-400: #6B8AE1;
--royal-blue-500: #4169D8;
--royal-blue-600: #264EBA;
--royal-blue-700: #1E3E94;
--royal-blue-800: #162C6A;
--royal-blue-900: #0E1C44;
--royal-blue-950: #09122A;
}