#27cffc
a balanced, electric cyan · cool · closest name: skyblue
RGB
39, 207, 252
HSL
193°, 97%, 57%
CMYK
85, 18, 0, 1
Luminance
0.5209
Every format
| HEX | #27cffc |
| RGB | rgb(39, 207, 252) |
| HSL | hsl(193, 97%, 57%) |
| CMYK | cmyk(85%, 18%, 0%, 1%) |
| LAB | lab(77.3 -25.4 -33.5) |
| LCH | lch(77.3 42.0 232.8) |
| OKLCH | oklch(0.794 0.140 222.1) |
Copy-ready code
/* CSS */
color: #27cffc;
background-color: #27cffc;
/* Tailwind (arbitrary) */
class="text-[#27cffc] bg-[#27cffc]"
/* SCSS */
$brand: #27cffc;
/* SwiftUI */
Color(red: 0.153, green: 0.812, blue: 0.988)
/* Android */
Color.parseColor("#27cffc")Accessibility — WCAG contrast
Aa
#27cffc on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#27cffc on black: 11.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green81.2%
Blue98.8%
CMYK percentages
Cyan84.5%
Magenta17.9%
Yellow0.0%
Key (black)1.2%
Color previews
#27cffc text on a black background
contrast 11.42:1
Card sample
#27cffc text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #27cffc;
Background color
Panel with #27cffc background
background-color: #27cffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #27cffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 207, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 207, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #27cffc; background: linear-gradient(135deg, #27cffc, #2741FC);