Royal Blue
#5273FA
BlueColor Codes
All color formats for development
HEX
#5273FARGB
rgb(82, 115, 250)HSL
hsl(228, 94%, 65%)OKLCH
oklch(0.606 0.204 269.1)CMYK
cmyk(67%, 54%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3259F9
2#1240F8
3#0733E1
4#062BC1
5#0524A1
6#041D81
7#031660
8#020E40
9#010720
Tints
Lighter variations
1#6381FA
2#748FFB
3#869DFB
4#97ABFC
5#A8B9FC
6#BAC7FD
7#CBD5FD
8#DCE3FE
9#EEF1FE
Tones
Muted variations
1#5A78F1
2#637DE9
3#6B83E0
4#7388D8
5#7C8DD0
6#8492C7
7#8D97BF
8#959CB7
9#9DA1AE
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 | BFCB #BFCBFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DA3 #8DA3FB | BordersInactive statesPlaceholder text |
| 400 | 5273 #5273FA | Disabled statesSecondary iconsMuted text |
| 500 | 204C #204CF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0731 #0731DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0527 #0527AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 041C #041C7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0212 #02124F | Primary textHigh emphasis contentDark headings |
| 950 | 020B #020B31 | 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: #BFCBFD;
--royal-blue-300: #8DA3FB;
--royal-blue-400: #5273FA;
--royal-blue-500: #204CF8;
--royal-blue-600: #0731DA;
--royal-blue-700: #0527AD;
--royal-blue-800: #041C7C;
--royal-blue-900: #02124F;
--royal-blue-950: #020B31;
}