#2268cf
a balanced, vivid blue · cool · closest name: royalblue
RGB
34, 104, 207
HSL
216°, 72%, 47%
CMYK
84, 50, 0, 19
Luminance
0.1475
Every format
| HEX | #2268cf |
| RGB | rgb(34, 104, 207) |
| HSL | hsl(216, 72%, 47%) |
| CMYK | cmyk(84%, 50%, 0%, 19%) |
| LAB | lab(45.3 16.8 -59.2) |
| LCH | lch(45.3 61.5 285.9) |
| OKLCH | oklch(0.534 0.174 258.7) |
Copy-ready code
/* CSS */
color: #2268cf;
background-color: #2268cf;
/* Tailwind (arbitrary) */
class="text-[#2268cf] bg-[#2268cf]"
/* SCSS */
$brand: #2268cf;
/* SwiftUI */
Color(red: 0.133, green: 0.408, blue: 0.812)
/* Android */
Color.parseColor("#2268cf")Accessibility — WCAG contrast
Aa
#2268cf on white: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2268cf on black: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green40.8%
Blue81.2%
CMYK percentages
Cyan83.6%
Magenta49.8%
Yellow0.0%
Key (black)18.8%
Color previews
#2268cf text on a black background
contrast 3.95:1
Card sample
#2268cf text on a white background
contrast 5.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2268cf;
Background color
Panel with #2268cf background
background-color: #2268cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2268cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 104, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 104, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2268cf; background: linear-gradient(135deg, #2268cf, #4F22CF);