Royal Blue
#5D5DEF
BlueColor Codes
All color formats for development
HEX
#5D5DEFRGB
rgb(93, 93, 239)HSL
hsl(240, 82%, 65%)OKLCH
oklch(0.565 0.214 277.1)CMYK
cmyk(61%, 61%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E3EEC
2#2020E9
3#1515D3
4#1212B5
5#0F0F97
6#0C0C79
7#09095A
8#06063C
9#03031E
Tints
Lighter variations
1#6D6DF1
2#7D7DF2
3#8D8DF4
4#9E9EF5
5#AEAEF7
6#BEBEF9
7#CECEFA
8#DFDFFC
9#EFEFFD
Tones
Muted variations
1#6464E8
2#6B6BE0
3#7373D9
4#7A7AD2
5#8181CA
6#8888C3
7#9090BC
8#9797B4
9#9E9EAD
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 | C3C3 #C3C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9494 #9494F4 | BordersInactive statesPlaceholder text |
| 400 | 5D5D #5D5DEF | Disabled statesSecondary iconsMuted text |
| 500 | 2E2E #2E2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1414 #1414CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1010 #1010A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B0B #0B0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0707 #07074A | Primary textHigh emphasis contentDark headings |
| 950 | 0505 #05052E | 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: #C3C3F9;
--royal-blue-300: #9494F4;
--royal-blue-400: #5D5DEF;
--royal-blue-500: #2E2EEA;
--royal-blue-600: #1414CC;
--royal-blue-700: #1010A2;
--royal-blue-800: #0B0B74;
--royal-blue-900: #07074A;
--royal-blue-950: #05052E;
}