Royal Blue
#2E3BEA
BlueColor Codes
All color formats for development
HEX
#2E3BEARGB
rgb(46, 59, 234)HSL
hsl(236, 82%, 55%)OKLCH
oklch(0.482 0.254 269.2)CMYK
cmyk(80%, 75%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1725E6
2#1420CC
3#121CB3
4#0F1899
5#0D1480
6#0A1066
7#080C4D
8#050833
9#03041A
Tints
Lighter variations
1#434EEC
2#5862EE
3#6D76F1
4#8289F3
5#979DF5
6#ABB0F7
7#C0C4F9
8#D5D8FB
9#EAEBFD
Tones
Muted variations
1#3843E1
2#414BD8
3#4A53CE
4#545BC5
5#5D63BB
6#676CB2
7#7074A8
8#797C9F
9#838496
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE0 #DFE0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C6 #C3C6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 949B #949BF4 | BordersInactive statesPlaceholder text |
| 400 | 5D66 #5D66EF | Disabled statesSecondary iconsMuted text |
| 500 | 2E3B #2E3BEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1420 #1420CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 101A #101AA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B12 #0B1274 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070C #070C4A | Primary textHigh emphasis contentDark headings |
| 950 | 0507 #05072E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F2FE;
--royal-blue-100: #DFE0FC;
--royal-blue-200: #C3C6F9;
--royal-blue-300: #949BF4;
--royal-blue-400: #5D66EF;
--royal-blue-500: #2E3BEA;
--royal-blue-600: #1420CC;
--royal-blue-700: #101AA2;
--royal-blue-800: #0B1274;
--royal-blue-900: #070C4A;
--royal-blue-950: #05072E;
}