Royal Blue
#446FD5
BlueColor Codes
All color formats for development
HEX
#446FD5RGB
rgb(68, 111, 213)HSL
hsl(222, 63%, 55%)OKLCH
oklch(0.565 0.164 264.5)CMYK
cmyk(68%, 48%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F5ECE
2#2A54B7
3#2449A0
4#1F3F89
5#1A3472
6#152A5B
7#101F45
8#0A152E
9#050A17
Tints
Lighter variations
1#577ED9
2#698CDD
3#7C9AE1
4#8FA9E6
5#A1B7EA
6#B4C6EE
7#C7D4F2
8#DAE2F7
9#ECF1FB
Tones
Muted variations
1#4B72CD
2#5275C6
3#5A78BF
4#617BB8
5#687EB0
6#6F81A9
7#7784A2
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 | E2E9 #E2E9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D5 #C9D5F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FB6 #9FB6E9 | BordersInactive statesPlaceholder text |
| 400 | 6E8F #6E8FDE | Disabled statesSecondary iconsMuted text |
| 500 | 446F #446FD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A54 #2A54B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2143 #214391 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1830 #183068 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F1F #0F1F43 | 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: #E2E9F8;
--royal-blue-200: #C9D5F3;
--royal-blue-300: #9FB6E9;
--royal-blue-400: #6E8FDE;
--royal-blue-500: #446FD5;
--royal-blue-600: #2A54B7;
--royal-blue-700: #214391;
--royal-blue-800: #183068;
--royal-blue-900: #0F1F43;
--royal-blue-950: #09132A;
}