Royal Blue
#5E5EED
BlueColor Codes
All color formats for development
HEX
#5E5EEDRGB
rgb(94, 94, 237)HSL
hsl(240, 80%, 65%)OKLCH
oklch(0.565 0.21 277.3)CMYK
cmyk(60%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4141EA
2#2323E7
3#1717D1
4#1414B3
5#111195
6#0D0D77
7#0A0A5A
8#07073C
9#03031E
Tints
Lighter variations
1#6E6EEF
2#7E7EF1
3#8F8FF3
4#9F9FF4
5#AFAFF6
6#BFBFF8
7#CFCFFA
8#DFDFFB
9#EFEFFD
Tones
Muted variations
1#6565E6
2#6D6DDF
3#7474D8
4#7B7BD1
5#8282C9
6#8989C2
7#9090BB
8#9797B4
9#9F9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C3 #C3C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9595 #9595F3 | BordersInactive statesPlaceholder text |
| 400 | 5E5E #5E5EED | Disabled statesSecondary iconsMuted text |
| 500 | 3030 #3030E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1616 #1616CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1212 #1212A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D0D #0D0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0808 #080849 | 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: #F1F1FD;
--royal-blue-100: #DFDFFB;
--royal-blue-200: #C3C3F8;
--royal-blue-300: #9595F3;
--royal-blue-400: #5E5EED;
--royal-blue-500: #3030E8;
--royal-blue-600: #1616CA;
--royal-blue-700: #1212A1;
--royal-blue-800: #0D0D73;
--royal-blue-900: #080849;
--royal-blue-950: #05052E;
}