Royal Blue
#2E5DEA
BlueColor Codes
All color formats for development
HEX
#2E5DEARGB
rgb(46, 93, 234)HSL
hsl(225, 82%, 55%)OKLCH
oklch(0.537 0.219 265.3)CMYK
cmyk(80%, 60%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#174AE6
2#1442CC
3#123AB3
4#0F3299
5#0D2980
6#0A2166
7#08194D
8#051133
9#03081A
Tints
Lighter variations
1#436DEC
2#587EEE
3#6D8EF1
4#829EF3
5#97AEF5
6#ABBEF7
7#C0CEF9
8#D5DFFB
9#EAEFFD
Tones
Muted variations
1#3862E1
2#4167D8
3#4A6BCE
4#5470C5
5#5D75BB
6#6779B2
7#707EA8
8#79839F
9#838896
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE6 #DFE6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D0 #C3D0F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94AC #94ACF4 | BordersInactive statesPlaceholder text |
| 400 | 5D81 #5D81EF | Disabled statesSecondary iconsMuted text |
| 500 | 2E5D #2E5DEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1442 #1442CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1035 #1035A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B26 #0B2674 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0718 #07184A | Primary textHigh emphasis contentDark headings |
| 950 | 050F #050F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F4FE;
--royal-blue-100: #DFE6FC;
--royal-blue-200: #C3D0F9;
--royal-blue-300: #94ACF4;
--royal-blue-400: #5D81EF;
--royal-blue-500: #2E5DEA;
--royal-blue-600: #1442CC;
--royal-blue-700: #1035A2;
--royal-blue-800: #0B2674;
--royal-blue-900: #07184A;
--royal-blue-950: #050F2E;
}