#27cfdf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
39, 207, 223
HSL
185°, 74%, 51%
CMYK
83, 7, 0, 13
Luminance
0.5038
Every format
| HEX | #27cfdf |
| RGB | rgb(39, 207, 223) |
| HSL | hsl(185, 74%, 51%) |
| CMYK | cmyk(83%, 7%, 0%, 13%) |
| LAB | lab(76.3 -34.5 -19.5) |
| LCH | lch(76.3 39.7 209.5) |
| OKLCH | oklch(0.782 0.128 205.2) |
Copy-ready code
/* CSS */
color: #27cfdf;
background-color: #27cfdf;
/* Tailwind (arbitrary) */
class="text-[#27cfdf] bg-[#27cfdf]"
/* SCSS */
$brand: #27cfdf;
/* SwiftUI */
Color(red: 0.153, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#27cfdf")Accessibility — WCAG contrast
Aa
#27cfdf on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#27cfdf on black: 11.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green81.2%
Blue87.5%
CMYK percentages
Cyan82.5%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#27cfdf text on a black background
contrast 11.08:1
Card sample
#27cfdf text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #27cfdf;
Background color
Panel with #27cfdf background
background-color: #27cfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #27cfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #27cfdf; background: linear-gradient(135deg, #27cfdf, #2754DF);