Royal Blue
#595AC0
BlueColor Codes
All color formats for development
HEX
#595AC0RGB
rgb(89, 90, 192)HSL
hsl(239, 45%, 55%)OKLCH
oklch(0.521 0.156 279.1)CMYK
cmyk(54%, 53%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4547B7
2#3E3FA3
3#36378E
4#2E307A
5#272866
6#1F2051
7#17183D
8#0F1029
9#080814
Tints
Lighter variations
1#696BC6
2#7A7BCD
3#8B8CD3
4#9B9CD9
5#ACADDF
6#BCBDE6
7#CDCEEC
8#DEDEF2
9#EEEFF9
Tones
Muted variations
1#5E5FBB
2#6364B6
3#6869B0
4#6D6EAB
5#7273A6
6#7878A1
7#7D7D9C
8#828297
9#878791
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 | AAAB #AAABDF | BordersInactive statesPlaceholder text |
| 400 | 7E7F #7E7FCE | Disabled statesSecondary iconsMuted text |
| 500 | 595A #595AC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E3F #3E3FA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3132 #313281 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2324 #23245C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1617 #16173B | 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: #AAABDF;
--royal-blue-400: #7E7FCE;
--royal-blue-500: #595AC0;
--royal-blue-600: #3E3FA3;
--royal-blue-700: #313281;
--royal-blue-800: #23245C;
--royal-blue-900: #16173B;
--royal-blue-950: #0E0E25;
}