Royal Blue
#4148D8
BlueColor Codes
All color formats for development
HEX
#4148D8RGB
rgb(65, 72, 216)HSL
hsl(237, 66%, 55%)OKLCH
oklch(0.493 0.215 273.2)CMYK
cmyk(70%, 67%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B33D2
2#262EBA
3#2128A3
4#1D228C
5#181C74
6#13175D
7#0E1146
8#0A0B2F
9#050617
Tints
Lighter variations
1#545ADC
2#676DE0
3#7A7FE4
4#8D91E8
5#A0A4EB
6#B3B6EF
7#C6C8F3
8#D9DAF7
9#ECEDFB
Tones
Muted variations
1#484FD0
2#5056C9
3#575DC1
4#5F63BA
5#666AB2
6#6E71AB
7#7678A3
8#7D7F9B
9#858594
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 | C8CA #C8CAF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EA2 #9EA2EB | BordersInactive statesPlaceholder text |
| 400 | 6B71 #6B71E1 | Disabled statesSecondary iconsMuted text |
| 500 | 4148 #4148D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 262E #262EBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E24 #1E2494 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 161A #161A6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E11 #0E1144 | Primary textHigh emphasis contentDark headings |
| 950 | 090A #090A2A | 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: #C8CAF4;
--royal-blue-300: #9EA2EB;
--royal-blue-400: #6B71E1;
--royal-blue-500: #4148D8;
--royal-blue-600: #262EBA;
--royal-blue-700: #1E2494;
--royal-blue-800: #161A6A;
--royal-blue-900: #0E1144;
--royal-blue-950: #090A2A;
}