#69cdcb
a balanced, vivid cyan · cool · closest name: turquoise
RGB
105, 205, 203
HSL
179°, 50%, 61%
CMYK
49, 0, 1, 20
Luminance
0.5098
Every format
| HEX | #69cdcb |
| RGB | rgb(105, 205, 203) |
| HSL | hsl(179, 50%, 61%) |
| CMYK | cmyk(49%, 0%, 1%, 20%) |
| LAB | lab(76.7 -29.7 -8.0) |
| LCH | lch(76.7 30.8 195.1) |
| OKLCH | oklch(0.788 0.094 193.7) |
Copy-ready code
/* CSS */
color: #69cdcb;
background-color: #69cdcb;
/* Tailwind (arbitrary) */
class="text-[#69cdcb] bg-[#69cdcb]"
/* SCSS */
$brand: #69cdcb;
/* SwiftUI */
Color(red: 0.412, green: 0.804, blue: 0.796)
/* Android */
Color.parseColor("#69cdcb")Accessibility — WCAG contrast
Aa
#69cdcb on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69cdcb on black: 11.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green80.4%
Blue79.6%
CMYK percentages
Cyan48.8%
Magenta0.0%
Yellow1.0%
Key (black)19.6%
Color previews
#69cdcb text on a black background
contrast 11.20:1
Card sample
#69cdcb text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69cdcb;
Background color
Panel with #69cdcb background
background-color: #69cdcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69cdcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 205, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 205, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69cdcb; background: linear-gradient(135deg, #69cdcb, #698CCD);