Royal Blue
#5D5DEE
BlueColor Codes
All color formats for development
HEX
#5D5DEERGB
rgb(93, 93, 238)HSL
hsl(240, 81%, 65%)OKLCH
oklch(0.564 0.212 277.1)CMYK
cmyk(61%, 61%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F3FEB
2#2121E8
3#1616D2
4#1313B4
5#101096
6#0D0D78
7#09095A
8#06063C
9#03031E
Tints
Lighter variations
1#6E6EF0
2#7E7EF1
3#8E8EF3
4#9E9EF5
5#AEAEF7
6#BEBEF8
7#CFCFFA
8#DFDFFC
9#EFEFFD
Tones
Muted variations
1#6565E7
2#6C6CE0
3#7373D8
4#7A7AD1
5#8282CA
6#8989C3
7#9090BB
8#9797B4
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 | C3C3 #C3C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9595 #9595F4 | BordersInactive statesPlaceholder text |
| 400 | 5D5D #5D5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 2F2F #2F2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1515 #1515CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1111 #1111A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C0C #0C0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0808 #08084A | 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: #9595F4;
--royal-blue-400: #5D5DEE;
--royal-blue-500: #2F2FE9;
--royal-blue-600: #1515CB;
--royal-blue-700: #1111A2;
--royal-blue-800: #0C0C73;
--royal-blue-900: #08084A;
--royal-blue-950: #05052E;
}