Royal Blue
#5F80EC
BlueColor Codes
All color formats for development
HEX
#5F80ECRGB
rgb(95, 128, 236)HSL
hsl(226, 79%, 65%)OKLCH
oklch(0.628 0.166 268.5)CMYK
cmyk(60%, 46%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4269E9
2#2451E5
3#1843D0
4#153AB2
5#113094
6#0E2677
7#0A1D59
8#07133B
9#030A1E
Tints
Lighter variations
1#6F8DEE
2#7F9AF0
3#8FA6F2
4#9FB3F4
5#AFC0F6
6#BFCCF8
7#CFD9F9
8#DFE6FB
9#EFF2FD
Tones
Muted variations
1#6684E5
2#6D88DE
3#748BD7
4#7B8FD0
5#8293C9
6#8A97C2
7#919ABB
8#989EB4
9#9FA2AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE6 #DFE6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D0 #C4D0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96AC #96ACF3 | BordersInactive statesPlaceholder text |
| 400 | 5F80 #5F80EC | Disabled statesSecondary iconsMuted text |
| 500 | 325C #325CE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1841 #1841C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1334 #1334A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D25 #0D2572 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0918 #091849 | Primary textHigh emphasis contentDark headings |
| 950 | 050F #050F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F4FD;
--royal-blue-100: #DFE6FB;
--royal-blue-200: #C4D0F8;
--royal-blue-300: #96ACF3;
--royal-blue-400: #5F80EC;
--royal-blue-500: #325CE7;
--royal-blue-600: #1841C9;
--royal-blue-700: #1334A0;
--royal-blue-800: #0D2572;
--royal-blue-900: #091849;
--royal-blue-950: #050F2E;
}