Royal Blue
#5F74EC
BlueColor Codes
All color formats for development
HEX
#5F74ECRGB
rgb(95, 116, 236)HSL
hsl(231, 79%, 65%)OKLCH
oklch(0.605 0.181 272.4)CMYK
cmyk(60%, 51%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#425BE9
2#2441E5
3#1834D0
4#152CB2
5#112594
6#0E1E77
7#0A1659
8#070F3B
9#03071E
Tints
Lighter variations
1#6F82EE
2#7F90F0
3#8F9EF2
4#9FACF4
5#AFBAF6
6#BFC8F8
7#CFD5F9
8#DFE3FB
9#EFF1FD
Tones
Muted variations
1#6679E5
2#6D7EDE
3#7483D7
4#7B88D0
5#828DC9
6#8A92C2
7#9197BB
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 | DFE3 #DFE3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CC #C4CCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96A4 #96A4F3 | BordersInactive statesPlaceholder text |
| 400 | 5F74 #5F74EC | Disabled statesSecondary iconsMuted text |
| 500 | 324D #324DE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1832 #1832C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1328 #1328A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D1C #0D1C72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0912 #091249 | Primary textHigh emphasis contentDark headings |
| 950 | 050B #050B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FD;
--royal-blue-100: #DFE3FB;
--royal-blue-200: #C4CCF8;
--royal-blue-300: #96A4F3;
--royal-blue-400: #5F74EC;
--royal-blue-500: #324DE7;
--royal-blue-600: #1832C9;
--royal-blue-700: #1328A0;
--royal-blue-800: #0D1C72;
--royal-blue-900: #091249;
--royal-blue-950: #050B2E;
}