Royal Blue
#5B71F1
BlueColor Codes
All color formats for development
HEX
#5B71F1RGB
rgb(91, 113, 241)HSL
hsl(231, 84%, 65%)OKLCH
oklch(0.6 0.192 272)CMYK
cmyk(62%, 53%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C57EE
2#1E3DEB
3#1330D5
4#1029B7
5#0D2298
6#0B1B7A
7#08145B
8#050E3D
9#03071E
Tints
Lighter variations
1#6B7FF2
2#7C8EF4
3#8C9CF5
4#9CAAF6
5#ADB8F8
6#BDC6F9
7#CED4FB
8#DEE3FC
9#EFF1FE
Tones
Muted variations
1#6277E9
2#6A7CE2
3#7181DA
4#7986D3
5#808CCB
6#8891C4
7#8F96BC
8#979BB5
9#9EA1AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE3 #DEE3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CA #C2CAFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93A2 #93A2F6 | BordersInactive statesPlaceholder text |
| 400 | 5B71 #5B71F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C49 #2C49ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 122E #122ECE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E25 #0E25A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A1A #0A1A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0711 #07114B | Primary textHigh emphasis contentDark headings |
| 950 | 040B #040B2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FE;
--royal-blue-100: #DEE3FC;
--royal-blue-200: #C2CAFA;
--royal-blue-300: #93A2F6;
--royal-blue-400: #5B71F1;
--royal-blue-500: #2C49ED;
--royal-blue-600: #122ECE;
--royal-blue-700: #0E25A4;
--royal-blue-800: #0A1A75;
--royal-blue-900: #07114B;
--royal-blue-950: #040B2F;
}