#69cdaf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
105, 205, 175
HSL
162°, 50%, 61%
CMYK
49, 0, 15, 20
Luminance
0.4976
Every format
| HEX | #69cdaf |
| RGB | rgb(105, 205, 175) |
| HSL | hsl(162, 50%, 61%) |
| CMYK | cmyk(49%, 0%, 15%, 20%) |
| LAB | lab(75.9 -36.5 6.0) |
| LCH | lch(75.9 37.0 170.7) |
| OKLCH | oklch(0.779 0.105 171.6) |
Copy-ready code
/* CSS */
color: #69cdaf;
background-color: #69cdaf;
/* Tailwind (arbitrary) */
class="text-[#69cdaf] bg-[#69cdaf]"
/* SCSS */
$brand: #69cdaf;
/* SwiftUI */
Color(red: 0.412, green: 0.804, blue: 0.686)
/* Android */
Color.parseColor("#69cdaf")Accessibility — WCAG contrast
Aa
#69cdaf on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69cdaf on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green80.4%
Blue68.6%
CMYK percentages
Cyan48.8%
Magenta0.0%
Yellow14.6%
Key (black)19.6%
Color previews
#69cdaf text on a black background
contrast 10.95:1
Card sample
#69cdaf text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69cdaf;
Background color
Panel with #69cdaf background
background-color: #69cdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69cdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 205, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 205, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69cdaf; background: linear-gradient(135deg, #69cdaf, #69A8CD);