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