#2234cf
a balanced, vivid blue · warm · closest name: navy
RGB
34, 52, 207
HSL
234°, 72%, 47%
CMYK
84, 75, 0, 19
Luminance
0.0730
Every format
| HEX | #2234cf |
| RGB | rgb(34, 52, 207) |
| HSL | hsl(234, 72%, 47%) |
| CMYK | cmyk(84%, 75%, 0%, 19%) |
| LAB | lab(32.5 49.6 -80.1) |
| LCH | lch(32.5 94.3 301.8) |
| OKLCH | oklch(0.439 0.232 267.9) |
Copy-ready code
/* CSS */
color: #2234cf;
background-color: #2234cf;
/* Tailwind (arbitrary) */
class="text-[#2234cf] bg-[#2234cf]"
/* SCSS */
$brand: #2234cf;
/* SwiftUI */
Color(red: 0.133, green: 0.204, blue: 0.812)
/* Android */
Color.parseColor("#2234cf")Accessibility — WCAG contrast
Aa
#2234cf on white: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2234cf on black: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green20.4%
Blue81.2%
CMYK percentages
Cyan83.6%
Magenta74.9%
Yellow0.0%
Key (black)18.8%
Color previews
#2234cf text on a black background
contrast 2.46:1
Card sample
#2234cf text on a white background
contrast 8.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2234cf;
Background color
Panel with #2234cf background
background-color: #2234cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2234cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 52, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 52, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2234cf; background: linear-gradient(135deg, #2234cf, #8422CF);