#2fbfff
a balanced, electric cyan · cool · closest name: skyblue
RGB
47, 191, 255
HSL
199°, 100%, 59%
CMYK
82, 25, 0, 0
Luminance
0.4509
Every format
| HEX | #2fbfff |
| RGB | rgb(47, 191, 255) |
| HSL | hsl(199, 100%, 59%) |
| CMYK | cmyk(82%, 25%, 0%, 0%) |
| LAB | lab(73.0 -15.5 -41.9) |
| LCH | lch(73.0 44.7 249.6) |
| OKLCH | oklch(0.760 0.147 233.7) |
Copy-ready code
/* CSS */
color: #2fbfff;
background-color: #2fbfff;
/* Tailwind (arbitrary) */
class="text-[#2fbfff] bg-[#2fbfff]"
/* SCSS */
$brand: #2fbfff;
/* SwiftUI */
Color(red: 0.184, green: 0.749, blue: 1.000)
/* Android */
Color.parseColor("#2fbfff")Accessibility — WCAG contrast
Aa
#2fbfff on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fbfff on black: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green74.9%
Blue100.0%
CMYK percentages
Cyan81.6%
Magenta25.1%
Yellow0.0%
Key (black)0.0%
Color previews
#2fbfff text on a black background
contrast 10.02:1
Card sample
#2fbfff text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fbfff;
Background color
Panel with #2fbfff background
background-color: #2fbfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fbfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 191, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 191, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fbfff; background: linear-gradient(135deg, #2fbfff, #2F34FF);