Royal Blue
#5F9CEC
BlueColor Codes
All color formats for development
HEX
#5F9CECRGB
rgb(95, 156, 236)HSL
hsl(214, 79%, 65%)OKLCH
oklch(0.687 0.135 255.8)CMYK
cmyk(60%, 34%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#428AE9
2#2478E5
3#1868D0
4#1559B2
5#114A94
6#0E3B77
7#0A2C59
8#071E3B
9#030F1E
Tints
Lighter variations
1#6FA6EE
2#7FB0F0
3#8FBAF2
4#9FC4F4
5#AFCEF6
6#BFD8F8
7#CFE1F9
8#DFEBFB
9#EFF5FD
Tones
Muted variations
1#669DE5
2#6D9EDE
3#749FD7
4#7BA0D0
5#82A1C9
6#8AA2C2
7#91A3BB
8#98A4B4
9#9FA5AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEB #DFEBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DA #C4DAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96BE #96BEF3 | BordersInactive statesPlaceholder text |
| 400 | 5F9C #5F9CEC | Disabled statesSecondary iconsMuted text |
| 500 | 3280 #3280E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1864 #1864C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1350 #1350A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D39 #0D3972 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0925 #092549 | Primary textHigh emphasis contentDark headings |
| 950 | 0517 #05172E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F7FD;
--royal-blue-100: #DFEBFB;
--royal-blue-200: #C4DAF8;
--royal-blue-300: #96BEF3;
--royal-blue-400: #5F9CEC;
--royal-blue-500: #3280E7;
--royal-blue-600: #1864C9;
--royal-blue-700: #1350A0;
--royal-blue-800: #0D3972;
--royal-blue-900: #092549;
--royal-blue-950: #05172E;
}