Royal Blue
#737FD9
BlueColor Codes
All color formats for development
HEX
#737FD9RGB
rgb(115, 127, 217)HSL
hsl(233, 57%, 65%)OKLCH
oklch(0.627 0.135 276)CMYK
cmyk(47%, 41%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5967D1
2#3F4FCA
3#3241B6
4#2B389C
5#242F82
6#1D2568
7#151C4E
8#0E1334
9#07091A
Tints
Lighter variations
1#818CDC
2#8F98E0
3#9DA5E4
4#ABB2E8
5#B9BFEC
6#C7CCF0
7#D5D9F3
8#E3E5F7
9#F1F2FB
Tones
Muted variations
1#7883D4
2#7D87CE
3#828AC9
4#878EC4
5#8C92BF
6#9196BA
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 | A3AB #A3ABE6 | BordersInactive statesPlaceholder text |
| 400 | 737F #737FD9 | Disabled statesSecondary iconsMuted text |
| 500 | 4B5A #4B5ACE | Primary brand colorCTAsActive elementsLinks |
| 600 | 303F #303FB0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2632 #26328C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B24 #1B2464 | 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: #CBCFF1;
--royal-blue-300: #A3ABE6;
--royal-blue-400: #737FD9;
--royal-blue-500: #4B5ACE;
--royal-blue-600: #303FB0;
--royal-blue-700: #26328C;
--royal-blue-800: #1B2464;
--royal-blue-900: #121740;
--royal-blue-950: #0B0E28;
}