#6fface
a light, electric cyan · cool · closest name: aquamarine
RGB
111, 250, 206
HSL
161°, 93%, 71%
CMYK
56, 0, 18, 2
Luminance
0.7621
Every format
| HEX | #6fface |
| RGB | rgb(111, 250, 206) |
| HSL | hsl(161, 93%, 71%) |
| CMYK | cmyk(56%, 0%, 18%, 2%) |
| LAB | lab(90.0 -48.1 9.8) |
| LCH | lch(90.0 49.1 168.5) |
| OKLCH | oklch(0.896 0.137 169.5) |
Copy-ready code
/* CSS */
color: #6fface;
background-color: #6fface;
/* Tailwind (arbitrary) */
class="text-[#6fface] bg-[#6fface]"
/* SCSS */
$brand: #6fface;
/* SwiftUI */
Color(red: 0.435, green: 0.980, blue: 0.808)
/* Android */
Color.parseColor("#6fface")Accessibility — WCAG contrast
Aa
#6fface on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fface on black: 16.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green98.0%
Blue80.8%
CMYK percentages
Cyan55.6%
Magenta0.0%
Yellow17.6%
Key (black)2.0%
Color previews
#6fface text on a black background
contrast 16.24:1
Card sample
#6fface text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fface;
Background color
Panel with #6fface background
background-color: #6fface;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fface;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 250, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 250, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fface; background: linear-gradient(135deg, #6fface, #6FC9FA);