Royal Blue
#737DD9
BlueColor Codes
All color formats for development
HEX
#737DD9RGB
rgb(115, 125, 217)HSL
hsl(234, 57%, 65%)OKLCH
oklch(0.623 0.138 276.9)CMYK
cmyk(47%, 42%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5965D1
2#3F4DCA
3#323FB6
4#2B369C
5#242D82
6#1D2468
7#151B4E
8#0E1234
9#07091A
Tints
Lighter variations
1#818ADC
2#8F97E0
3#9DA4E4
4#ABB1E8
5#B9BEEC
6#C7CBF0
7#D5D8F3
8#E3E5F7
9#F1F2FB
Tones
Muted variations
1#7881D4
2#7D85CE
3#8289C9
4#878DC4
5#8C91BF
6#9195BA
7#969AB5
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 #CBCFF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3AA #A3AAE6 | BordersInactive statesPlaceholder text |
| 400 | 737D #737DD9 | Disabled statesSecondary iconsMuted text |
| 500 | 4B58 #4B58CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 303D #303DB0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2631 #26318C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B23 #1B2364 | 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: #CBCFF1;
--royal-blue-300: #A3AAE6;
--royal-blue-400: #737DD9;
--royal-blue-500: #4B58CE;
--royal-blue-600: #303DB0;
--royal-blue-700: #26318C;
--royal-blue-800: #1B2364;
--royal-blue-900: #121640;
--royal-blue-950: #0B0E28;
}