Royal Blue
#3348E6
BlueColor Codes
All color formats for development
HEX
#3348E6RGB
rgb(51, 72, 230)HSL
hsl(233, 78%, 55%)OKLCH
oklch(0.499 0.236 269.2)CMYK
cmyk(78%, 69%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C33E1
2#192DC8
3#1627AF
4#132296
5#0F1C7D
6#0C1764
7#09114B
8#060B32
9#030619
Tints
Lighter variations
1#475AE8
2#5C6CEB
3#707FED
4#8491F0
5#99A3F2
6#ADB6F5
7#C2C8F7
8#D6DAFA
9#EBEDFC
Tones
Muted variations
1#3C4EDD
2#4555D4
3#4E5CCB
4#5763C2
5#5F6AB9
6#6871B0
7#7178A7
8#7A7F9E
9#838595
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE2 #DFE2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CA #C4CAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97A1 #97A1F2 | BordersInactive statesPlaceholder text |
| 400 | 6070 #6070EB | Disabled statesSecondary iconsMuted text |
| 500 | 3348 #3348E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 192D #192DC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1424 #14249F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E1A #0E1A71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0910 #091049 | Primary textHigh emphasis contentDark headings |
| 950 | 060A #060A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FD;
--royal-blue-100: #DFE2FB;
--royal-blue-200: #C4CAF8;
--royal-blue-300: #97A1F2;
--royal-blue-400: #6070EB;
--royal-blue-500: #3348E6;
--royal-blue-600: #192DC8;
--royal-blue-700: #14249F;
--royal-blue-800: #0E1A71;
--royal-blue-900: #091049;
--royal-blue-950: #060A2D;
}