Royal Blue
#414BD8
BlueColor Codes
All color formats for development
HEX
#414BD8RGB
rgb(65, 75, 216)HSL
hsl(236, 66%, 55%)OKLCH
oklch(0.498 0.212 272.7)CMYK
cmyk(70%, 65%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B36D2
2#2630BA
3#212AA3
4#1D248C
5#181E74
6#13185D
7#0E1246
8#0A0C2F
9#050617
Tints
Lighter variations
1#545DDC
2#676FE0
3#7A81E4
4#8D93E8
5#A0A5EB
6#B3B7EF
7#C6C9F3
8#D9DBF7
9#ECEDFB
Tones
Muted variations
1#4851D0
2#5058C9
3#575EC1
4#5F65BA
5#666BB2
6#6E72AB
7#7679A3
8#7D7F9B
9#858694
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E3 #E1E3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8CB #C8CBF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EA3 #9EA3EB | BordersInactive statesPlaceholder text |
| 400 | 6B73 #6B73E1 | Disabled statesSecondary iconsMuted text |
| 500 | 414B #414BD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2630 #2630BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E26 #1E2694 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 161B #161B6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E11 #0E1144 | Primary textHigh emphasis contentDark headings |
| 950 | 090B #090B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F3FC;
--royal-blue-100: #E1E3F9;
--royal-blue-200: #C8CBF4;
--royal-blue-300: #9EA3EB;
--royal-blue-400: #6B73E1;
--royal-blue-500: #414BD8;
--royal-blue-600: #2630BA;
--royal-blue-700: #1E2694;
--royal-blue-800: #161B6A;
--royal-blue-900: #0E1144;
--royal-blue-950: #090B2A;
}