Royal Blue
#5353C6
BlueColor Codes
All color formats for development
HEX
#5353C6RGB
rgb(83, 83, 198)HSL
hsl(240, 50%, 55%)OKLCH
oklch(0.508 0.175 278.2)CMYK
cmyk(58%, 58%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F3FBD
2#3838A8
3#313193
4#2A2A7E
5#232369
6#1C1C54
7#15153F
8#0E0E2A
9#070715
Tints
Lighter variations
1#6464CB
2#7575D1
3#8787D7
4#9898DD
5#A9A9E2
6#BABAE8
7#CBCBEE
8#DDDDF4
9#EEEEF9
Tones
Muted variations
1#5959C0
2#5E5EBA
3#6464B4
4#6A6AAF
5#7070A9
6#7575A3
7#7B7B9D
8#818198
9#878792
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E4 #E4E4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDCD #CDCDEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7A7 #A7A7E2 | BordersInactive statesPlaceholder text |
| 400 | 7979 #7979D2 | Disabled statesSecondary iconsMuted text |
| 500 | 5353 #5353C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3838 #3838A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D2D #2D2D86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2020 #202060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1414 #14143D | 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: #E4E4F6;
--royal-blue-200: #CDCDEE;
--royal-blue-300: #A7A7E2;
--royal-blue-400: #7979D2;
--royal-blue-500: #5353C6;
--royal-blue-600: #3838A8;
--royal-blue-700: #2D2D86;
--royal-blue-800: #202060;
--royal-blue-900: #14143D;
--royal-blue-950: #0D0D26;
}