Royal Blue
#1E5DFA
BlueColor Codes
All color formats for development
HEX
#1E5DFARGB
rgb(30, 93, 250)HSL
hsl(223, 96%, 55%)OKLCH
oklch(0.546 0.242 263.6)CMYK
cmyk(88%, 63%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#054AF7
2#0442DC
3#0439C0
4#0331A5
5#032989
6#02216E
7#021952
8#011037
9#01081B
Tints
Lighter variations
1#356DFB
2#4B7DFB
3#628DFC
4#789EFC
5#8FAEFD
6#A5BEFD
7#BCCEFE
8#D2DFFE
9#E9EFFF
Tones
Muted variations
1#2961EF
2#3466E4
3#3F6BD9
4#4A70CE
5#5574C3
6#6079B8
7#6B7EAD
8#7683A2
9#818797
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE6 #DCE6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED0 #BED0FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CAC #8CACFD | BordersInactive statesPlaceholder text |
| 400 | 5081 #5081FB | Disabled statesSecondary iconsMuted text |
| 500 | 1E5D #1E5DFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0442 #0442DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0434 #0434AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0325 #03257D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0218 #021850 | Primary textHigh emphasis contentDark headings |
| 950 | 010F #010F32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F4FF;
--royal-blue-100: #DCE6FE;
--royal-blue-200: #BED0FE;
--royal-blue-300: #8CACFD;
--royal-blue-400: #5081FB;
--royal-blue-500: #1E5DFA;
--royal-blue-600: #0442DC;
--royal-blue-700: #0434AF;
--royal-blue-800: #03257D;
--royal-blue-900: #021850;
--royal-blue-950: #010F32;
}