#2fadcf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
47, 173, 207
HSL
193°, 63%, 50%
CMYK
77, 16, 0, 19
Luminance
0.3500
Every format
| HEX | #2fadcf |
| RGB | rgb(47, 173, 207) |
| HSL | hsl(193, 63%, 50%) |
| CMYK | cmyk(77%, 16%, 0%, 19%) |
| LAB | lab(65.7 -22.1 -26.9) |
| LCH | lch(65.7 34.8 230.5) |
| OKLCH | oklch(0.696 0.116 220.6) |
Copy-ready code
/* CSS */
color: #2fadcf;
background-color: #2fadcf;
/* Tailwind (arbitrary) */
class="text-[#2fadcf] bg-[#2fadcf]"
/* SCSS */
$brand: #2fadcf;
/* SwiftUI */
Color(red: 0.184, green: 0.678, blue: 0.812)
/* Android */
Color.parseColor("#2fadcf")Accessibility — WCAG contrast
Aa
#2fadcf on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fadcf on black: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green67.8%
Blue81.2%
CMYK percentages
Cyan77.3%
Magenta16.4%
Yellow0.0%
Key (black)18.8%
Color previews
#2fadcf text on a black background
contrast 8.00:1
Card sample
#2fadcf text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fadcf;
Background color
Panel with #2fadcf background
background-color: #2fadcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fadcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 173, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 173, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fadcf; background: linear-gradient(135deg, #2fadcf, #2F42CF);