Royal Blue
#5A76F2
BlueColor Codes
All color formats for development
HEX
#5A76F2RGB
rgb(90, 118, 242)HSL
hsl(229, 85%, 65%)OKLCH
oklch(0.61 0.188 270.4)CMYK
cmyk(63%, 51%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B5CEF
2#1D43ED
3#1136D7
4#0F2EB8
5#0C2699
6#0A1F7B
7#07175C
8#050F3D
9#02081F
Tints
Lighter variations
1#6A83F3
2#7B91F4
3#8B9FF6
4#9CADF7
5#ACBAF8
6#BDC8FA
7#CDD6FB
8#DEE4FC
9#EEF1FE
Tones
Muted variations
1#617BEA
2#697FE2
3#7184DB
4#7889D3
5#808ECC
6#8793C4
7#8F97BD
8#979CB5
9#9EA1AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE4 #DEE4FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CC #C2CCFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92A5 #92A5F6 | BordersInactive statesPlaceholder text |
| 400 | 5A76 #5A76F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B4E #2B4EEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1134 #1134D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D29 #0D29A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A1D #0A1D76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0613 #06134B | Primary textHigh emphasis contentDark headings |
| 950 | 040C #040C2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FE;
--royal-blue-100: #DEE4FC;
--royal-blue-200: #C2CCFA;
--royal-blue-300: #92A5F6;
--royal-blue-400: #5A76F2;
--royal-blue-500: #2B4EEE;
--royal-blue-600: #1134D0;
--royal-blue-700: #0D29A5;
--royal-blue-800: #0A1D76;
--royal-blue-900: #06134B;
--royal-blue-950: #040C2F;
}