Royal Blue
#5D73EE
BlueColor Codes
All color formats for development
HEX
#5D73EERGB
rgb(93, 115, 238)HSL
hsl(231, 81%, 65%)OKLCH
oklch(0.603 0.185 272.1)CMYK
cmyk(61%, 52%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F59EB
2#213FE8
3#1632D2
4#132BB4
5#102496
6#0D1D78
7#09165A
8#060E3C
9#03071E
Tints
Lighter variations
1#6E81F0
2#7E8FF1
3#8E9DF3
4#9EABF5
5#AEB9F7
6#BEC7F8
7#CFD5FA
8#DFE3FC
9#EFF1FD
Tones
Muted variations
1#6578E7
2#6C7DE0
3#7382D8
4#7A87D1
5#828CCA
6#8992C3
7#9097BB
8#979CB4
9#9FA1AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE3 #DFE3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CB #C3CBF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A3 #95A3F4 | BordersInactive statesPlaceholder text |
| 400 | 5D73 #5D73EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F4B #2F4BE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1531 #1531CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1127 #1127A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C1C #0C1C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0812 #08124A | Primary textHigh emphasis contentDark headings |
| 950 | 050B #050B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FE;
--royal-blue-100: #DFE3FC;
--royal-blue-200: #C3CBF9;
--royal-blue-300: #95A3F4;
--royal-blue-400: #5D73EE;
--royal-blue-500: #2F4BE9;
--royal-blue-600: #1531CB;
--royal-blue-700: #1127A2;
--royal-blue-800: #0C1C73;
--royal-blue-900: #08124A;
--royal-blue-950: #050B2E;
}