Royal Blue
#5738E0
BlueColor Codes
All color formats for development
HEX
#5738E0RGB
rgb(87, 56, 224)HSL
hsl(251, 73%, 55%)OKLCH
oklch(0.493 0.237 281.8)CMYK
cmyk(61%, 75%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4422DA
2#3C1EC2
3#351BAA
4#2D1792
5#261379
6#1E0F61
7#170B49
8#0F0831
9#080418
Tints
Lighter variations
1#684CE3
2#7960E6
3#8A74E9
4#9A88EC
5#AB9CF0
6#BCB0F3
7#CDC3F6
8#DDD7F9
9#EEEBFC
Tones
Muted variations
1#5D41D8
2#6249CF
3#6752C7
4#6C5ABF
5#7262B6
6#776BAE
7#7C73A5
8#827B9D
9#878495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F2 #F4F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E0 #E5E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC6 #CFC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A99A #A99AEF | BordersInactive statesPlaceholder text |
| 400 | 7C65 #7C65E7 | Disabled statesSecondary iconsMuted text |
| 500 | 5738 #5738E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3C1E #3C1EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3018 #30189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2211 #22116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 160B #160B47 | Primary textHigh emphasis contentDark headings |
| 950 | 0E07 #0E072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F2FD;
--royal-blue-100: #E5E0FA;
--royal-blue-200: #CFC6F6;
--royal-blue-300: #A99AEF;
--royal-blue-400: #7C65E7;
--royal-blue-500: #5738E0;
--royal-blue-600: #3C1EC2;
--royal-blue-700: #30189A;
--royal-blue-800: #22116E;
--royal-blue-900: #160B47;
--royal-blue-950: #0E072C;
}