#409baf
a balanced, vivid cyan · cool · closest name: teal
RGB
64, 155, 175
HSL
191°, 46%, 47%
CMYK
63, 11, 0, 31
Luminance
0.2763
Every format
| HEX | #409baf |
| RGB | rgb(64, 155, 175) |
| HSL | hsl(191, 46%, 47%) |
| CMYK | cmyk(63%, 11%, 0%, 31%) |
| LAB | lab(59.5 -20.7 -18.4) |
| LCH | lch(59.5 27.7 221.8) |
| OKLCH | oklch(0.643 0.090 214.7) |
Copy-ready code
/* CSS */
color: #409baf;
background-color: #409baf;
/* Tailwind (arbitrary) */
class="text-[#409baf] bg-[#409baf]"
/* SCSS */
$brand: #409baf;
/* SwiftUI */
Color(red: 0.251, green: 0.608, blue: 0.686)
/* Android */
Color.parseColor("#409baf")Accessibility — WCAG contrast
Aa
#409baf on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#409baf on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green60.8%
Blue68.6%
CMYK percentages
Cyan63.4%
Magenta11.4%
Yellow0.0%
Key (black)31.4%
Color previews
#409baf text on a black background
contrast 6.53:1
Card sample
#409baf text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #409baf;
Background color
Panel with #409baf background
background-color: #409baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #409baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 155, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 155, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #409baf; background: linear-gradient(135deg, #409baf, #4051AF);