Royal Blue
#2053F8
BlueColor Codes
All color formats for development
HEX
#2053F8RGB
rgb(32, 83, 248)HSL
hsl(226, 94%, 55%)OKLCH
oklch(0.528 0.25 264.9)CMYK
cmyk(87%, 67%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#083FF5
2#0738DA
3#0631BE
4#052AA3
5#042388
6#031C6D
7#031552
8#020E36
9#01071B
Tints
Lighter variations
1#3764F9
2#4D75F9
3#6386FA
4#7998FB
5#90A9FC
6#A6BAFC
7#BCCBFD
8#D2DDFE
9#E9EEFE
Tones
Muted variations
1#2B58ED
2#365EE3
3#4164D8
4#4C6ACD
5#566FC2
6#6175B7
7#6C7BAD
8#7781A2
9#818697
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE4 #DCE4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCD #BFCDFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DA7 #8DA7FB | BordersInactive statesPlaceholder text |
| 400 | 5279 #5279FA | Disabled statesSecondary iconsMuted text |
| 500 | 2053 #2053F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0738 #0738DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 052D #052DAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0420 #04207C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0214 #02144F | Primary textHigh emphasis contentDark headings |
| 950 | 020D #020D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F4FF;
--royal-blue-100: #DCE4FE;
--royal-blue-200: #BFCDFD;
--royal-blue-300: #8DA7FB;
--royal-blue-400: #5279FA;
--royal-blue-500: #2053F8;
--royal-blue-600: #0738DA;
--royal-blue-700: #052DAD;
--royal-blue-800: #04207C;
--royal-blue-900: #02144F;
--royal-blue-950: #020D31;
}