Royal Blue
#5F9AEC
BlueColor Codes
All color formats for development
HEX
#5F9AECRGB
rgb(95, 154, 236)HSL
hsl(215, 79%, 65%)OKLCH
oklch(0.682 0.137 256.9)CMYK
cmyk(60%, 35%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4287E9
2#2474E5
3#1865D0
4#1556B2
5#114894
6#0E3A77
7#0A2B59
8#071D3B
9#030E1E
Tints
Lighter variations
1#6FA4EE
2#7FAEF0
3#8FB8F2
4#9FC2F4
5#AFCCF6
6#BFD7F8
7#CFE1F9
8#DFEBFB
9#EFF5FD
Tones
Muted variations
1#669BE5
2#6D9CDE
3#749ED7
4#7B9FD0
5#82A0C9
6#8AA1C2
7#91A2BB
8#98A3B4
9#9FA5AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEB #DFEBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D9 #C4D9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96BD #96BDF3 | BordersInactive statesPlaceholder text |
| 400 | 5F9A #5F9AEC | Disabled statesSecondary iconsMuted text |
| 500 | 327D #327DE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1861 #1861C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 134D #134DA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D37 #0D3772 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0923 #092349 | Primary textHigh emphasis contentDark headings |
| 950 | 0516 #05162E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F6FD;
--royal-blue-100: #DFEBFB;
--royal-blue-200: #C4D9F8;
--royal-blue-300: #96BDF3;
--royal-blue-400: #5F9AEC;
--royal-blue-500: #327DE7;
--royal-blue-600: #1861C9;
--royal-blue-700: #134DA0;
--royal-blue-800: #0D3772;
--royal-blue-900: #092349;
--royal-blue-950: #05162E;
}