#27ebfd
a balanced, electric cyan · cool · closest name: cyan
RGB
39, 235, 253
HSL
185°, 98%, 57%
CMYK
85, 7, 0, 1
Luminance
0.6694
Every format
| HEX | #27ebfd |
| RGB | rgb(39, 235, 253) |
| HSL | hsl(185, 98%, 57%) |
| CMYK | cmyk(85%, 7%, 0%, 1%) |
| LAB | lab(85.5 -38.5 -21.6) |
| LCH | lch(85.5 44.1 209.3) |
| OKLCH | oklch(0.860 0.142 205.1) |
Copy-ready code
/* CSS */
color: #27ebfd;
background-color: #27ebfd;
/* Tailwind (arbitrary) */
class="text-[#27ebfd] bg-[#27ebfd]"
/* SCSS */
$brand: #27ebfd;
/* SwiftUI */
Color(red: 0.153, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#27ebfd")Accessibility — WCAG contrast
Aa
#27ebfd on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#27ebfd on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green92.2%
Blue99.2%
CMYK percentages
Cyan84.6%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#27ebfd text on a black background
contrast 14.39:1
Card sample
#27ebfd text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #27ebfd;
Background color
Panel with #27ebfd background
background-color: #27ebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #27ebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #27ebfd; background: linear-gradient(135deg, #27ebfd, #275DFD);