Royal Blue
#5959C0
BlueColor Codes
All color formats for development
HEX
#5959C0RGB
rgb(89, 89, 192)HSL
hsl(240, 45%, 55%)OKLCH
oklch(0.519 0.157 279.4)CMYK
cmyk(54%, 54%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4545B7
2#3E3EA3
3#36368E
4#2E2E7A
5#272766
6#1F1F51
7#17173D
8#0F0F29
9#080814
Tints
Lighter variations
1#6969C6
2#7A7ACD
3#8B8BD3
4#9B9BD9
5#ACACDF
6#BCBCE6
7#CDCDEC
8#DEDEF2
9#EEEEF9
Tones
Muted variations
1#5E5EBB
2#6363B6
3#6868B0
4#6D6DAB
5#7272A6
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 | AAAA #AAAADF | BordersInactive statesPlaceholder text |
| 400 | 7E7E #7E7ECE | Disabled statesSecondary iconsMuted text |
| 500 | 5959 #5959C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E3E #3E3EA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3131 #313181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2323 #23235C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1616 #16163B | 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: #AAAADF;
--royal-blue-400: #7E7ECE;
--royal-blue-500: #5959C0;
--royal-blue-600: #3E3EA3;
--royal-blue-700: #313181;
--royal-blue-800: #23235C;
--royal-blue-900: #16163B;
--royal-blue-950: #0E0E25;
}