Royal Blue
#5D60EE
BlueColor Codes
All color formats for development
HEX
#5D60EERGB
rgb(93, 96, 238)HSL
hsl(239, 81%, 65%)OKLCH
oklch(0.569 0.209 276.6)CMYK
cmyk(61%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F42EB
2#2125E8
3#1619D2
4#1316B4
5#101296
6#0D0E78
7#090B5A
8#06073C
9#03041E
Tints
Lighter variations
1#6E70F0
2#7E80F1
3#8E90F3
4#9EA0F5
5#AEAFF7
6#BEBFF8
7#CFCFFA
8#DFDFFC
9#EFEFFD
Tones
Muted variations
1#6567E7
2#6C6EE0
3#7375D8
4#7A7CD1
5#8283CA
6#898AC3
7#9091BB
8#9798B4
9#9F9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C4 #C3C4F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9596 #9596F4 | BordersInactive statesPlaceholder text |
| 400 | 5D60 #5D60EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F32 #2F32E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1518 #1518CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1113 #1113A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C0E #0C0E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0809 #08094A | Primary textHigh emphasis contentDark headings |
| 950 | 0506 #05062E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F1FE;
--royal-blue-100: #DFDFFC;
--royal-blue-200: #C3C4F9;
--royal-blue-300: #9596F4;
--royal-blue-400: #5D60EE;
--royal-blue-500: #2F32E9;
--royal-blue-600: #1518CB;
--royal-blue-700: #1113A2;
--royal-blue-800: #0C0E73;
--royal-blue-900: #08094A;
--royal-blue-950: #05062E;
}