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