Royal Blue
#2056F8
BlueColor Codes
All color formats for development
HEX
#2056F8RGB
rgb(32, 86, 248)HSL
hsl(225, 94%, 55%)OKLCH
oklch(0.533 0.247 264.6)CMYK
cmyk(87%, 65%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0843F5
2#073BDA
3#0634BE
4#052DA3
5#042588
6#031E6D
7#031652
8#020F36
9#01071B
Tints
Lighter variations
1#3767F9
2#4D78F9
3#6389FA
4#799AFB
5#90ABFC
6#A6BCFC
7#BCCCFD
8#D2DDFE
9#E9EEFE
Tones
Muted variations
1#2B5CED
2#3661E3
3#4166D8
4#4C6CCD
5#5671C2
6#6177B7
7#6C7CAD
8#7781A2
9#818797
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE5 #DCE5FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCE #BFCEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DA9 #8DA9FB | BordersInactive statesPlaceholder text |
| 400 | 527C #527CFA | Disabled statesSecondary iconsMuted text |
| 500 | 2056 #2056F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 073B #073BDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 052F #052FAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0422 #04227C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0216 #02164F | Primary textHigh emphasis contentDark headings |
| 950 | 020E #020E31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F4FF;
--royal-blue-100: #DCE5FE;
--royal-blue-200: #BFCEFD;
--royal-blue-300: #8DA9FB;
--royal-blue-400: #527CFA;
--royal-blue-500: #2056F8;
--royal-blue-600: #073BDA;
--royal-blue-700: #052FAD;
--royal-blue-800: #04227C;
--royal-blue-900: #02164F;
--royal-blue-950: #020E31;
}