Royal Blue
#2E5AEA
BlueColor Codes
All color formats for development
HEX
#2E5AEARGB
rgb(46, 90, 234)HSL
hsl(226, 82%, 55%)OKLCH
oklch(0.531 0.222 265.8)CMYK
cmyk(80%, 62%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1747E6
2#143FCC
3#1237B3
4#0F2F99
5#0D2780
6#0A2066
7#08184D
8#051033
9#03081A
Tints
Lighter variations
1#436BEC
2#587BEE
3#6D8CF1
4#829CF3
5#97ADF5
6#ABBDF7
7#C0CEF9
8#D5DEFB
9#EAEFFD
Tones
Muted variations
1#385FE1
2#4164D8
3#4A69CE
4#546EC5
5#5D73BB
6#6778B2
7#707DA8
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 | C3CF #C3CFF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94AB #94ABF4 | BordersInactive statesPlaceholder text |
| 400 | 5D7F #5D7FEF | Disabled statesSecondary iconsMuted text |
| 500 | 2E5A #2E5AEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 143F #143FCC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1032 #1032A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B24 #0B2474 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0717 #07174A | 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: #C3CFF9;
--royal-blue-300: #94ABF4;
--royal-blue-400: #5D7FEF;
--royal-blue-500: #2E5AEA;
--royal-blue-600: #143FCC;
--royal-blue-700: #1032A2;
--royal-blue-800: #0B2474;
--royal-blue-900: #07174A;
--royal-blue-950: #050E2E;
}