Royal Blue
#5B7BF1
BlueColor Codes
All color formats for development
HEX
#5B7BF1RGB
rgb(91, 123, 241)HSL
hsl(227, 84%, 65%)OKLCH
oklch(0.619 0.18 269.2)CMYK
cmyk(62%, 49%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C63EE
2#1E4AEB
3#133DD5
4#1034B7
5#0D2B98
6#0B237A
7#081A5B
8#05113D
9#03091E
Tints
Lighter variations
1#6B88F2
2#7C96F4
3#8CA3F5
4#9CB0F6
5#ADBDF8
6#BDCAF9
7#CED7FB
8#DEE5FC
9#EFF2FE
Tones
Muted variations
1#6280E9
2#6A84E2
3#7188DA
4#798CD3
5#8091CB
6#8895C4
7#8F99BC
8#979DB5
9#9EA2AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE5 #DEE5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CE #C2CEFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93A8 #93A8F6 | BordersInactive statesPlaceholder text |
| 400 | 5B7B #5B7BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C56 #2C56ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 123B #123BCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E2F #0E2FA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A21 #0A2175 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0715 #07154B | Primary textHigh emphasis contentDark headings |
| 950 | 040D #040D2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F4FE;
--royal-blue-100: #DEE5FC;
--royal-blue-200: #C2CEFA;
--royal-blue-300: #93A8F6;
--royal-blue-400: #5B7BF1;
--royal-blue-500: #2C56ED;
--royal-blue-600: #123BCE;
--royal-blue-700: #0E2FA4;
--royal-blue-800: #0A2175;
--royal-blue-900: #07154B;
--royal-blue-950: #040D2F;
}