Royal Blue
#5D71EE
BlueColor Codes
All color formats for development
HEX
#5D71EERGB
rgb(93, 113, 238)HSL
hsl(232, 81%, 65%)OKLCH
oklch(0.599 0.188 272.6)CMYK
cmyk(61%, 53%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F56EB
2#213CE8
3#162FD2
4#1328B4
5#102296
6#0D1B78
7#09145A
8#060D3C
9#03071E
Tints
Lighter variations
1#6E7FF0
2#7E8DF1
3#8E9BF3
4#9EAAF5
5#AEB8F7
6#BEC6F8
7#CFD4FA
8#DFE3FC
9#EFF1FD
Tones
Muted variations
1#6576E7
2#6C7BE0
3#7381D8
4#7A86D1
5#828BCA
6#8991C3
7#9096BB
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 | DFE3 #DFE3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CA #C3CAF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A2 #95A2F4 | BordersInactive statesPlaceholder text |
| 400 | 5D71 #5D71EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F48 #2F48E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 152E #152ECB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1124 #1124A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C1A #0C1A73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0811 #08114A | 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: #DFE3FC;
--royal-blue-200: #C3CAF9;
--royal-blue-300: #95A2F4;
--royal-blue-400: #5D71EE;
--royal-blue-500: #2F48E9;
--royal-blue-600: #152ECB;
--royal-blue-700: #1124A2;
--royal-blue-800: #0C1A73;
--royal-blue-900: #08114A;
--royal-blue-950: #050A2E;
}