Royal Blue
#3342E6
BlueColor Codes
All color formats for development
HEX
#3342E6RGB
rgb(51, 66, 230)HSL
hsl(235, 78%, 55%)OKLCH
oklch(0.49 0.242 269.8)CMYK
cmyk(78%, 71%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C2CE1
2#1927C8
3#1622AF
4#131D96
5#0F197D
6#0C1464
7#090F4B
8#060A32
9#030519
Tints
Lighter variations
1#4755E8
2#5C68EB
3#707AED
4#848DF0
5#99A0F2
6#ADB3F5
7#C2C6F7
8#D6D9FA
9#EBECFC
Tones
Muted variations
1#3C49DD
2#4551D4
3#4E58CB
4#575FC2
5#5F67B9
6#686EB0
7#7176A7
8#7A7D9E
9#838595
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE2 #DFE2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C8 #C4C8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 979E #979EF2 | BordersInactive statesPlaceholder text |
| 400 | 606C #606CEB | Disabled statesSecondary iconsMuted text |
| 500 | 3342 #3342E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1927 #1927C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 141F #141F9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E16 #0E1671 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090E #090E49 | Primary textHigh emphasis contentDark headings |
| 950 | 0609 #06092D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F2FD;
--royal-blue-100: #DFE2FB;
--royal-blue-200: #C4C8F8;
--royal-blue-300: #979EF2;
--royal-blue-400: #606CEB;
--royal-blue-500: #3342E6;
--royal-blue-600: #1927C8;
--royal-blue-700: #141F9F;
--royal-blue-800: #0E1671;
--royal-blue-900: #090E49;
--royal-blue-950: #06092D;
}