Royal Blue
#2E73EA
BlueColor Codes
All color formats for development
HEX
#2E73EARGB
rgb(46, 115, 234)HSL
hsl(218, 82%, 55%)OKLCH
oklch(0.58 0.193 260.6)CMYK
cmyk(80%, 51%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1763E6
2#1458CC
3#124DB3
4#0F4299
5#0D3780
6#0A2C66
7#08214D
8#051633
9#030B1A
Tints
Lighter variations
1#4381EC
2#588FEE
3#6D9DF1
4#82ABF3
5#97B9F5
6#ABC7F7
7#C0D5F9
8#D5E3FB
9#EAF1FD
Tones
Muted variations
1#3876E1
2#4178D8
3#4A7BCE
4#547DC5
5#5D80BB
6#6782B2
7#7085A8
8#79879F
9#838A96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE9 #DFE9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D7 #C3D7F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94B8 #94B8F4 | BordersInactive statesPlaceholder text |
| 400 | 5D92 #5D92EF | Disabled statesSecondary iconsMuted text |
| 500 | 2E73 #2E73EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1458 #1458CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1046 #1046A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B32 #0B3274 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0720 #07204A | Primary textHigh emphasis contentDark headings |
| 950 | 0514 #05142E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F6FE;
--royal-blue-100: #DFE9FC;
--royal-blue-200: #C3D7F9;
--royal-blue-300: #94B8F4;
--royal-blue-400: #5D92EF;
--royal-blue-500: #2E73EA;
--royal-blue-600: #1458CC;
--royal-blue-700: #1046A2;
--royal-blue-800: #0B3274;
--royal-blue-900: #07204A;
--royal-blue-950: #05142E;
}