#277686
a dark, vivid cyan · cool · closest name: teal
RGB
39, 118, 134
HSL
190°, 55%, 34%
CMYK
71, 12, 0, 48
Luminance
0.1511
Every format
| HEX | #277686 |
| RGB | rgb(39, 118, 134) |
| HSL | hsl(190, 55%, 34%) |
| CMYK | cmyk(71%, 12%, 0%, 48%) |
| LAB | lab(45.8 -18.2 -15.7) |
| LCH | lch(45.8 24.0 220.8) |
| OKLCH | oklch(0.525 0.078 213.9) |
Copy-ready code
/* CSS */
color: #277686;
background-color: #277686;
/* Tailwind (arbitrary) */
class="text-[#277686] bg-[#277686]"
/* SCSS */
$brand: #277686;
/* SwiftUI */
Color(red: 0.153, green: 0.463, blue: 0.525)
/* Android */
Color.parseColor("#277686")Accessibility — WCAG contrast
Aa
#277686 on white: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#277686 on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green46.3%
Blue52.5%
CMYK percentages
Cyan70.9%
Magenta11.9%
Yellow0.0%
Key (black)47.5%
Color previews
#277686 text on a black background
contrast 4.02:1
Card sample
#277686 text on a white background
contrast 5.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #277686;
Background color
Panel with #277686 background
background-color: #277686;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #277686;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 118, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 118, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #277686; background: linear-gradient(135deg, #277686, #273786);