#2266ff
a balanced, electric blue · cool · closest name: royalblue
RGB
34, 102, 255
HSL
222°, 100%, 57%
CMYK
87, 60, 0, 0
Luminance
0.1706
Every format
| HEX | #2266ff |
| RGB | rgb(34, 102, 255) |
| HSL | hsl(222, 100%, 57%) |
| CMYK | cmyk(87%, 60%, 0%, 0%) |
| LAB | lab(48.3 36.3 -81.3) |
| LCH | lch(48.3 89.0 294.1) |
| OKLCH | oklch(0.568 0.237 263.0) |
Copy-ready code
/* CSS */
color: #2266ff;
background-color: #2266ff;
/* Tailwind (arbitrary) */
class="text-[#2266ff] bg-[#2266ff]"
/* SCSS */
$brand: #2266ff;
/* SwiftUI */
Color(red: 0.133, green: 0.400, blue: 1.000)
/* Android */
Color.parseColor("#2266ff")Accessibility — WCAG contrast
Aa
#2266ff on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2266ff on black: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green40.0%
Blue100.0%
CMYK percentages
Cyan86.7%
Magenta60.0%
Yellow0.0%
Key (black)0.0%
Color previews
#2266ff text on a black background
contrast 4.41:1
Card sample
#2266ff text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2266ff;
Background color
Panel with #2266ff background
background-color: #2266ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2266ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 102, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 102, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2266ff; background: linear-gradient(135deg, #2266ff, #7122FF);