Royal Blue
#5292FA
BlueColor Codes
All color formats for development
HEX
#5292FARGB
rgb(82, 146, 250)HSL
hsl(217, 94%, 65%)OKLCH
oklch(0.668 0.168 259.6)CMYK
cmyk(67%, 42%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#327EF9
2#126AF8
3#075BE1
4#064EC1
5#0541A1
6#043481
7#032760
8#021A40
9#010D20
Tints
Lighter variations
1#639DFA
2#74A8FB
3#86B3FB
4#97BEFC
5#A8C9FC
6#BAD3FD
7#CBDEFD
8#DCE9FE
9#EEF4FE
Tones
Muted variations
1#5A94F1
2#6396E9
3#6B98E0
4#739AD8
5#7C9CD0
6#849EC7
7#8DA0BF
8#95A2B7
9#9DA4AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE9 #DCE9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD7 #BFD7FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DB7 #8DB7FB | BordersInactive statesPlaceholder text |
| 400 | 5292 #5292FA | Disabled statesSecondary iconsMuted text |
| 500 | 2073 #2073F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0758 #0758DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0546 #0546AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0432 #04327C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0220 #02204F | Primary textHigh emphasis contentDark headings |
| 950 | 0214 #021431 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F6FF;
--royal-blue-100: #DCE9FE;
--royal-blue-200: #BFD7FD;
--royal-blue-300: #8DB7FB;
--royal-blue-400: #5292FA;
--royal-blue-500: #2073F8;
--royal-blue-600: #0758DA;
--royal-blue-700: #0546AD;
--royal-blue-800: #04327C;
--royal-blue-900: #02204F;
--royal-blue-950: #021431;
}