Royal Blue
#5557C3
BlueColor Codes
All color formats for development
HEX
#5557C3RGB
rgb(85, 87, 195)HSL
hsl(239, 48%, 55%)OKLCH
oklch(0.515 0.165 278.1)CMYK
cmyk(56%, 55%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4244BB
2#3A3CA6
3#333591
4#2C2D7D
5#242668
6#1D1E53
7#16173E
8#0F0F2A
9#070815
Tints
Lighter variations
1#6668C9
2#7779CF
3#8889D5
4#999ADB
5#AAABE1
6#BBBCE7
7#CCCDED
8#DDDDF3
9#EEEEF9
Tones
Muted variations
1#5B5CBE
2#6062B8
3#6667B3
4#6B6CAD
5#7172A8
6#7677A2
7#7C7C9D
8#818297
9#878792
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E5 #E5E5F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CECE #CECEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8A9 #A8A9E1 | BordersInactive statesPlaceholder text |
| 400 | 7B7C #7B7CD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5557 #5557C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A3C #3A3CA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E30 #2E3084 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2122 #21225E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1516 #15163C | Primary textHigh emphasis contentDark headings |
| 950 | 0D0E #0D0E26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F4FB;
--royal-blue-100: #E5E5F6;
--royal-blue-200: #CECEEE;
--royal-blue-300: #A8A9E1;
--royal-blue-400: #7B7CD1;
--royal-blue-500: #5557C3;
--royal-blue-600: #3A3CA6;
--royal-blue-700: #2E3084;
--royal-blue-800: #21225E;
--royal-blue-900: #15163C;
--royal-blue-950: #0D0E26;
}