#2fface
a balanced, electric cyan · cool · closest name: aquamarine
RGB
47, 250, 206
HSL
167°, 95%, 58%
CMYK
81, 0, 18, 2
Luminance
0.7343
Every format
| HEX | #2fface |
| RGB | rgb(47, 250, 206) |
| HSL | hsl(167, 95%, 58%) |
| CMYK | cmyk(81%, 0%, 18%, 2%) |
| LAB | lab(88.7 -57.1 7.7) |
| LCH | lch(88.7 57.6 172.3) |
| OKLCH | oklch(0.882 0.162 173.1) |
Copy-ready code
/* CSS */
color: #2fface;
background-color: #2fface;
/* Tailwind (arbitrary) */
class="text-[#2fface] bg-[#2fface]"
/* SCSS */
$brand: #2fface;
/* SwiftUI */
Color(red: 0.184, green: 0.980, blue: 0.808)
/* Android */
Color.parseColor("#2fface")Accessibility — WCAG contrast
Aa
#2fface on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fface on black: 15.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green98.0%
Blue80.8%
CMYK percentages
Cyan81.2%
Magenta0.0%
Yellow17.6%
Key (black)2.0%
Color previews
#2fface text on a black background
contrast 15.69:1
Card sample
#2fface text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fface;
Background color
Panel with #2fface background
background-color: #2fface;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fface;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 250, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 250, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fface; background: linear-gradient(135deg, #2fface, #2F9FFA);