Royal Blue
#5559C3
BlueColor Codes
All color formats for development
HEX
#5559C3RGB
rgb(85, 89, 195)HSL
hsl(238, 48%, 55%)OKLCH
oklch(0.518 0.162 277.5)CMYK
cmyk(56%, 54%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4246BB
2#3A3EA6
3#333691
4#2C2E7D
5#242768
6#1D1F53
7#16173E
8#0F0F2A
9#070815
Tints
Lighter variations
1#6669C9
2#777ACF
3#888BD5
4#999BDB
5#AAACE1
6#BBBDE7
7#CCCDED
8#DDDEF3
9#EEEEF9
Tones
Muted variations
1#5B5EBE
2#6063B8
3#6668B3
4#6B6DAD
5#7173A8
6#7678A2
7#7C7D9D
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 | CECF #CECFEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8AA #A8AAE1 | BordersInactive statesPlaceholder text |
| 400 | 7B7E #7B7ED1 | Disabled statesSecondary iconsMuted text |
| 500 | 5559 #5559C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A3E #3A3EA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E31 #2E3184 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2123 #21235E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1517 #15173C | 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: #CECFEE;
--royal-blue-300: #A8AAE1;
--royal-blue-400: #7B7ED1;
--royal-blue-500: #5559C3;
--royal-blue-600: #3A3EA6;
--royal-blue-700: #2E3184;
--royal-blue-800: #21235E;
--royal-blue-900: #15173C;
--royal-blue-950: #0D0E26;
}