Royal Blue
#5D65EE
BlueColor Codes
All color formats for development
HEX
#5D65EERGB
rgb(93, 101, 238)HSL
hsl(237, 81%, 65%)OKLCH
oklch(0.577 0.203 275.5)CMYK
cmyk(61%, 58%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F48EB
2#212BE8
3#161FD2
4#131BB4
5#101696
6#0D1278
7#090D5A
8#06093C
9#03041E
Tints
Lighter variations
1#6E74F0
2#7E84F1
3#8E93F3
4#9EA2F5
5#AEB2F7
6#BEC1F8
7#CFD1FA
8#DFE0FC
9#EFF0FD
Tones
Muted variations
1#656BE7
2#6C72E0
3#7378D8
4#7A7FD1
5#8285CA
6#898CC3
7#9092BB
8#9799B4
9#9F9FAD
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 | 959A #959AF4 | BordersInactive statesPlaceholder text |
| 400 | 5D65 #5D65EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F39 #2F39E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 151E #151ECB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1118 #1118A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C11 #0C1173 | Text on light backgroundsHeadingsStrong borders |
| 900 | 080B #080B4A | 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: #959AF4;
--royal-blue-400: #5D65EE;
--royal-blue-500: #2F39E9;
--royal-blue-600: #151ECB;
--royal-blue-700: #1118A2;
--royal-blue-800: #0C1173;
--royal-blue-900: #080B4A;
--royal-blue-950: #05072E;
}