Royal Blue
#2E3EEA
BlueColor Codes
All color formats for development
HEX
#2E3EEARGB
rgb(46, 62, 234)HSL
hsl(235, 82%, 55%)OKLCH
oklch(0.486 0.252 268.9)CMYK
cmyk(80%, 74%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1728E6
2#1424CC
3#121FB3
4#0F1B99
5#0D1680
6#0A1266
7#080D4D
8#050933
9#03041A
Tints
Lighter variations
1#4351EC
2#5864EE
3#6D78F1
4#828BF3
5#979EF5
6#ABB2F7
7#C0C5F9
8#D5D8FB
9#EAECFD
Tones
Muted variations
1#3846E1
2#414ED8
3#4A55CE
4#545DC5
5#5D65BB
6#676DB2
7#7075A8
8#797D9F
9#838496
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE1 #DFE1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C7 #C3C7F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 949C #949CF4 | BordersInactive statesPlaceholder text |
| 400 | 5D69 #5D69EF | Disabled statesSecondary iconsMuted text |
| 500 | 2E3E #2E3EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1424 #1424CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 101C #101CA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B14 #0B1474 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070D #070D4A | Primary textHigh emphasis contentDark headings |
| 950 | 0508 #05082E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F2FE;
--royal-blue-100: #DFE1FC;
--royal-blue-200: #C3C7F9;
--royal-blue-300: #949CF4;
--royal-blue-400: #5D69EF;
--royal-blue-500: #2E3EEA;
--royal-blue-600: #1424CC;
--royal-blue-700: #101CA2;
--royal-blue-800: #0B1474;
--royal-blue-900: #070D4A;
--royal-blue-950: #05082E;
}