Royal Blue
#5B76F1
BlueColor Codes
All color formats for development
HEX
#5B76F1RGB
rgb(91, 118, 241)HSL
hsl(229, 84%, 65%)OKLCH
oklch(0.61 0.186 270.6)CMYK
cmyk(62%, 51%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C5DEE
2#1E43EB
3#1336D5
4#102FB7
5#0D2798
6#0B1F7A
7#08175B
8#05103D
9#03081E
Tints
Lighter variations
1#6B84F2
2#7C92F4
3#8C9FF5
4#9CADF6
5#ADBBF8
6#BDC8F9
7#CED6FB
8#DEE4FC
9#EFF1FE
Tones
Muted variations
1#627BE9
2#6A80E2
3#7185DA
4#7989D3
5#808ECB
6#8893C4
7#8F98BC
8#979CB5
9#9EA1AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE4 #DEE4FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CC #C2CCFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93A5 #93A5F6 | BordersInactive statesPlaceholder text |
| 400 | 5B76 #5B76F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C4F #2C4FED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1235 #1235CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E2A #0E2AA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A1E #0A1E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0713 #07134B | Primary textHigh emphasis contentDark headings |
| 950 | 040C #040C2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FE;
--royal-blue-100: #DEE4FC;
--royal-blue-200: #C2CCFA;
--royal-blue-300: #93A5F6;
--royal-blue-400: #5B76F1;
--royal-blue-500: #2C4FED;
--royal-blue-600: #1235CE;
--royal-blue-700: #0E2AA4;
--royal-blue-800: #0A1E75;
--royal-blue-900: #07134B;
--royal-blue-950: #040C2F;
}