Royal Blue
#418AD8
BlueColor Codes
All color formats for development
HEX
#418AD8RGB
rgb(65, 138, 216)HSL
hsl(211, 66%, 55%)OKLCH
oklch(0.624 0.139 252.3)CMYK
cmyk(70%, 36%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B7BD2
2#266EBA
3#2160A3
4#1D528C
5#184574
6#13375D
7#0E2946
8#0A1B2F
9#050E17
Tints
Lighter variations
1#5495DC
2#67A1E0
3#7AADE4
4#8DB9E8
5#A0C4EB
6#B3D0EF
7#C6DCF3
8#D9E8F7
9#ECF3FB
Tones
Muted variations
1#488AD0
2#508AC9
3#578AC1
4#5F8BBA
5#668BB2
6#6E8BAB
7#768BA3
8#7D8C9B
9#858C94
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1ED #E1EDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8DD #C8DDF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EC3 #9EC3EB | BordersInactive statesPlaceholder text |
| 400 | 6BA4 #6BA4E1 | Disabled statesSecondary iconsMuted text |
| 500 | 418A #418AD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 266E #266EBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E57 #1E5794 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 163E #163E6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E28 #0E2844 | Primary textHigh emphasis contentDark headings |
| 950 | 0919 #09192A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F7FC;
--royal-blue-100: #E1EDF9;
--royal-blue-200: #C8DDF4;
--royal-blue-300: #9EC3EB;
--royal-blue-400: #6BA4E1;
--royal-blue-500: #418AD8;
--royal-blue-600: #266EBA;
--royal-blue-700: #1E5794;
--royal-blue-800: #163E6A;
--royal-blue-900: #0E2844;
--royal-blue-950: #09192A;
}