Royal Blue
#5F7EEC
BlueColor Codes
All color formats for development
HEX
#5F7EECRGB
rgb(95, 126, 236)HSL
hsl(227, 79%, 65%)OKLCH
oklch(0.624 0.169 269.2)CMYK
cmyk(60%, 47%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4266E9
2#244EE5
3#1840D0
4#1537B2
5#112E94
6#0E2577
7#0A1B59
8#07123B
9#03091E
Tints
Lighter variations
1#6F8BEE
2#7F98F0
3#8FA5F2
4#9FB1F4
5#AFBEF6
6#BFCBF8
7#CFD8F9
8#DFE5FB
9#EFF2FD
Tones
Muted variations
1#6682E5
2#6D86DE
3#748AD7
4#7B8ED0
5#8292C9
6#8A96C2
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 | DFE5 #DFE5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CF #C4CFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96AA #96AAF3 | BordersInactive statesPlaceholder text |
| 400 | 5F7E #5F7EEC | Disabled statesSecondary iconsMuted text |
| 500 | 3259 #3259E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 183E #183EC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1331 #1331A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D23 #0D2372 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0917 #091749 | Primary textHigh emphasis contentDark headings |
| 950 | 050E #050E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F4FD;
--royal-blue-100: #DFE5FB;
--royal-blue-200: #C4CFF8;
--royal-blue-300: #96AAF3;
--royal-blue-400: #5F7EEC;
--royal-blue-500: #3259E7;
--royal-blue-600: #183EC9;
--royal-blue-700: #1331A0;
--royal-blue-800: #0D2372;
--royal-blue-900: #091749;
--royal-blue-950: #050E2E;
}