#69decf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
105, 222, 207
HSL
172°, 64%, 64%
CMYK
53, 0, 7, 13
Luminance
0.5975
Every format
| HEX | #69decf |
| RGB | rgb(105, 222, 207) |
| HSL | hsl(172, 64%, 64%) |
| CMYK | cmyk(53%, 0%, 7%, 13%) |
| LAB | lab(81.7 -36.7 -2.7) |
| LCH | lch(81.7 36.8 184.3) |
| OKLCH | oklch(0.829 0.109 184.2) |
Copy-ready code
/* CSS */
color: #69decf;
background-color: #69decf;
/* Tailwind (arbitrary) */
class="text-[#69decf] bg-[#69decf]"
/* SCSS */
$brand: #69decf;
/* SwiftUI */
Color(red: 0.412, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#69decf")Accessibility — WCAG contrast
Aa
#69decf on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69decf on black: 12.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green87.1%
Blue81.2%
CMYK percentages
Cyan52.7%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#69decf text on a black background
contrast 12.95:1
Card sample
#69decf text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69decf;
Background color
Panel with #69decf background
background-color: #69decf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69decf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69decf; background: linear-gradient(135deg, #69decf, #699FDE);