#26cdcf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
38, 205, 207
HSL
181°, 69%, 48%
CMYK
82, 1, 0, 19
Luminance
0.4858
Every format
| HEX | #26cdcf |
| RGB | rgb(38, 205, 207) |
| HSL | hsl(181, 69%, 48%) |
| CMYK | cmyk(82%, 1%, 0%, 19%) |
| LAB | lab(75.2 -38.5 -12.6) |
| LCH | lch(75.2 40.5 198.1) |
| OKLCH | oklch(0.772 0.126 196.2) |
Copy-ready code
/* CSS */
color: #26cdcf;
background-color: #26cdcf;
/* Tailwind (arbitrary) */
class="text-[#26cdcf] bg-[#26cdcf]"
/* SCSS */
$brand: #26cdcf;
/* SwiftUI */
Color(red: 0.149, green: 0.804, blue: 0.812)
/* Android */
Color.parseColor("#26cdcf")Accessibility — WCAG contrast
Aa
#26cdcf on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#26cdcf on black: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green80.4%
Blue81.2%
CMYK percentages
Cyan81.6%
Magenta1.0%
Yellow0.0%
Key (black)18.8%
Color previews
#26cdcf text on a black background
contrast 10.72:1
Card sample
#26cdcf text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #26cdcf;
Background color
Panel with #26cdcf background
background-color: #26cdcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #26cdcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 205, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 205, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #26cdcf; background: linear-gradient(135deg, #26cdcf, #265CCF);