#4facac
a balanced, soft cyan · cool · closest name: teal
RGB
79, 172, 172
HSL
180°, 37%, 49%
CMYK
54, 0, 0, 33
Luminance
0.3415
Every format
| HEX | #4facac |
| RGB | rgb(79, 172, 172) |
| HSL | hsl(180, 37%, 49%) |
| CMYK | cmyk(54%, 0%, 0%, 33%) |
| LAB | lab(65.1 -27.3 -8.4) |
| LCH | lch(65.1 28.6 197.1) |
| OKLCH | oklch(0.689 0.088 195.3) |
Copy-ready code
/* CSS */
color: #4facac;
background-color: #4facac;
/* Tailwind (arbitrary) */
class="text-[#4facac] bg-[#4facac]"
/* SCSS */
$brand: #4facac;
/* SwiftUI */
Color(red: 0.310, green: 0.675, blue: 0.675)
/* Android */
Color.parseColor("#4facac")Accessibility — WCAG contrast
Aa
#4facac on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4facac on black: 7.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green67.5%
Blue67.5%
CMYK percentages
Cyan54.1%
Magenta0.0%
Yellow0.0%
Key (black)32.5%
Color previews
#4facac text on a black background
contrast 7.83:1
Card sample
#4facac text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4facac;
Background color
Panel with #4facac background
background-color: #4facac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4facac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 172, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 172, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4facac; background: linear-gradient(135deg, #4facac, #4F6EAC);