#74baac
a balanced, soft cyan · cool · closest name: turquoise
RGB
116, 186, 172
HSL
168°, 34%, 59%
CMYK
38, 0, 8, 27
Luminance
0.4181
Every format
| HEX | #74baac |
| RGB | rgb(116, 186, 172) |
| HSL | hsl(168, 34%, 59%) |
| CMYK | cmyk(38%, 0%, 8%, 27%) |
| LAB | lab(70.7 -25.3 0.1) |
| LCH | lch(70.7 25.3 179.7) |
| OKLCH | oklch(0.738 0.074 180.0) |
Copy-ready code
/* CSS */
color: #74baac;
background-color: #74baac;
/* Tailwind (arbitrary) */
class="text-[#74baac] bg-[#74baac]"
/* SCSS */
$brand: #74baac;
/* SwiftUI */
Color(red: 0.455, green: 0.729, blue: 0.675)
/* Android */
Color.parseColor("#74baac")Accessibility — WCAG contrast
Aa
#74baac on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74baac on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green72.9%
Blue67.5%
CMYK percentages
Cyan37.6%
Magenta0.0%
Yellow7.5%
Key (black)27.1%
Color previews
#74baac text on a black background
contrast 9.36:1
Card sample
#74baac text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74baac;
Background color
Panel with #74baac background
background-color: #74baac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74baac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 186, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 186, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74baac; background: linear-gradient(135deg, #74baac, #7499BA);