Royal Blue
#1E59FA
BlueColor Codes
All color formats for development
HEX
#1E59FARGB
rgb(30, 89, 250)HSL
hsl(224, 96%, 55%)OKLCH
oklch(0.539 0.246 264.1)CMYK
cmyk(88%, 64%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0546F7
2#043EDC
3#0436C0
4#032EA5
5#032789
6#021F6E
7#021752
8#010F37
9#01081B
Tints
Lighter variations
1#3569FB
2#4B7AFB
3#628BFC
4#789BFC
5#8FACFD
6#A5BDFD
7#BCCDFE
8#D2DEFE
9#E9EEFF
Tones
Muted variations
1#295EEF
2#3463E4
3#3F68D9
4#4A6DCE
5#5573C3
6#6078B8
7#6B7DAD
8#7682A2
9#818797
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE5 #DCE5FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BECF #BECFFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CAA #8CAAFD | BordersInactive statesPlaceholder text |
| 400 | 507E #507EFB | Disabled statesSecondary iconsMuted text |
| 500 | 1E59 #1E59FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 043E #043EDC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0431 #0431AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0323 #03237D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0217 #021750 | Primary textHigh emphasis contentDark headings |
| 950 | 010E #010E32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F4FF;
--royal-blue-100: #DCE5FE;
--royal-blue-200: #BECFFE;
--royal-blue-300: #8CAAFD;
--royal-blue-400: #507EFB;
--royal-blue-500: #1E59FA;
--royal-blue-600: #043EDC;
--royal-blue-700: #0431AF;
--royal-blue-800: #03237D;
--royal-blue-900: #021750;
--royal-blue-950: #010E32;
}