#69ccc3
a balanced, vivid cyan · cool · closest name: turquoise
RGB
105, 204, 195
HSL
175°, 49%, 61%
CMYK
49, 0, 4, 20
Luminance
0.5013
Every format
| HEX | #69ccc3 |
| RGB | rgb(105, 204, 195) |
| HSL | hsl(175, 49%, 61%) |
| CMYK | cmyk(49%, 0%, 4%, 20%) |
| LAB | lab(76.2 -31.2 -4.5) |
| LCH | lch(76.2 31.6 188.2) |
| OKLCH | oklch(0.783 0.094 187.7) |
Copy-ready code
/* CSS */
color: #69ccc3;
background-color: #69ccc3;
/* Tailwind (arbitrary) */
class="text-[#69ccc3] bg-[#69ccc3]"
/* SCSS */
$brand: #69ccc3;
/* SwiftUI */
Color(red: 0.412, green: 0.800, blue: 0.765)
/* Android */
Color.parseColor("#69ccc3")Accessibility — WCAG contrast
Aa
#69ccc3 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69ccc3 on black: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green80.0%
Blue76.5%
CMYK percentages
Cyan48.5%
Magenta0.0%
Yellow4.4%
Key (black)20.0%
Color previews
#69ccc3 text on a black background
contrast 11.03:1
Card sample
#69ccc3 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69ccc3;
Background color
Panel with #69ccc3 background
background-color: #69ccc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69ccc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 204, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 204, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69ccc3; background: linear-gradient(135deg, #69ccc3, #6993CC);