Royal Blue
#5555C3
BlueColor Codes
All color formats for development
HEX
#5555C3RGB
rgb(85, 85, 195)HSL
hsl(240, 48%, 55%)OKLCH
oklch(0.511 0.168 278.7)CMYK
cmyk(56%, 56%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4242BB
2#3A3AA6
3#333391
4#2C2C7D
5#242468
6#1D1D53
7#16163E
8#0F0F2A
9#070715
Tints
Lighter variations
1#6666C9
2#7777CF
3#8888D5
4#9999DB
5#AAAAE1
6#BBBBE7
7#CCCCED
8#DDDDF3
9#EEEEF9
Tones
Muted variations
1#5B5BBE
2#6060B8
3#6666B3
4#6B6BAD
5#7171A8
6#7676A2
7#7C7C9D
8#818197
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 | A8A8 #A8A8E1 | BordersInactive statesPlaceholder text |
| 400 | 7B7B #7B7BD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5555 #5555C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A3A #3A3AA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E2E #2E2E84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2121 #21215E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1515 #15153C | Primary textHigh emphasis contentDark headings |
| 950 | 0D0D #0D0D26 | 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: #A8A8E1;
--royal-blue-400: #7B7BD1;
--royal-blue-500: #5555C3;
--royal-blue-600: #3A3AA6;
--royal-blue-700: #2E2E84;
--royal-blue-800: #21215E;
--royal-blue-900: #15153C;
--royal-blue-950: #0D0D26;
}