#69dfbe
a balanced, vivid cyan · cool · closest name: turquoise
RGB
105, 223, 190
HSL
163°, 65%, 64%
CMYK
53, 0, 15, 13
Luminance
0.5950
Every format
| HEX | #69dfbe |
| RGB | rgb(105, 223, 190) |
| HSL | hsl(163, 65%, 64%) |
| CMYK | cmyk(53%, 0%, 15%, 13%) |
| LAB | lab(81.6 -41.2 6.1) |
| LCH | lch(81.6 41.6 171.6) |
| OKLCH | oklch(0.826 0.118 172.5) |
Copy-ready code
/* CSS */
color: #69dfbe;
background-color: #69dfbe;
/* Tailwind (arbitrary) */
class="text-[#69dfbe] bg-[#69dfbe]"
/* SCSS */
$brand: #69dfbe;
/* SwiftUI */
Color(red: 0.412, green: 0.875, blue: 0.745)
/* Android */
Color.parseColor("#69dfbe")Accessibility — WCAG contrast
Aa
#69dfbe on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69dfbe on black: 12.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green87.5%
Blue74.5%
CMYK percentages
Cyan52.9%
Magenta0.0%
Yellow14.8%
Key (black)12.5%
Color previews
#69dfbe text on a black background
contrast 12.90:1
Card sample
#69dfbe text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69dfbe;
Background color
Panel with #69dfbe background
background-color: #69dfbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69dfbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 223, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 223, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69dfbe; background: linear-gradient(135deg, #69dfbe, #69B1DF);