Royal Blue
#5D7FEF
BlueColor Codes
All color formats for development
HEX
#5D7FEFRGB
rgb(93, 127, 239)HSL
hsl(226, 82%, 65%)OKLCH
oklch(0.627 0.172 268.4)CMYK
cmyk(61%, 47%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E67EC
2#204FE9
3#1541D3
4#1238B5
5#0F2F97
6#0C2579
7#091C5A
8#06133C
9#03091E
Tints
Lighter variations
1#6D8CF1
2#7D98F2
3#8DA5F4
4#9EB2F5
5#AEBFF7
6#BECCF9
7#CED9FA
8#DFE5FC
9#EFF2FD
Tones
Muted variations
1#6483E8
2#6B87E0
3#738AD9
4#7A8ED2
5#8192CA
6#8896C3
7#909ABC
8#979EB4
9#9EA2AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE5 #DFE5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CF #C3CFF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94AB #94ABF4 | BordersInactive statesPlaceholder text |
| 400 | 5D7F #5D7FEF | Disabled statesSecondary iconsMuted text |
| 500 | 2E5A #2E5AEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 143F #143FCC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1032 #1032A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B24 #0B2474 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0717 #07174A | 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: #F1F4FE;
--royal-blue-100: #DFE5FC;
--royal-blue-200: #C3CFF9;
--royal-blue-300: #94ABF4;
--royal-blue-400: #5D7FEF;
--royal-blue-500: #2E5AEA;
--royal-blue-600: #143FCC;
--royal-blue-700: #1032A2;
--royal-blue-800: #0B2474;
--royal-blue-900: #07174A;
--royal-blue-950: #050E2E;
}