#5fface
a light, electric cyan · cool · closest name: aquamarine
RGB
95, 250, 206
HSL
163°, 94%, 68%
CMYK
62, 0, 18, 2
Luminance
0.7526
Every format
| HEX | #5fface |
| RGB | rgb(95, 250, 206) |
| HSL | hsl(163, 94%, 68%) |
| CMYK | cmyk(62%, 0%, 18%, 2%) |
| LAB | lab(89.5 -51.1 9.1) |
| LCH | lch(89.5 51.9 169.9) |
| OKLCH | oklch(0.891 0.145 170.8) |
Copy-ready code
/* CSS */
color: #5fface;
background-color: #5fface;
/* Tailwind (arbitrary) */
class="text-[#5fface] bg-[#5fface]"
/* SCSS */
$brand: #5fface;
/* SwiftUI */
Color(red: 0.373, green: 0.980, blue: 0.808)
/* Android */
Color.parseColor("#5fface")Accessibility — WCAG contrast
Aa
#5fface on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fface on black: 16.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green98.0%
Blue80.8%
CMYK percentages
Cyan62.0%
Magenta0.0%
Yellow17.6%
Key (black)2.0%
Color previews
#5fface text on a black background
contrast 16.05:1
Card sample
#5fface text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fface;
Background color
Panel with #5fface background
background-color: #5fface;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fface;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 250, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 250, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fface; background: linear-gradient(135deg, #5fface, #5FBEFA);