Royal Blue
#5757C1
BlueColor Codes
All color formats for development
HEX
#5757C1RGB
rgb(87, 87, 193)HSL
hsl(240, 46%, 55%)OKLCH
oklch(0.515 0.162 279.1)CMYK
cmyk(55%, 55%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4444B8
2#3D3DA4
3#35358F
4#2D2D7B
5#262666
6#1E1E52
7#17173D
8#0F0F29
9#080814
Tints
Lighter variations
1#6868C7
2#7979CD
3#8A8AD4
4#9A9ADA
5#ABABE0
6#BCBCE6
7#CDCDEC
8#DDDDF3
9#EEEEF9
Tones
Muted variations
1#5D5DBC
2#6262B6
3#6767B1
4#6D6DAC
5#7272A7
6#7777A1
7#7C7C9C
8#828297
9#878792
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E5 #E5E5F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFCF #CFCFED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9A9 #A9A9DF | BordersInactive statesPlaceholder text |
| 400 | 7D7D #7D7DCF | Disabled statesSecondary iconsMuted text |
| 500 | 5757 #5757C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D3D #3D3DA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3030 #303082 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2222 #22225D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1616 #16163C | Primary textHigh emphasis contentDark headings |
| 950 | 0E0E #0E0E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F4FB;
--royal-blue-100: #E5E5F5;
--royal-blue-200: #CFCFED;
--royal-blue-300: #A9A9DF;
--royal-blue-400: #7D7DCF;
--royal-blue-500: #5757C1;
--royal-blue-600: #3D3DA4;
--royal-blue-700: #303082;
--royal-blue-800: #22225D;
--royal-blue-900: #16163C;
--royal-blue-950: #0E0E25;
}