Royal Blue
#5D7AEF
BlueColor Codes
All color formats for development
HEX
#5D7AEFRGB
rgb(93, 122, 239)HSL
hsl(228, 82%, 65%)OKLCH
oklch(0.617 0.178 270)CMYK
cmyk(61%, 49%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E61EC
2#2048E9
3#153BD3
4#1233B5
5#0F2A97
6#0C2279
7#09195A
8#06113C
9#03081E
Tints
Lighter variations
1#6D87F1
2#7D94F2
3#8DA2F4
4#9EAFF5
5#AEBCF7
6#BECAF9
7#CED7FA
8#DFE4FC
9#EFF2FD
Tones
Muted variations
1#647EE8
2#6B83E0
3#7387D9
4#7A8BD2
5#8190CA
6#8894C3
7#9099BC
8#979DB4
9#9EA1AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE4 #DFE4FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CE #C3CEF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94A7 #94A7F4 | BordersInactive statesPlaceholder text |
| 400 | 5D7A #5D7AEF | Disabled statesSecondary iconsMuted text |
| 500 | 2E54 #2E54EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1439 #1439CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 102D #102DA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B20 #0B2074 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0715 #07154A | Primary textHigh emphasis contentDark headings |
| 950 | 050D #050D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F4FE;
--royal-blue-100: #DFE4FC;
--royal-blue-200: #C3CEF9;
--royal-blue-300: #94A7F4;
--royal-blue-400: #5D7AEF;
--royal-blue-500: #2E54EA;
--royal-blue-600: #1439CC;
--royal-blue-700: #102DA2;
--royal-blue-800: #0B2074;
--royal-blue-900: #07154A;
--royal-blue-950: #050D2E;
}