#27abcf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
39, 171, 207
HSL
193°, 68%, 48%
CMYK
81, 17, 0, 19
Luminance
0.3406
Every format
| HEX | #27abcf |
| RGB | rgb(39, 171, 207) |
| HSL | hsl(193, 68%, 48%) |
| CMYK | cmyk(81%, 17%, 0%, 19%) |
| LAB | lab(65.0 -21.9 -28.0) |
| LCH | lch(65.0 35.6 232.0) |
| OKLCH | oklch(0.689 0.118 221.6) |
Copy-ready code
/* CSS */
color: #27abcf;
background-color: #27abcf;
/* Tailwind (arbitrary) */
class="text-[#27abcf] bg-[#27abcf]"
/* SCSS */
$brand: #27abcf;
/* SwiftUI */
Color(red: 0.153, green: 0.671, blue: 0.812)
/* Android */
Color.parseColor("#27abcf")Accessibility — WCAG contrast
Aa
#27abcf on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#27abcf on black: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green67.1%
Blue81.2%
CMYK percentages
Cyan81.2%
Magenta17.4%
Yellow0.0%
Key (black)18.8%
Color previews
#27abcf text on a black background
contrast 7.81:1
Card sample
#27abcf text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #27abcf;
Background color
Panel with #27abcf background
background-color: #27abcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #27abcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 171, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 171, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #27abcf; background: linear-gradient(135deg, #27abcf, #273BCF);