#2febfc
a balanced, electric cyan · cool · closest name: cyan
RGB
47, 235, 252
HSL
185°, 97%, 59%
CMYK
81, 7, 0, 1
Luminance
0.6705
Every format
| HEX | #2febfc |
| RGB | rgb(47, 235, 252) |
| HSL | hsl(185, 97%, 59%) |
| CMYK | cmyk(81%, 7%, 0%, 1%) |
| LAB | lab(85.5 -38.2 -20.9) |
| LCH | lch(85.5 43.6 208.7) |
| OKLCH | oklch(0.861 0.140 204.6) |
Copy-ready code
/* CSS */
color: #2febfc;
background-color: #2febfc;
/* Tailwind (arbitrary) */
class="text-[#2febfc] bg-[#2febfc]"
/* SCSS */
$brand: #2febfc;
/* SwiftUI */
Color(red: 0.184, green: 0.922, blue: 0.988)
/* Android */
Color.parseColor("#2febfc")Accessibility — WCAG contrast
Aa
#2febfc on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2febfc on black: 14.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green92.2%
Blue98.8%
CMYK percentages
Cyan81.3%
Magenta6.7%
Yellow0.0%
Key (black)1.2%
Color previews
#2febfc text on a black background
contrast 14.41:1
Card sample
#2febfc text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2febfc;
Background color
Panel with #2febfc background
background-color: #2febfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2febfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 235, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 235, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2febfc; background: linear-gradient(135deg, #2febfc, #2F62FC);