Royal Blue
#5F77EC
BlueColor Codes
All color formats for development
HEX
#5F77ECRGB
rgb(95, 119, 236)HSL
hsl(230, 79%, 65%)OKLCH
oklch(0.611 0.177 271.5)CMYK
cmyk(60%, 50%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#425DE9
2#2444E5
3#1837D0
4#152FB2
5#112794
6#0E1F77
7#0A1859
8#07103B
9#03081E
Tints
Lighter variations
1#6F84EE
2#7F92F0
3#8FA0F2
4#9FADF4
5#AFBBF6
6#BFC8F8
7#CFD6F9
8#DFE4FB
9#EFF1FD
Tones
Muted variations
1#667BE5
2#6D80DE
3#7485D7
4#7B8AD0
5#828EC9
6#8A93C2
7#9198BB
8#989CB4
9#9FA1AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE4 #DFE4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CC #C4CCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96A5 #96A5F3 | BordersInactive statesPlaceholder text |
| 400 | 5F77 #5F77EC | Disabled statesSecondary iconsMuted text |
| 500 | 3250 #3250E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1835 #1835C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 132A #132AA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D1E #0D1E72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0913 #091349 | Primary textHigh emphasis contentDark headings |
| 950 | 050C #050C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FD;
--royal-blue-100: #DFE4FB;
--royal-blue-200: #C4CCF8;
--royal-blue-300: #96A5F3;
--royal-blue-400: #5F77EC;
--royal-blue-500: #3250E7;
--royal-blue-600: #1835C9;
--royal-blue-700: #132AA0;
--royal-blue-800: #0D1E72;
--royal-blue-900: #091349;
--royal-blue-950: #050C2E;
}