Royal Blue
#528DFA
BlueColor Codes
All color formats for development
HEX
#528DFARGB
rgb(82, 141, 250)HSL
hsl(219, 94%, 65%)OKLCH
oklch(0.657 0.174 261.5)CMYK
cmyk(67%, 44%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3277F9
2#1262F8
3#0753E1
4#0647C1
5#053CA1
6#043081
7#032460
8#021840
9#010C20
Tints
Lighter variations
1#6398FA
2#74A3FB
3#86AFFB
4#97BAFC
5#A8C6FC
6#BAD1FD
7#CBDDFD
8#DCE8FE
9#EEF4FE
Tones
Muted variations
1#5A8FF1
2#6392E9
3#6B94E0
4#7397D8
5#7C99D0
6#849CC7
7#8D9EBF
8#95A1B7
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 | BFD5 #BFD5FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DB4 #8DB4FB | BordersInactive statesPlaceholder text |
| 400 | 528D #528DFA | Disabled statesSecondary iconsMuted text |
| 500 | 206C #206CF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0751 #0751DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0540 #0540AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 042E #042E7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 021D #021D4F | 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: #BFD5FD;
--royal-blue-300: #8DB4FB;
--royal-blue-400: #528DFA;
--royal-blue-500: #206CF8;
--royal-blue-600: #0751DA;
--royal-blue-700: #0540AD;
--royal-blue-800: #042E7C;
--royal-blue-900: #021D4F;
--royal-blue-950: #021231;
}