Royal Blue
#5D6EEE
BlueColor Codes
All color formats for development
HEX
#5D6EEERGB
rgb(93, 110, 238)HSL
hsl(233, 81%, 65%)OKLCH
oklch(0.594 0.192 273.4)CMYK
cmyk(61%, 54%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F53EB
2#2139E8
3#162CD2
4#1326B4
5#101F96
6#0D1978
7#09135A
8#060D3C
9#03061E
Tints
Lighter variations
1#6E7DF0
2#7E8BF1
3#8E9AF3
4#9EA8F5
5#AEB7F7
6#BEC5F8
7#CFD4FA
8#DFE2FC
9#EFF1FD
Tones
Muted variations
1#6574E7
2#6C79E0
3#737FD8
4#7A84D1
5#828ACA
6#8990C3
7#9095BB
8#979BB4
9#9FA0AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE2 #DFE2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C9 #C3C9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A0 #95A0F4 | BordersInactive statesPlaceholder text |
| 400 | 5D6E #5D6EEE | Disabled statesSecondary iconsMuted text |
| 500 | 2F45 #2F45E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 152B #152BCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1122 #1122A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C18 #0C1873 | Text on light backgroundsHeadingsStrong borders |
| 900 | 080F #080F4A | Primary textHigh emphasis contentDark headings |
| 950 | 050A #050A2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FE;
--royal-blue-100: #DFE2FC;
--royal-blue-200: #C3C9F9;
--royal-blue-300: #95A0F4;
--royal-blue-400: #5D6EEE;
--royal-blue-500: #2F45E9;
--royal-blue-600: #152BCB;
--royal-blue-700: #1122A2;
--royal-blue-800: #0C1873;
--royal-blue-900: #080F4A;
--royal-blue-950: #050A2E;
}