Royal Blue
#2E57EA
BlueColor Codes
All color formats for development
HEX
#2E57EARGB
rgb(46, 87, 234)HSL
hsl(227, 82%, 55%)OKLCH
oklch(0.526 0.226 266.2)CMYK
cmyk(80%, 63%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1744E6
2#143CCC
3#1235B3
4#0F2D99
5#0D2680
6#0A1E66
7#08174D
8#050F33
9#03081A
Tints
Lighter variations
1#4368EC
2#5879EE
3#6D89F1
4#829AF3
5#97ABF5
6#ABBCF7
7#C0CDF9
8#D5DDFB
9#EAEEFD
Tones
Muted variations
1#385CE1
2#4162D8
3#4A67CE
4#546CC5
5#5D72BB
6#6777B2
7#707CA8
8#79829F
9#838796
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE5 #DFE5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CE #C3CEF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94A9 #94A9F4 | BordersInactive statesPlaceholder text |
| 400 | 5D7C #5D7CEF | Disabled statesSecondary iconsMuted text |
| 500 | 2E57 #2E57EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 143C #143CCC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1030 #1030A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B22 #0B2274 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0716 #07164A | Primary textHigh emphasis contentDark headings |
| 950 | 050E #050E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F4FE;
--royal-blue-100: #DFE5FC;
--royal-blue-200: #C3CEF9;
--royal-blue-300: #94A9F4;
--royal-blue-400: #5D7CEF;
--royal-blue-500: #2E57EA;
--royal-blue-600: #143CCC;
--royal-blue-700: #1030A2;
--royal-blue-800: #0B2274;
--royal-blue-900: #07164A;
--royal-blue-950: #050E2E;
}