Royal Blue
#2E4AEA
BlueColor Codes
All color formats for development
HEX
#2E4AEARGB
rgb(46, 74, 234)HSL
hsl(231, 82%, 55%)OKLCH
oklch(0.504 0.24 267.9)CMYK
cmyk(80%, 68%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1736E6
2#1430CC
3#122AB3
4#0F2499
5#0D1E80
6#0A1866
7#08124D
8#050C33
9#03061A
Tints
Lighter variations
1#435CEC
2#586FEE
3#6D81F1
4#8293F3
5#97A5F5
6#ABB7F7
7#C0C9F9
8#D5DBFB
9#EAEDFD
Tones
Muted variations
1#3851E1
2#4158D8
3#4A5ECE
4#5465C5
5#5D6BBB
6#6772B2
7#7078A8
8#797F9F
9#838696
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE3 #DFE3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CB #C3CBF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94A3 #94A3F4 | BordersInactive statesPlaceholder text |
| 400 | 5D73 #5D73EF | Disabled statesSecondary iconsMuted text |
| 500 | 2E4A #2E4AEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1430 #1430CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1026 #1026A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B1B #0B1B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0711 #07114A | Primary textHigh emphasis contentDark headings |
| 950 | 050B #050B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FE;
--royal-blue-100: #DFE3FC;
--royal-blue-200: #C3CBF9;
--royal-blue-300: #94A3F4;
--royal-blue-400: #5D73EF;
--royal-blue-500: #2E4AEA;
--royal-blue-600: #1430CC;
--royal-blue-700: #1026A2;
--royal-blue-800: #0B1B74;
--royal-blue-900: #07114A;
--royal-blue-950: #050B2E;
}