Royal Blue
#4182D8
BlueColor Codes
All color formats for development
HEX
#4182D8RGB
rgb(65, 130, 216)HSL
hsl(214, 66%, 55%)OKLCH
oklch(0.606 0.147 256.3)CMYK
cmyk(70%, 40%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B73D2
2#2666BA
3#215AA3
4#1D4D8C
5#184074
6#13335D
7#0E2646
8#0A1A2F
9#050D17
Tints
Lighter variations
1#548FDC
2#679BE0
3#7AA8E4
4#8DB4E8
5#A0C1EB
6#B3CDEF
7#C6DAF3
8#D9E6F7
9#ECF3FB
Tones
Muted variations
1#4883D0
2#5084C9
3#5785C1
4#5F86BA
5#6687B2
6#6E88AB
7#7689A3
8#7D8A9B
9#858B94
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EC #E1ECF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8DB #C8DBF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EBF #9EBFEB | BordersInactive statesPlaceholder text |
| 400 | 6B9E #6B9EE1 | Disabled statesSecondary iconsMuted text |
| 500 | 4182 #4182D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2666 #2666BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E51 #1E5194 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 163A #163A6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E25 #0E2544 | Primary textHigh emphasis contentDark headings |
| 950 | 0917 #09172A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F7FC;
--royal-blue-100: #E1ECF9;
--royal-blue-200: #C8DBF4;
--royal-blue-300: #9EBFEB;
--royal-blue-400: #6B9EE1;
--royal-blue-500: #4182D8;
--royal-blue-600: #2666BA;
--royal-blue-700: #1E5194;
--royal-blue-800: #163A6A;
--royal-blue-900: #0E2544;
--royal-blue-950: #09172A;
}