Royal Blue
#5B74F1
BlueColor Codes
All color formats for development
HEX
#5B74F1RGB
rgb(91, 116, 241)HSL
hsl(230, 84%, 65%)OKLCH
oklch(0.606 0.189 271.2)CMYK
cmyk(62%, 52%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C5AEE
2#1E40EB
3#1333D5
4#102CB7
5#0D2498
6#0B1D7A
7#08165B
8#050F3D
9#03071E
Tints
Lighter variations
1#6B82F2
2#7C90F4
3#8C9EF5
4#9CABF6
5#ADB9F8
6#BDC7F9
7#CED5FB
8#DEE3FC
9#EFF1FE
Tones
Muted variations
1#6279E9
2#6A7EE2
3#7183DA
4#7988D3
5#808DCB
6#8892C4
7#8F97BC
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 | DEE3 #DEE3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CB #C2CBFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93A4 #93A4F6 | BordersInactive statesPlaceholder text |
| 400 | 5B74 #5B74F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C4C #2C4CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1231 #1231CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E27 #0E27A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A1C #0A1C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0712 #07124B | 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: #C2CBFA;
--royal-blue-300: #93A4F6;
--royal-blue-400: #5B74F1;
--royal-blue-500: #2C4CED;
--royal-blue-600: #1231CE;
--royal-blue-700: #0E27A4;
--royal-blue-800: #0A1C75;
--royal-blue-900: #07124B;
--royal-blue-950: #040B2F;
}