#2fbacf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
47, 186, 207
HSL
188°, 63%, 50%
CMYK
77, 10, 0, 19
Luminance
0.4023
Every format
| HEX | #2fbacf |
| RGB | rgb(47, 186, 207) |
| HSL | hsl(188, 63%, 50%) |
| CMYK | cmyk(77%, 10%, 0%, 19%) |
| LAB | lab(69.6 -28.7 -20.9) |
| LCH | lch(69.6 35.5 216.1) |
| OKLCH | oklch(0.727 0.116 210.3) |
Copy-ready code
/* CSS */
color: #2fbacf;
background-color: #2fbacf;
/* Tailwind (arbitrary) */
class="text-[#2fbacf] bg-[#2fbacf]"
/* SCSS */
$brand: #2fbacf;
/* SwiftUI */
Color(red: 0.184, green: 0.729, blue: 0.812)
/* Android */
Color.parseColor("#2fbacf")Accessibility — WCAG contrast
Aa
#2fbacf on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fbacf on black: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green72.9%
Blue81.2%
CMYK percentages
Cyan77.3%
Magenta10.1%
Yellow0.0%
Key (black)18.8%
Color previews
#2fbacf text on a black background
contrast 9.05:1
Card sample
#2fbacf text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fbacf;
Background color
Panel with #2fbacf background
background-color: #2fbacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fbacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 186, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 186, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fbacf; background: linear-gradient(135deg, #2fbacf, #2F4FCF);