#74beaf
a balanced, soft cyan · cool · closest name: turquoise
RGB
116, 190, 175
HSL
168°, 36%, 60%
CMYK
39, 0, 8, 26
Luminance
0.4364
Every format
| HEX | #74beaf |
| RGB | rgb(116, 190, 175) |
| HSL | hsl(168, 36%, 60%) |
| CMYK | cmyk(39%, 0%, 8%, 26%) |
| LAB | lab(72.0 -26.6 0.3) |
| LCH | lch(72.0 26.6 179.3) |
| OKLCH | oklch(0.749 0.078 179.7) |
Copy-ready code
/* CSS */
color: #74beaf;
background-color: #74beaf;
/* Tailwind (arbitrary) */
class="text-[#74beaf] bg-[#74beaf]"
/* SCSS */
$brand: #74beaf;
/* SwiftUI */
Color(red: 0.455, green: 0.745, blue: 0.686)
/* Android */
Color.parseColor("#74beaf")Accessibility — WCAG contrast
Aa
#74beaf on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74beaf on black: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green74.5%
Blue68.6%
CMYK percentages
Cyan38.9%
Magenta0.0%
Yellow7.9%
Key (black)25.5%
Color previews
#74beaf text on a black background
contrast 9.73:1
Card sample
#74beaf text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74beaf;
Background color
Panel with #74beaf background
background-color: #74beaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74beaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 190, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 190, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74beaf; background: linear-gradient(135deg, #74beaf, #749CBE);