Royal Blue
#1E43FA
BlueColor Codes
All color formats for development
HEX
#1E43FARGB
rgb(30, 67, 250)HSL
hsl(230, 96%, 55%)OKLCH
oklch(0.505 0.269 265.9)CMYK
cmyk(88%, 73%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#052DF7
2#0428DC
3#0423C0
4#031EA5
5#031989
6#02146E
7#020F52
8#010A37
9#01051B
Tints
Lighter variations
1#3556FB
2#4B68FB
3#627BFC
4#788EFC
5#8FA1FD
6#A5B4FD
7#BCC7FE
8#D2D9FE
9#E9ECFF
Tones
Muted variations
1#294AEF
2#3451E4
3#3F59D9
4#4A60CE
5#5568C3
6#606FB8
7#6B76AD
8#767EA2
9#818597
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE2 #DCE2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC9 #BEC9FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8C9F #8C9FFD | BordersInactive statesPlaceholder text |
| 400 | 506D #506DFB | Disabled statesSecondary iconsMuted text |
| 500 | 1E43 #1E43FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0428 #0428DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0420 #0420AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0317 #03177D | Text on light backgroundsHeadingsStrong borders |
| 900 | 020F #020F50 | Primary textHigh emphasis contentDark headings |
| 950 | 0109 #010932 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F2FF;
--royal-blue-100: #DCE2FE;
--royal-blue-200: #BEC9FE;
--royal-blue-300: #8C9FFD;
--royal-blue-400: #506DFB;
--royal-blue-500: #1E43FA;
--royal-blue-600: #0428DC;
--royal-blue-700: #0420AF;
--royal-blue-800: #03177D;
--royal-blue-900: #020F50;
--royal-blue-950: #010932;
}