Royal Blue
#747ED8
BlueColor Codes
All color formats for development
HEX
#747ED8RGB
rgb(116, 126, 216)HSL
hsl(234, 56%, 65%)OKLCH
oklch(0.625 0.135 277)CMYK
cmyk(46%, 42%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A66D0
2#404EC9
3#3340B5
4#2C379B
5#242E81
6#1D2567
7#161B4E
8#0F1234
9#07091A
Tints
Lighter variations
1#828BDC
2#9098E0
3#9EA5E4
4#ABB1E7
5#B9BEEB
6#C7CBEF
7#D5D8F3
8#E3E5F7
9#F1F2FB
Tones
Muted variations
1#7982D3
2#7E86CE
3#838AC9
4#888EC4
5#8D92BF
6#9296BA
7#979AB5
8#9C9EB0
9#A1A2AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E5 #E3E5F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCF #CBCFF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4AA #A4AAE5 | BordersInactive statesPlaceholder text |
| 400 | 747E #747ED8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C59 #4C59CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 313E #313EAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2731 #27318B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C23 #1C2363 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1217 #121740 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0E #0B0E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F4FC;
--royal-blue-100: #E3E5F7;
--royal-blue-200: #CBCFF0;
--royal-blue-300: #A4AAE5;
--royal-blue-400: #747ED8;
--royal-blue-500: #4C59CD;
--royal-blue-600: #313EAF;
--royal-blue-700: #27318B;
--royal-blue-800: #1C2363;
--royal-blue-900: #121740;
--royal-blue-950: #0B0E28;
}