Royal Blue
#747CD8
BlueColor Codes
All color formats for development
HEX
#747CD8RGB
rgb(116, 124, 216)HSL
hsl(235, 56%, 65%)OKLCH
oklch(0.621 0.138 277.8)CMYK
cmyk(46%, 43%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A64D0
2#404BC9
3#333EB5
4#2C359B
5#242C81
6#1D2367
7#161B4E
8#0F1234
9#07091A
Tints
Lighter variations
1#8289DC
2#9096E0
3#9EA3E4
4#ABB0E7
5#B9BEEB
6#C7CBEF
7#D5D8F3
8#E3E5F7
9#F1F2FB
Tones
Muted variations
1#7980D3
2#7E84CE
3#8389C9
4#888DC4
5#8D91BF
6#9295BA
7#9799B5
8#9C9DB0
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 | CBCE #CBCEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4A9 #A4A9E5 | BordersInactive statesPlaceholder text |
| 400 | 747C #747CD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C57 #4C57CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 313C #313CAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2730 #27308B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C22 #1C2263 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1216 #121640 | 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: #CBCEF0;
--royal-blue-300: #A4A9E5;
--royal-blue-400: #747CD8;
--royal-blue-500: #4C57CD;
--royal-blue-600: #313CAF;
--royal-blue-700: #27308B;
--royal-blue-800: #1C2263;
--royal-blue-900: #121640;
--royal-blue-950: #0B0E28;
}