Royal Blue
#414DD8
BlueColor Codes
All color formats for development
HEX
#414DD8RGB
rgb(65, 77, 216)HSL
hsl(235, 66%, 55%)OKLCH
oklch(0.501 0.21 272.4)CMYK
cmyk(70%, 64%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B39D2
2#2632BA
3#212CA3
4#1D268C
5#182074
6#13195D
7#0E1346
8#0A0D2F
9#050617
Tints
Lighter variations
1#545FDC
2#6771E0
3#7A82E4
4#8D94E8
5#A0A6EB
6#B3B8EF
7#C6CAF3
8#D9DBF7
9#ECEDFB
Tones
Muted variations
1#4853D0
2#505AC9
3#5760C1
4#5F66BA
5#666DB2
6#6E73AB
7#7679A3
8#7D809B
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 | C8CC #C8CCF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EA4 #9EA4EB | BordersInactive statesPlaceholder text |
| 400 | 6B75 #6B75E1 | Disabled statesSecondary iconsMuted text |
| 500 | 414D #414DD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2632 #2632BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E28 #1E2894 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 161D #161D6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E12 #0E1244 | 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: #C8CCF4;
--royal-blue-300: #9EA4EB;
--royal-blue-400: #6B75E1;
--royal-blue-500: #414DD8;
--royal-blue-600: #2632BA;
--royal-blue-700: #1E2894;
--royal-blue-800: #161D6A;
--royal-blue-900: #0E1244;
--royal-blue-950: #090B2A;
}