Royal Blue
#7474D8
BlueColor Codes
All color formats for development
HEX
#7474D8RGB
rgb(116, 116, 216)HSL
hsl(240, 56%, 65%)OKLCH
oklch(0.606 0.149 281)CMYK
cmyk(46%, 46%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A5AD0
2#4040C9
3#3333B5
4#2C2C9B
5#242481
6#1D1D67
7#16164E
8#0F0F34
9#07071A
Tints
Lighter variations
1#8282DC
2#9090E0
3#9E9EE4
4#ABABE7
5#B9B9EB
6#C7C7EF
7#D5D5F3
8#E3E3F7
9#F1F1FB
Tones
Muted variations
1#7979D3
2#7E7ECE
3#8383C9
4#8888C4
5#8D8DBF
6#9292BA
7#9797B5
8#9C9CB0
9#A1A1AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E3 #E3E3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCB #CBCBF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4A4 #A4A4E5 | BordersInactive statesPlaceholder text |
| 400 | 7474 #7474D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C4C #4C4CCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3131 #3131AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2727 #27278B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C1C #1C1C63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1212 #121240 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0B #0B0B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F3FC;
--royal-blue-100: #E3E3F7;
--royal-blue-200: #CBCBF0;
--royal-blue-300: #A4A4E5;
--royal-blue-400: #7474D8;
--royal-blue-500: #4C4CCD;
--royal-blue-600: #3131AF;
--royal-blue-700: #27278B;
--royal-blue-800: #1C1C63;
--royal-blue-900: #121240;
--royal-blue-950: #0B0B28;
}