Royal Blue
#5D62EE
BlueColor Codes
All color formats for development
HEX
#5D62EERGB
rgb(93, 98, 238)HSL
hsl(238, 81%, 65%)OKLCH
oklch(0.572 0.206 276.2)CMYK
cmyk(61%, 59%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F45EB
2#2128E8
3#161CD2
4#1318B4
5#101496
6#0D1078
7#090C5A
8#06083C
9#03041E
Tints
Lighter variations
1#6E72F0
2#7E82F1
3#8E91F3
4#9EA1F5
5#AEB1F7
6#BEC0F8
7#CFD0FA
8#DFE0FC
9#EFEFFD
Tones
Muted variations
1#6569E7
2#6C70E0
3#7377D8
4#7A7DD1
5#8284CA
6#898BC3
7#9092BB
8#9798B4
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 | C3C5 #C3C5F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9598 #9598F4 | BordersInactive statesPlaceholder text |
| 400 | 5D62 #5D62EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F35 #2F35E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 151B #151BCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1116 #1116A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C10 #0C1073 | Text on light backgroundsHeadingsStrong borders |
| 900 | 080A #080A4A | Primary textHigh emphasis contentDark headings |
| 950 | 0506 #05062E | 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: #C3C5F9;
--royal-blue-300: #9598F4;
--royal-blue-400: #5D62EE;
--royal-blue-500: #2F35E9;
--royal-blue-600: #151BCB;
--royal-blue-700: #1116A2;
--royal-blue-800: #0C1073;
--royal-blue-900: #080A4A;
--royal-blue-950: #05062E;
}