Royal Blue
#415AD8
BlueColor Codes
All color formats for development
HEX
#415AD8RGB
rgb(65, 90, 216)HSL
hsl(230, 66%, 55%)OKLCH
oklch(0.524 0.194 269.8)CMYK
cmyk(70%, 58%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B47D2
2#263FBA
3#2137A3
4#1D2F8C
5#182774
6#131F5D
7#0E1846
8#0A102F
9#050817
Tints
Lighter variations
1#546ADC
2#677BE0
3#7A8BE4
4#8D9CE8
5#A0ACEB
6#B3BDEF
7#C6CDF3
8#D9DEF7
9#ECEEFB
Tones
Muted variations
1#485FD0
2#5064C9
3#5769C1
4#5F6EBA
5#6673B2
6#6E78AB
7#767DA3
8#7D829B
9#858794
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E5 #E1E5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8CF #C8CFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EAB #9EABEB | BordersInactive statesPlaceholder text |
| 400 | 6B7E #6B7EE1 | Disabled statesSecondary iconsMuted text |
| 500 | 415A #415AD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 263F #263FBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E32 #1E3294 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1624 #16246A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E17 #0E1744 | Primary textHigh emphasis contentDark headings |
| 950 | 090E #090E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F4FC;
--royal-blue-100: #E1E5F9;
--royal-blue-200: #C8CFF4;
--royal-blue-300: #9EABEB;
--royal-blue-400: #6B7EE1;
--royal-blue-500: #415AD8;
--royal-blue-600: #263FBA;
--royal-blue-700: #1E3294;
--royal-blue-800: #16246A;
--royal-blue-900: #0E1744;
--royal-blue-950: #090E2A;
}