Royal Blue
#446DD5
BlueColor Codes
All color formats for development
HEX
#446DD5RGB
rgb(68, 109, 213)HSL
hsl(223, 63%, 55%)OKLCH
oklch(0.561 0.166 265.2)CMYK
cmyk(68%, 49%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F5CCE
2#2A52B7
3#2447A0
4#1F3D89
5#1A3372
6#15295B
7#101F45
8#0A142E
9#050A17
Tints
Lighter variations
1#577CD9
2#698ADD
3#7C99E1
4#8FA7E6
5#A1B6EA
6#B4C5EE
7#C7D3F2
8#DAE2F7
9#ECF0FB
Tones
Muted variations
1#4B70CD
2#5273C6
3#5A76BF
4#6179B8
5#687DB0
6#6F80A9
7#7783A2
8#7E869B
9#858993
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E8 #E2E8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D5 #C9D5F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FB4 #9FB4E9 | BordersInactive statesPlaceholder text |
| 400 | 6E8D #6E8DDE | Disabled statesSecondary iconsMuted text |
| 500 | 446D #446DD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A52 #2A52B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2141 #214191 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 182E #182E68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F1E #0F1E43 | 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: #F3F5FC;
--royal-blue-100: #E2E8F8;
--royal-blue-200: #C9D5F3;
--royal-blue-300: #9FB4E9;
--royal-blue-400: #6E8DDE;
--royal-blue-500: #446DD5;
--royal-blue-600: #2A52B7;
--royal-blue-700: #214191;
--royal-blue-800: #182E68;
--royal-blue-900: #0F1E43;
--royal-blue-950: #09132A;
}