#69cfad
a balanced, vivid cyan · cool · closest name: turquoise
RGB
105, 207, 173
HSL
160°, 52%, 61%
CMYK
49, 0, 16, 19
Luminance
0.5065
Every format
| HEX | #69cfad |
| RGB | rgb(105, 207, 173) |
| HSL | hsl(160, 52%, 61%) |
| CMYK | cmyk(49%, 0%, 16%, 19%) |
| LAB | lab(76.5 -37.9 7.8) |
| LCH | lch(76.5 38.7 168.3) |
| OKLCH | oklch(0.783 0.108 169.4) |
Copy-ready code
/* CSS */
color: #69cfad;
background-color: #69cfad;
/* Tailwind (arbitrary) */
class="text-[#69cfad] bg-[#69cfad]"
/* SCSS */
$brand: #69cfad;
/* SwiftUI */
Color(red: 0.412, green: 0.812, blue: 0.678)
/* Android */
Color.parseColor("#69cfad")Accessibility — WCAG contrast
Aa
#69cfad on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69cfad on black: 11.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green81.2%
Blue67.8%
CMYK percentages
Cyan49.3%
Magenta0.0%
Yellow16.4%
Key (black)18.8%
Color previews
#69cfad text on a black background
contrast 11.13:1
Card sample
#69cfad text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69cfad;
Background color
Panel with #69cfad background
background-color: #69cfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69cfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 207, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 207, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69cfad; background: linear-gradient(135deg, #69cfad, #69ADCF);