#2275ff
a balanced, electric blue · cool · closest name: royalblue
RGB
34, 117, 255
HSL
218°, 100%, 57%
CMYK
87, 54, 0, 0
Luminance
0.2028
Every format
| HEX | #2275ff |
| RGB | rgb(34, 117, 255) |
| HSL | hsl(218, 100%, 57%) |
| CMYK | cmyk(87%, 54%, 0%, 0%) |
| LAB | lab(52.1 26.9 -75.1) |
| LCH | lch(52.1 79.7 289.7) |
| OKLCH | oklch(0.597 0.220 260.4) |
Copy-ready code
/* CSS */
color: #2275ff;
background-color: #2275ff;
/* Tailwind (arbitrary) */
class="text-[#2275ff] bg-[#2275ff]"
/* SCSS */
$brand: #2275ff;
/* SwiftUI */
Color(red: 0.133, green: 0.459, blue: 1.000)
/* Android */
Color.parseColor("#2275ff")Accessibility — WCAG contrast
Aa
#2275ff on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2275ff on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green45.9%
Blue100.0%
CMYK percentages
Cyan86.7%
Magenta54.1%
Yellow0.0%
Key (black)0.0%
Color previews
#2275ff text on a black background
contrast 5.06:1
Card sample
#2275ff text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2275ff;
Background color
Panel with #2275ff background
background-color: #2275ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2275ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 117, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 117, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2275ff; background: linear-gradient(135deg, #2275ff, #6322FF);