#29cddb
a balanced, vivid cyan · cool · closest name: turquoise
RGB
41, 205, 219
HSL
185°, 71%, 51%
CMYK
81, 6, 0, 14
Luminance
0.4925
Every format
| HEX | #29cddb |
| RGB | rgb(41, 205, 219) |
| HSL | hsl(185, 71%, 51%) |
| CMYK | cmyk(81%, 6%, 0%, 14%) |
| LAB | lab(75.6 -34.7 -18.4) |
| LCH | lch(75.6 39.3 208.0) |
| OKLCH | oklch(0.776 0.126 204.1) |
Copy-ready code
/* CSS */
color: #29cddb;
background-color: #29cddb;
/* Tailwind (arbitrary) */
class="text-[#29cddb] bg-[#29cddb]"
/* SCSS */
$brand: #29cddb;
/* SwiftUI */
Color(red: 0.161, green: 0.804, blue: 0.859)
/* Android */
Color.parseColor("#29cddb")Accessibility — WCAG contrast
Aa
#29cddb on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#29cddb on black: 10.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green80.4%
Blue85.9%
CMYK percentages
Cyan81.3%
Magenta6.4%
Yellow0.0%
Key (black)14.1%
Color previews
#29cddb text on a black background
contrast 10.85:1
Card sample
#29cddb text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29cddb;
Background color
Panel with #29cddb background
background-color: #29cddb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29cddb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 205, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 205, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29cddb; background: linear-gradient(135deg, #29cddb, #2956DB);