Royal Blue
#5D66EF
BlueColor Codes
All color formats for development
HEX
#5D66EFRGB
rgb(93, 102, 239)HSL
hsl(236, 82%, 65%)OKLCH
oklch(0.58 0.203 275.3)CMYK
cmyk(61%, 57%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E4AEC
2#202EE9
3#1522D3
4#121DB5
5#0F1897
6#0C1379
7#090E5A
8#060A3C
9#03051E
Tints
Lighter variations
1#6D76F1
2#7D85F2
3#8D94F4
4#9EA3F5
5#AEB3F7
6#BEC2F9
7#CED1FA
8#DFE0FC
9#EFF0FD
Tones
Muted variations
1#646DE8
2#6B73E0
3#7379D9
4#7A80D2
5#8186CA
6#888CC3
7#9093BC
8#9799B4
9#9E9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE0 #DFE0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C6 #C3C6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 949B #949BF4 | BordersInactive statesPlaceholder text |
| 400 | 5D66 #5D66EF | Disabled statesSecondary iconsMuted text |
| 500 | 2E3B #2E3BEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1420 #1420CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 101A #101AA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B12 #0B1274 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070C #070C4A | Primary textHigh emphasis contentDark headings |
| 950 | 0507 #05072E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F2FE;
--royal-blue-100: #DFE0FC;
--royal-blue-200: #C3C6F9;
--royal-blue-300: #949BF4;
--royal-blue-400: #5D66EF;
--royal-blue-500: #2E3BEA;
--royal-blue-600: #1420CC;
--royal-blue-700: #101AA2;
--royal-blue-800: #0B1274;
--royal-blue-900: #070C4A;
--royal-blue-950: #05072E;
}