Royal Blue
#5260FA
BlueColor Codes
All color formats for development
HEX
#5260FARGB
rgb(82, 96, 250)HSL
hsl(235, 94%, 65%)OKLCH
oklch(0.572 0.227 272.9)CMYK
cmyk(67%, 62%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3242F9
2#1225F8
3#0719E1
4#0616C1
5#0512A1
6#040E81
7#030B60
8#020740
9#010420
Tints
Lighter variations
1#6370FA
2#7480FB
3#8690FB
4#97A0FC
5#A8AFFC
6#BABFFD
7#CBCFFD
8#DCDFFE
9#EEEFFE
Tones
Muted variations
1#5A67F1
2#636EE9
3#6B75E0
4#737CD8
5#7C83D0
6#848AC7
7#8D91BF
8#9598B7
9#9D9FAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDF #DCDFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC4 #BFC4FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D96 #8D96FB | BordersInactive statesPlaceholder text |
| 400 | 5260 #5260FA | Disabled statesSecondary iconsMuted text |
| 500 | 2032 #2032F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0718 #0718DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0513 #0513AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 040E #040E7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0209 #02094F | Primary textHigh emphasis contentDark headings |
| 950 | 0206 #020631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F1FF;
--royal-blue-100: #DCDFFE;
--royal-blue-200: #BFC4FD;
--royal-blue-300: #8D96FB;
--royal-blue-400: #5260FA;
--royal-blue-500: #2032F8;
--royal-blue-600: #0718DA;
--royal-blue-700: #0513AD;
--royal-blue-800: #040E7C;
--royal-blue-900: #02094F;
--royal-blue-950: #020631;
}