#68abab
a balanced, soft cyan · cool · closest name: teal
RGB
104, 171, 171
HSL
180°, 29%, 54%
CMYK
39, 0, 0, 33
Luminance
0.3501
Every format
| HEX | #68abab |
| RGB | rgb(104, 171, 171) |
| HSL | hsl(180, 29%, 54%) |
| CMYK | cmyk(39%, 0%, 0%, 33%) |
| LAB | lab(65.8 -21.2 -6.7) |
| LCH | lch(65.8 22.3 197.6) |
| OKLCH | oklch(0.697 0.068 195.7) |
Copy-ready code
/* CSS */
color: #68abab;
background-color: #68abab;
/* Tailwind (arbitrary) */
class="text-[#68abab] bg-[#68abab]"
/* SCSS */
$brand: #68abab;
/* SwiftUI */
Color(red: 0.408, green: 0.671, blue: 0.671)
/* Android */
Color.parseColor("#68abab")Accessibility — WCAG contrast
Aa
#68abab on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#68abab on black: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green67.1%
Blue67.1%
CMYK percentages
Cyan39.2%
Magenta0.0%
Yellow0.0%
Key (black)32.9%
Color previews
#68abab text on a black background
contrast 8.00:1
Card sample
#68abab text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68abab;
Background color
Panel with #68abab background
background-color: #68abab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68abab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 171, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 171, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68abab; background: linear-gradient(135deg, #68abab, #687EAB);