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