Royal Blue
#1E51FA
BlueColor Codes
All color formats for development
HEX
#1E51FARGB
rgb(30, 81, 250)HSL
hsl(226, 96%, 55%)OKLCH
oklch(0.526 0.255 264.9)CMYK
cmyk(88%, 68%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#053EF7
2#0437DC
3#0430C0
4#0329A5
5#032289
6#021B6E
7#021552
8#010E37
9#01071B
Tints
Lighter variations
1#3563FB
2#4B74FB
3#6286FC
4#7897FC
5#8FA8FD
6#A5BAFD
7#BCCBFE
8#D2DCFE
9#E9EEFF
Tones
Muted variations
1#2957EF
2#345DE4
3#3F63D9
4#4A69CE
5#556FC3
6#6075B8
7#6B7BAD
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 | DCE4 #DCE4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BECD #BECDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CA6 #8CA6FD | BordersInactive statesPlaceholder text |
| 400 | 5078 #5078FB | Disabled statesSecondary iconsMuted text |
| 500 | 1E51 #1E51FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0437 #0437DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 042C #042CAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 031F #031F7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0214 #021450 | 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: #DCE4FE;
--royal-blue-200: #BECDFE;
--royal-blue-300: #8CA6FD;
--royal-blue-400: #5078FB;
--royal-blue-500: #1E51FA;
--royal-blue-600: #0437DC;
--royal-blue-700: #042CAF;
--royal-blue-800: #031F7D;
--royal-blue-900: #021450;
--royal-blue-950: #010C32;
}