Royal Blue
#5F79EC
BlueColor Codes
All color formats for development
HEX
#5F79ECRGB
rgb(95, 121, 236)HSL
hsl(229, 79%, 65%)OKLCH
oklch(0.614 0.175 270.9)CMYK
cmyk(60%, 49%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4260E9
2#2447E5
3#183AD0
4#1532B2
5#112994
6#0E2177
7#0A1959
8#07113B
9#03081E
Tints
Lighter variations
1#6F86EE
2#7F94F0
3#8FA1F2
4#9FAFF4
5#AFBCF6
6#BFC9F8
7#CFD7F9
8#DFE4FB
9#EFF2FD
Tones
Muted variations
1#667EE5
2#6D82DE
3#7486D7
4#7B8BD0
5#828FC9
6#8A94C2
7#9198BB
8#989DB4
9#9FA1AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE4 #DFE4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CD #C4CDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96A7 #96A7F3 | BordersInactive statesPlaceholder text |
| 400 | 5F79 #5F79EC | Disabled statesSecondary iconsMuted text |
| 500 | 3253 #3253E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1838 #1838C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 132D #132DA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D20 #0D2072 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0914 #091449 | Primary textHigh emphasis contentDark headings |
| 950 | 050D #050D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F4FD;
--royal-blue-100: #DFE4FB;
--royal-blue-200: #C4CDF8;
--royal-blue-300: #96A7F3;
--royal-blue-400: #5F79EC;
--royal-blue-500: #3253E7;
--royal-blue-600: #1838C9;
--royal-blue-700: #132DA0;
--royal-blue-800: #0D2072;
--royal-blue-900: #091449;
--royal-blue-950: #050D2E;
}