Royal Blue
#595CC0
BlueColor Codes
All color formats for development
HEX
#595CC0RGB
rgb(89, 92, 192)HSL
hsl(238, 45%, 55%)OKLCH
oklch(0.525 0.153 278.4)CMYK
cmyk(54%, 52%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4549B7
2#3E41A3
3#36398E
4#2E317A
5#272966
6#1F2151
7#17183D
8#0F1029
9#080814
Tints
Lighter variations
1#696CC6
2#7A7DCD
3#8B8DD3
4#9B9DD9
5#ACAEDF
6#BCBEE6
7#CDCEEC
8#DEDEF2
9#EEEFF9
Tones
Muted variations
1#5E61BB
2#6366B6
3#686BB0
4#6D6FAB
5#7274A6
6#7879A1
7#7D7E9C
8#828397
9#878791
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E6 #E5E6F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD0 #CFD0ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAAC #AAACDF | BordersInactive statesPlaceholder text |
| 400 | 7E80 #7E80CE | Disabled statesSecondary iconsMuted text |
| 500 | 595C #595CC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E41 #3E41A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3134 #313481 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2325 #23255C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1618 #16183B | Primary textHigh emphasis contentDark headings |
| 950 | 0E0F #0E0F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F4FB;
--royal-blue-100: #E5E6F5;
--royal-blue-200: #CFD0ED;
--royal-blue-300: #AAACDF;
--royal-blue-400: #7E80CE;
--royal-blue-500: #595CC0;
--royal-blue-600: #3E41A3;
--royal-blue-700: #313481;
--royal-blue-800: #23255C;
--royal-blue-900: #16183B;
--royal-blue-950: #0E0F25;
}