#67acac
a balanced, soft cyan · cool · closest name: teal
RGB
103, 172, 172
HSL
180°, 29%, 54%
CMYK
40, 0, 0, 33
Luminance
0.3537
Every format
| HEX | #67acac |
| RGB | rgb(103, 172, 172) |
| HSL | hsl(180, 29%, 54%) |
| CMYK | cmyk(40%, 0%, 0%, 33%) |
| LAB | lab(66.0 -21.7 -6.9) |
| LCH | lch(66.0 22.8 197.5) |
| OKLCH | oklch(0.699 0.070 195.7) |
Copy-ready code
/* CSS */
color: #67acac;
background-color: #67acac;
/* Tailwind (arbitrary) */
class="text-[#67acac] bg-[#67acac]"
/* SCSS */
$brand: #67acac;
/* SwiftUI */
Color(red: 0.404, green: 0.675, blue: 0.675)
/* Android */
Color.parseColor("#67acac")Accessibility — WCAG contrast
Aa
#67acac on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67acac on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green67.5%
Blue67.5%
CMYK percentages
Cyan40.1%
Magenta0.0%
Yellow0.0%
Key (black)32.5%
Color previews
#67acac text on a black background
contrast 8.07:1
Card sample
#67acac text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67acac;
Background color
Panel with #67acac background
background-color: #67acac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67acac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 172, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 172, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67acac; background: linear-gradient(135deg, #67acac, #677EAC);