Royal Blue
#334BE6
BlueColor Codes
All color formats for development
HEX
#334BE6RGB
rgb(51, 75, 230)HSL
hsl(232, 78%, 55%)OKLCH
oklch(0.504 0.233 268.8)CMYK
cmyk(78%, 67%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C36E1
2#1930C8
3#162AAF
4#132496
5#0F1E7D
6#0C1864
7#09124B
8#060C32
9#030619
Tints
Lighter variations
1#475DE8
2#5C6FEB
3#7081ED
4#8493F0
5#99A5F2
6#ADB7F5
7#C2C9F7
8#D6DBFA
9#EBEDFC
Tones
Muted variations
1#3C51DD
2#4558D4
3#4E5ECB
4#5765C2
5#5F6BB9
6#6872B0
7#7179A7
8#7A7F9E
9#838695
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE3 #DFE3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CB #C4CBF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97A3 #97A3F2 | BordersInactive statesPlaceholder text |
| 400 | 6073 #6073EB | Disabled statesSecondary iconsMuted text |
| 500 | 334B #334BE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1930 #1930C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1426 #14269F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E1B #0E1B71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0911 #091149 | Primary textHigh emphasis contentDark headings |
| 950 | 060B #060B2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FD;
--royal-blue-100: #DFE3FB;
--royal-blue-200: #C4CBF8;
--royal-blue-300: #97A3F2;
--royal-blue-400: #6073EB;
--royal-blue-500: #334BE6;
--royal-blue-600: #1930C8;
--royal-blue-700: #14269F;
--royal-blue-800: #0E1B71;
--royal-blue-900: #091149;
--royal-blue-950: #060B2D;
}