Royal Blue
#3374E6
BlueColor Codes
All color formats for development
HEX
#3374E6RGB
rgb(51, 116, 230)HSL
hsl(218, 78%, 55%)OKLCH
oklch(0.58 0.186 260.7)CMYK
cmyk(78%, 50%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C64E1
2#1959C8
3#164EAF
4#134396
5#0F387D
6#0C2C64
7#09214B
8#061632
9#030B19
Tints
Lighter variations
1#4782E8
2#5C90EB
3#709EED
4#84ACF0
5#99BAF2
6#ADC8F5
7#C2D5F7
8#D6E3FA
9#EBF1FC
Tones
Muted variations
1#3C77DD
2#4579D4
3#4E7CCB
4#577EC2
5#5F80B9
6#6883B0
7#7185A7
8#7A879E
9#838A95
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE9 #DFE9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D7 #C4D7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97B8 #97B8F2 | BordersInactive statesPlaceholder text |
| 400 | 6093 #6093EB | Disabled statesSecondary iconsMuted text |
| 500 | 3374 #3374E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1959 #1959C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1447 #14479F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E32 #0E3271 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0920 #092049 | Primary textHigh emphasis contentDark headings |
| 950 | 0614 #06142D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F6FD;
--royal-blue-100: #DFE9FB;
--royal-blue-200: #C4D7F8;
--royal-blue-300: #97B8F2;
--royal-blue-400: #6093EB;
--royal-blue-500: #3374E6;
--royal-blue-600: #1959C8;
--royal-blue-700: #14479F;
--royal-blue-800: #0E3271;
--royal-blue-900: #092049;
--royal-blue-950: #06142D;
}