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