Royal Blue
#2048F8
BlueColor Codes
All color formats for development
HEX
#2048F8RGB
rgb(32, 72, 248)HSL
hsl(229, 94%, 55%)OKLCH
oklch(0.51 0.261 265.8)CMYK
cmyk(87%, 71%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0833F5
2#072DDA
3#0628BE
4#0522A3
5#041C88
6#03176D
7#031152
8#020B36
9#01061B
Tints
Lighter variations
1#375AF9
2#4D6DF9
3#637FFA
4#7991FB
5#90A3FC
6#A6B6FC
7#BCC8FD
8#D2DAFE
9#E9EDFE
Tones
Muted variations
1#2B4FED
2#3656E3
3#415CD8
4#4C63CD
5#566AC2
6#6171B7
7#6C78AD
8#777FA2
9#818597
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE3 #DCE3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCA #BFCAFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DA1 #8DA1FB | BordersInactive statesPlaceholder text |
| 400 | 5271 #5271FA | Disabled statesSecondary iconsMuted text |
| 500 | 2048 #2048F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 072D #072DDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0524 #0524AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 041A #041A7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0211 #02114F | Primary textHigh emphasis contentDark headings |
| 950 | 020A #020A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F3FF;
--royal-blue-100: #DCE3FE;
--royal-blue-200: #BFCAFD;
--royal-blue-300: #8DA1FB;
--royal-blue-400: #5271FA;
--royal-blue-500: #2048F8;
--royal-blue-600: #072DDA;
--royal-blue-700: #0524AD;
--royal-blue-800: #041A7C;
--royal-blue-900: #02114F;
--royal-blue-950: #020A31;
}