Royal Blue
#1E4EFA
BlueColor Codes
All color formats for development
HEX
#1E4EFARGB
rgb(30, 78, 250)HSL
hsl(227, 96%, 55%)OKLCH
oklch(0.521 0.258 265.1)CMYK
cmyk(88%, 69%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#053AF7
2#0433DC
3#042DC0
4#0326A5
5#032089
6#021A6E
7#021352
8#010D37
9#01061B
Tints
Lighter variations
1#3560FB
2#4B71FB
3#6283FC
4#7895FC
5#8FA6FD
6#A5B8FD
7#BCCAFE
8#D2DCFE
9#E9EDFF
Tones
Muted variations
1#2954EF
2#345AE4
3#3F61D9
4#4A67CE
5#556DC3
6#6073B8
7#6B7AAD
8#7680A2
9#818697
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE3 #DCE3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BECC #BECCFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CA4 #8CA4FD | BordersInactive statesPlaceholder text |
| 400 | 5075 #5075FB | Disabled statesSecondary iconsMuted text |
| 500 | 1E4E #1E4EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0433 #0433DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0429 #0429AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 031D #031D7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0213 #021350 | Primary textHigh emphasis contentDark headings |
| 950 | 010C #010C32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F3FF;
--royal-blue-100: #DCE3FE;
--royal-blue-200: #BECCFE;
--royal-blue-300: #8CA4FD;
--royal-blue-400: #5075FB;
--royal-blue-500: #1E4EFA;
--royal-blue-600: #0433DC;
--royal-blue-700: #0429AF;
--royal-blue-800: #031D7D;
--royal-blue-900: #021350;
--royal-blue-950: #010C32;
}