#2fbcfc
a balanced, electric cyan · cool · closest name: skyblue
RGB
47, 188, 252
HSL
199°, 97%, 59%
CMYK
81, 25, 0, 1
Luminance
0.4360
Every format
| HEX | #2fbcfc |
| RGB | rgb(47, 188, 252) |
| HSL | hsl(199, 97%, 59%) |
| CMYK | cmyk(81%, 25%, 0%, 1%) |
| LAB | lab(72.0 -15.0 -41.8) |
| LCH | lch(72.0 44.4 250.3) |
| OKLCH | oklch(0.751 0.146 234.2) |
Copy-ready code
/* CSS */
color: #2fbcfc;
background-color: #2fbcfc;
/* Tailwind (arbitrary) */
class="text-[#2fbcfc] bg-[#2fbcfc]"
/* SCSS */
$brand: #2fbcfc;
/* SwiftUI */
Color(red: 0.184, green: 0.737, blue: 0.988)
/* Android */
Color.parseColor("#2fbcfc")Accessibility — WCAG contrast
Aa
#2fbcfc on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fbcfc on black: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green73.7%
Blue98.8%
CMYK percentages
Cyan81.3%
Magenta25.4%
Yellow0.0%
Key (black)1.2%
Color previews
#2fbcfc text on a black background
contrast 9.72:1
Card sample
#2fbcfc text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fbcfc;
Background color
Panel with #2fbcfc background
background-color: #2fbcfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fbcfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 188, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 188, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fbcfc; background: linear-gradient(135deg, #2fbcfc, #2F33FC);