Royal Blue
#2E4EEA
BlueColor Codes
All color formats for development
HEX
#2E4EEARGB
rgb(46, 78, 234)HSL
hsl(230, 82%, 55%)OKLCH
oklch(0.51 0.236 267.4)CMYK
cmyk(80%, 67%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1739E6
2#1433CC
3#122DB3
4#0F2699
5#0D2080
6#0A1966
7#08134D
8#050D33
9#03061A
Tints
Lighter variations
1#435FEC
2#5871EE
3#6D83F1
4#8295F3
5#97A6F5
6#ABB8F7
7#C0CAF9
8#D5DCFB
9#EAEDFD
Tones
Muted variations
1#3854E1
2#415AD8
3#4A60CE
4#5467C5
5#5D6DBB
6#6773B2
7#7079A8
8#79809F
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 | C3CC #C3CCF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94A4 #94A4F4 | BordersInactive statesPlaceholder text |
| 400 | 5D75 #5D75EF | Disabled statesSecondary iconsMuted text |
| 500 | 2E4E #2E4EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1433 #1433CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1028 #1028A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B1D #0B1D74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0712 #07124A | Primary textHigh emphasis contentDark headings |
| 950 | 050C #050C2E | 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: #C3CCF9;
--royal-blue-300: #94A4F4;
--royal-blue-400: #5D75EF;
--royal-blue-500: #2E4EEA;
--royal-blue-600: #1433CC;
--royal-blue-700: #1028A2;
--royal-blue-800: #0B1D74;
--royal-blue-900: #07124A;
--royal-blue-950: #050C2E;
}