Royal Blue
#2044F8
BlueColor Codes
All color formats for development
HEX
#2044F8RGB
rgb(32, 68, 248)HSL
hsl(230, 94%, 55%)OKLCH
oklch(0.504 0.265 266.1)CMYK
cmyk(87%, 73%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#082FF5
2#072ADA
3#0625BE
4#051FA3
5#041A88
6#03156D
7#031052
8#020A36
9#01051B
Tints
Lighter variations
1#3757F9
2#4D6AF9
3#637CFA
4#798FFB
5#90A2FC
6#A6B4FC
7#BCC7FD
8#D2DAFE
9#E9ECFE
Tones
Muted variations
1#2B4CED
2#3653E3
3#415AD8
4#4C61CD
5#5668C2
6#616FB7
7#6C77AD
8#777EA2
9#818597
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE2 #DCE2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC9 #BFC9FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DA0 #8DA0FB | BordersInactive statesPlaceholder text |
| 400 | 526E #526EFA | Disabled statesSecondary iconsMuted text |
| 500 | 2044 #2044F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 072A #072ADA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0521 #0521AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0418 #04187C | Text on light backgroundsHeadingsStrong borders |
| 900 | 020F #020F4F | 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: #DCE2FE;
--royal-blue-200: #BFC9FD;
--royal-blue-300: #8DA0FB;
--royal-blue-400: #526EFA;
--royal-blue-500: #2044F8;
--royal-blue-600: #072ADA;
--royal-blue-700: #0521AD;
--royal-blue-800: #04187C;
--royal-blue-900: #020F4F;
--royal-blue-950: #020A31;
}