Royal Blue
#4466D5
BlueColor Codes
All color formats for development
HEX
#4466D5RGB
rgb(68, 102, 213)HSL
hsl(226, 63%, 55%)OKLCH
oklch(0.546 0.175 267.5)CMYK
cmyk(68%, 52%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F54CE
2#2A4BB7
3#2441A0
4#1F3889
5#1A2F72
6#15255B
7#101C45
8#0A132E
9#050917
Tints
Lighter variations
1#5775D9
2#6984DD
3#7C94E1
4#8FA3E6
5#A1B2EA
6#B4C2EE
7#C7D1F2
8#DAE0F7
9#ECF0FB
Tones
Muted variations
1#4B6ACD
2#526DC6
3#5A71BF
4#6175B8
5#6879B0
6#6F7DA9
7#7781A2
8#7E859B
9#858893
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E7 #E2E7F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D3 #C9D3F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FB1 #9FB1E9 | BordersInactive statesPlaceholder text |
| 400 | 6E88 #6E88DE | Disabled statesSecondary iconsMuted text |
| 500 | 4466 #4466D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A4B #2A4BB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 213B #213B91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 182A #182A68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F1B #0F1B43 | Primary textHigh emphasis contentDark headings |
| 950 | 0911 #09112A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F5FC;
--royal-blue-100: #E2E7F8;
--royal-blue-200: #C9D3F3;
--royal-blue-300: #9FB1E9;
--royal-blue-400: #6E88DE;
--royal-blue-500: #4466D5;
--royal-blue-600: #2A4BB7;
--royal-blue-700: #213B91;
--royal-blue-800: #182A68;
--royal-blue-900: #0F1B43;
--royal-blue-950: #09112A;
}