#69cbaf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
105, 203, 175
HSL
163°, 49%, 60%
CMYK
48, 0, 14, 20
Luminance
0.4881
Every format
| HEX | #69cbaf |
| RGB | rgb(105, 203, 175) |
| HSL | hsl(163, 49%, 60%) |
| CMYK | cmyk(48%, 0%, 14%, 20%) |
| LAB | lab(75.3 -35.6 5.1) |
| LCH | lch(75.3 35.9 171.8) |
| OKLCH | oklch(0.774 0.102 172.7) |
Copy-ready code
/* CSS */
color: #69cbaf;
background-color: #69cbaf;
/* Tailwind (arbitrary) */
class="text-[#69cbaf] bg-[#69cbaf]"
/* SCSS */
$brand: #69cbaf;
/* SwiftUI */
Color(red: 0.412, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#69cbaf")Accessibility — WCAG contrast
Aa
#69cbaf on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69cbaf on black: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green79.6%
Blue68.6%
CMYK percentages
Cyan48.3%
Magenta0.0%
Yellow13.8%
Key (black)20.4%
Color previews
#69cbaf text on a black background
contrast 10.76:1
Card sample
#69cbaf text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69cbaf;
Background color
Panel with #69cbaf background
background-color: #69cbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69cbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69cbaf; background: linear-gradient(135deg, #69cbaf, #69A6CB);