Royal Blue
#528AFA
BlueColor Codes
All color formats for development
HEX
#528AFARGB
rgb(82, 138, 250)HSL
hsl(220, 94%, 65%)OKLCH
oklch(0.651 0.177 262.5)CMYK
cmyk(67%, 45%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3274F9
2#125EF8
3#0750E1
4#0644C1
5#0539A1
6#042E81
7#032260
8#021740
9#010B20
Tints
Lighter variations
1#6396FA
2#74A1FB
3#86ADFB
4#97B9FC
5#A8C4FC
6#BAD0FD
7#CBDCFD
8#DCE8FE
9#EEF3FE
Tones
Muted variations
1#5A8DF1
2#638FE9
3#6B92E0
4#7395D8
5#7C98D0
6#849BC7
7#8D9DBF
8#95A0B7
9#9DA3AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE8 #DCE8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD3 #BFD3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DB2 #8DB2FB | BordersInactive statesPlaceholder text |
| 400 | 528A #528AFA | Disabled statesSecondary iconsMuted text |
| 500 | 2068 #2068F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 074D #074DDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 053D #053DAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 042C #042C7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 021C #021C4F | Primary textHigh emphasis contentDark headings |
| 950 | 0212 #021231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F5FF;
--royal-blue-100: #DCE8FE;
--royal-blue-200: #BFD3FD;
--royal-blue-300: #8DB2FB;
--royal-blue-400: #528AFA;
--royal-blue-500: #2068F8;
--royal-blue-600: #074DDA;
--royal-blue-700: #053DAD;
--royal-blue-800: #042C7C;
--royal-blue-900: #021C4F;
--royal-blue-950: #021231;
}