#65afac
a balanced, soft cyan · cool · closest name: teal
RGB
101, 175, 172
HSL
178°, 32%, 54%
CMYK
42, 0, 2, 31
Luminance
0.3641
Every format
| HEX | #65afac |
| RGB | rgb(101, 175, 172) |
| HSL | hsl(178, 32%, 54%) |
| CMYK | cmyk(42%, 0%, 2%, 31%) |
| LAB | lab(66.8 -23.8 -5.7) |
| LCH | lch(66.8 24.4 193.5) |
| OKLCH | oklch(0.705 0.074 192.2) |
Copy-ready code
/* CSS */
color: #65afac;
background-color: #65afac;
/* Tailwind (arbitrary) */
class="text-[#65afac] bg-[#65afac]"
/* SCSS */
$brand: #65afac;
/* SwiftUI */
Color(red: 0.396, green: 0.686, blue: 0.675)
/* Android */
Color.parseColor("#65afac")Accessibility — WCAG contrast
Aa
#65afac on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#65afac on black: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green68.6%
Blue67.5%
CMYK percentages
Cyan42.3%
Magenta0.0%
Yellow1.7%
Key (black)31.4%
Color previews
#65afac text on a black background
contrast 8.28:1
Card sample
#65afac text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65afac;
Background color
Panel with #65afac background
background-color: #65afac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65afac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 175, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 175, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65afac; background: linear-gradient(135deg, #65afac, #6581AF);