Royal Blue
#447ED5
BlueColor Codes
All color formats for development
HEX
#447ED5RGB
rgb(68, 126, 213)HSL
hsl(216, 63%, 55%)OKLCH
oklch(0.597 0.147 258.4)CMYK
cmyk(68%, 41%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F6ECE
2#2A62B7
3#2456A0
4#1F4A89
5#1A3D72
6#15315B
7#102545
8#0A192E
9#050C17
Tints
Lighter variations
1#578BD9
2#6998DD
3#7CA5E1
4#8FB1E6
5#A1BEEA
6#B4CBEE
7#C7D8F2
8#DAE5F7
9#ECF2FB
Tones
Muted variations
1#4B7FCD
2#5281C6
3#5A82BF
4#6184B8
5#6885B0
6#6F86A9
7#7788A2
8#7E899B
9#858B93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EB #E2EBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9DA #C9DAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FBD #9FBDE9 | BordersInactive statesPlaceholder text |
| 400 | 6E9B #6E9BDE | Disabled statesSecondary iconsMuted text |
| 500 | 447E #447ED5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A62 #2A62B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 214E #214E91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1838 #183868 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F24 #0F2443 | Primary textHigh emphasis contentDark headings |
| 950 | 0916 #09162A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F6FC;
--royal-blue-100: #E2EBF8;
--royal-blue-200: #C9DAF3;
--royal-blue-300: #9FBDE9;
--royal-blue-400: #6E9BDE;
--royal-blue-500: #447ED5;
--royal-blue-600: #2A62B7;
--royal-blue-700: #214E91;
--royal-blue-800: #183868;
--royal-blue-900: #0F2443;
--royal-blue-950: #09162A;
}