Royal Blue
#5279FA
BlueColor Codes
All color formats for development
HEX
#5279FARGB
rgb(82, 121, 250)HSL
hsl(226, 94%, 65%)OKLCH
oklch(0.617 0.197 267.6)CMYK
cmyk(67%, 52%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3260F9
2#1247F8
3#073AE1
4#0632C1
5#0529A1
6#042181
7#031960
8#021140
9#010820
Tints
Lighter variations
1#6386FA
2#7494FB
3#86A1FB
4#97AFFC
5#A8BCFC
6#BAC9FD
7#CBD7FD
8#DCE4FE
9#EEF2FE
Tones
Muted variations
1#5A7DF1
2#6382E9
3#6B86E0
4#738BD8
5#7C8FD0
6#8494C7
7#8D98BF
8#959DB7
9#9DA1AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE4 #DCE4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCD #BFCDFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DA7 #8DA7FB | BordersInactive statesPlaceholder text |
| 400 | 5279 #5279FA | Disabled statesSecondary iconsMuted text |
| 500 | 2053 #2053F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0738 #0738DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 052D #052DAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0420 #04207C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0214 #02144F | Primary textHigh emphasis contentDark headings |
| 950 | 020D #020D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F4FF;
--royal-blue-100: #DCE4FE;
--royal-blue-200: #BFCDFD;
--royal-blue-300: #8DA7FB;
--royal-blue-400: #5279FA;
--royal-blue-500: #2053F8;
--royal-blue-600: #0738DA;
--royal-blue-700: #052DAD;
--royal-blue-800: #04207C;
--royal-blue-900: #02144F;
--royal-blue-950: #020D31;
}