Royal Blue
#747AD8
BlueColor Codes
All color formats for development
HEX
#747AD8RGB
rgb(116, 122, 216)HSL
hsl(236, 56%, 65%)OKLCH
oklch(0.618 0.141 278.7)CMYK
cmyk(46%, 44%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A62D0
2#4049C9
3#333CB5
4#2C339B
5#242B81
6#1D2267
7#161A4E
8#0F1134
9#07091A
Tints
Lighter variations
1#8288DC
2#9095E0
3#9EA2E4
4#ABAFE7
5#B9BDEB
6#C7CAEF
7#D5D7F3
8#E3E4F7
9#F1F2FB
Tones
Muted variations
1#797FD3
2#7E83CE
3#8387C9
4#888CC4
5#8D90BF
6#9294BA
7#9799B5
8#9C9DB0
9#A1A1AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E4 #E3E4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCE #CBCEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4A8 #A4A8E5 | BordersInactive statesPlaceholder text |
| 400 | 747A #747AD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C55 #4C55CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 313A #313AAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 272E #272E8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C21 #1C2163 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1215 #121540 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0D #0B0D28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F4FC;
--royal-blue-100: #E3E4F7;
--royal-blue-200: #CBCEF0;
--royal-blue-300: #A4A8E5;
--royal-blue-400: #747AD8;
--royal-blue-500: #4C55CD;
--royal-blue-600: #313AAF;
--royal-blue-700: #272E8B;
--royal-blue-800: #1C2163;
--royal-blue-900: #121540;
--royal-blue-950: #0B0D28;
}