#439eb4
a balanced, vivid cyan · cool · closest name: teal
RGB
67, 158, 180
HSL
192°, 46%, 48%
CMYK
63, 12, 0, 29
Luminance
0.2894
Every format
| HEX | #439eb4 |
| RGB | rgb(67, 158, 180) |
| HSL | hsl(192, 46%, 48%) |
| CMYK | cmyk(63%, 12%, 0%, 29%) |
| LAB | lab(60.7 -20.2 -19.4) |
| LCH | lch(60.7 28.0 224.0) |
| OKLCH | oklch(0.653 0.091 216.4) |
Copy-ready code
/* CSS */
color: #439eb4;
background-color: #439eb4;
/* Tailwind (arbitrary) */
class="text-[#439eb4] bg-[#439eb4]"
/* SCSS */
$brand: #439eb4;
/* SwiftUI */
Color(red: 0.263, green: 0.620, blue: 0.706)
/* Android */
Color.parseColor("#439eb4")Accessibility — WCAG contrast
Aa
#439eb4 on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#439eb4 on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green62.0%
Blue70.6%
CMYK percentages
Cyan62.8%
Magenta12.2%
Yellow0.0%
Key (black)29.4%
Color previews
#439eb4 text on a black background
contrast 6.79:1
Card sample
#439eb4 text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #439eb4;
Background color
Panel with #439eb4 background
background-color: #439eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #439eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 158, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 158, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #439eb4; background: linear-gradient(135deg, #439eb4, #4353B4);