Royal Blue
#526BFA
BlueColor Codes
All color formats for development
HEX
#526BFARGB
rgb(82, 107, 250)HSL
hsl(231, 94%, 65%)OKLCH
oklch(0.591 0.214 270.8)CMYK
cmyk(67%, 57%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3250F9
2#1234F8
3#0728E1
4#0622C1
5#051CA1
6#041781
7#031160
8#020B40
9#010620
Tints
Lighter variations
1#637AFA
2#7489FB
3#8697FB
4#97A6FC
5#A8B5FC
6#BAC4FD
7#CBD3FD
8#DCE1FE
9#EEF0FE
Tones
Muted variations
1#5A71F1
2#6377E9
3#6B7DE0
4#7383D8
5#7C88D0
6#848EC7
7#8D94BF
8#959AB7
9#9DA0AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE1 #DCE1FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC8 #BFC8FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D9E #8D9EFB | BordersInactive statesPlaceholder text |
| 400 | 526B #526BFA | Disabled statesSecondary iconsMuted text |
| 500 | 2041 #2041F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0726 #0726DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 051F #051FAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0416 #04167C | Text on light backgroundsHeadingsStrong borders |
| 900 | 020E #020E4F | Primary textHigh emphasis contentDark headings |
| 950 | 0209 #020931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F2FF;
--royal-blue-100: #DCE1FE;
--royal-blue-200: #BFC8FD;
--royal-blue-300: #8D9EFB;
--royal-blue-400: #526BFA;
--royal-blue-500: #2041F8;
--royal-blue-600: #0726DA;
--royal-blue-700: #051FAD;
--royal-blue-800: #04167C;
--royal-blue-900: #020E4F;
--royal-blue-950: #020931;
}