#27ccdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
39, 204, 223
HSL
186°, 74%, 51%
CMYK
83, 9, 0, 13
Luminance
0.4894
Every format
| HEX | #27ccdf |
| RGB | rgb(39, 204, 223) |
| HSL | hsl(186, 74%, 51%) |
| CMYK | cmyk(83%, 9%, 0%, 13%) |
| LAB | lab(75.4 -33.1 -20.9) |
| LCH | lch(75.4 39.1 212.2) |
| OKLCH | oklch(0.775 0.127 207.3) |
Copy-ready code
/* CSS */
color: #27ccdf;
background-color: #27ccdf;
/* Tailwind (arbitrary) */
class="text-[#27ccdf] bg-[#27ccdf]"
/* SCSS */
$brand: #27ccdf;
/* SwiftUI */
Color(red: 0.153, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#27ccdf")Accessibility — WCAG contrast
Aa
#27ccdf on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#27ccdf on black: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green80.0%
Blue87.5%
CMYK percentages
Cyan82.5%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#27ccdf text on a black background
contrast 10.79:1
Card sample
#27ccdf text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #27ccdf;
Background color
Panel with #27ccdf background
background-color: #27ccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #27ccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #27ccdf; background: linear-gradient(135deg, #27ccdf, #2751DF);