#69eddf
a light, electric cyan · cool · closest name: turquoise
RGB
105, 237, 223
HSL
174°, 79%, 67%
CMYK
56, 0, 6, 7
Luminance
0.6890
Every format
| HEX | #69eddf |
| RGB | rgb(105, 237, 223) |
| HSL | hsl(174, 79%, 67%) |
| CMYK | cmyk(56%, 0%, 6%, 7%) |
| LAB | lab(86.5 -39.5 -4.2) |
| LCH | lch(86.5 39.8 186.1) |
| OKLCH | oklch(0.869 0.118 185.8) |
Copy-ready code
/* CSS */
color: #69eddf;
background-color: #69eddf;
/* Tailwind (arbitrary) */
class="text-[#69eddf] bg-[#69eddf]"
/* SCSS */
$brand: #69eddf;
/* SwiftUI */
Color(red: 0.412, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#69eddf")Accessibility — WCAG contrast
Aa
#69eddf on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69eddf on black: 14.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green92.9%
Blue87.5%
CMYK percentages
Cyan55.7%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#69eddf text on a black background
contrast 14.78:1
Card sample
#69eddf text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69eddf;
Background color
Panel with #69eddf background
background-color: #69eddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69eddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69eddf; background: linear-gradient(135deg, #69eddf, #69A3ED);