#69cdba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
105, 205, 186
HSL
169°, 50%, 61%
CMYK
49, 0, 9, 20
Luminance
0.5021
Every format
| HEX | #69cdba |
| RGB | rgb(105, 205, 186) |
| HSL | hsl(169, 50%, 61%) |
| CMYK | cmyk(49%, 0%, 9%, 20%) |
| LAB | lab(76.2 -33.9 0.4) |
| LCH | lch(76.2 33.9 179.3) |
| OKLCH | oklch(0.782 0.099 179.6) |
Copy-ready code
/* CSS */
color: #69cdba;
background-color: #69cdba;
/* Tailwind (arbitrary) */
class="text-[#69cdba] bg-[#69cdba]"
/* SCSS */
$brand: #69cdba;
/* SwiftUI */
Color(red: 0.412, green: 0.804, blue: 0.729)
/* Android */
Color.parseColor("#69cdba")Accessibility — WCAG contrast
Aa
#69cdba on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69cdba on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green80.4%
Blue72.9%
CMYK percentages
Cyan48.8%
Magenta0.0%
Yellow9.3%
Key (black)19.6%
Color previews
#69cdba text on a black background
contrast 11.04:1
Card sample
#69cdba text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69cdba;
Background color
Panel with #69cdba background
background-color: #69cdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69cdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 205, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 205, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69cdba; background: linear-gradient(135deg, #69cdba, #699DCD);