Royal Blue
#5562C3
BlueColor Codes
All color formats for development
HEX
#5562C3RGB
rgb(85, 98, 195)HSL
hsl(233, 48%, 55%)OKLCH
oklch(0.536 0.15 274.4)CMYK
cmyk(56%, 50%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4250BB
2#3A47A6
3#333E91
4#2C357D
5#242C68
6#1D2353
7#161B3E
8#0F122A
9#070915
Tints
Lighter variations
1#6672C9
2#7781CF
3#8891D5
4#99A1DB
5#AAB1E1
6#BBC0E7
7#CCD0ED
8#DDE0F3
9#EEEFF9
Tones
Muted variations
1#5B66BE
2#606AB8
3#666FB3
4#6B73AD
5#7177A8
6#767BA2
7#7C809D
8#818497
9#878892
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E7 #E5E7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED2 #CED2EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8AF #A8AFE1 | BordersInactive statesPlaceholder text |
| 400 | 7B85 #7B85D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5562 #5562C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A47 #3A47A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E38 #2E3884 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2128 #21285E | Text on light backgroundsHeadingsStrong borders |
| 900 | 151A #151A3C | Primary textHigh emphasis contentDark headings |
| 950 | 0D10 #0D1026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F5FB;
--royal-blue-100: #E5E7F6;
--royal-blue-200: #CED2EE;
--royal-blue-300: #A8AFE1;
--royal-blue-400: #7B85D1;
--royal-blue-500: #5562C3;
--royal-blue-600: #3A47A6;
--royal-blue-700: #2E3884;
--royal-blue-800: #21285E;
--royal-blue-900: #151A3C;
--royal-blue-950: #0D1026;
}