Royal Blue
#5B60F1
BlueColor Codes
All color formats for development
HEX
#5B60F1RGB
rgb(91, 96, 241)HSL
hsl(238, 84%, 65%)OKLCH
oklch(0.57 0.213 275.8)CMYK
cmyk(62%, 60%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C42EE
2#1E25EB
3#1319D5
4#1015B7
5#0D1298
6#0B0E7A
7#080B5B
8#05073D
9#03041E
Tints
Lighter variations
1#6B70F2
2#7C80F4
3#8C90F5
4#9C9FF6
5#ADAFF8
6#BDBFF9
7#CECFFB
8#DEDFFC
9#EFEFFE
Tones
Muted variations
1#6267E9
2#6A6EE2
3#7175DA
4#797CD3
5#8083CB
6#888AC4
7#8F91BC
8#9798B5
9#9E9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEDF #DEDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C4 #C2C4FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9396 #9396F6 | BordersInactive statesPlaceholder text |
| 400 | 5B60 #5B60F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C32 #2C32ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1218 #1218CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E13 #0E13A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A0E #0A0E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0709 #07094B | Primary textHigh emphasis contentDark headings |
| 950 | 0406 #04062F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F1FE;
--royal-blue-100: #DEDFFC;
--royal-blue-200: #C2C4FA;
--royal-blue-300: #9396F6;
--royal-blue-400: #5B60F1;
--royal-blue-500: #2C32ED;
--royal-blue-600: #1218CE;
--royal-blue-700: #0E13A4;
--royal-blue-800: #0A0E75;
--royal-blue-900: #07094B;
--royal-blue-950: #04062F;
}