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