#1aface
a balanced, electric cyan · cool · closest name: aquamarine
RGB
26, 250, 206
HSL
168°, 96%, 54%
CMYK
90, 0, 18, 2
Luminance
0.7305
Every format
| HEX | #1aface |
| RGB | rgb(26, 250, 206) |
| HSL | hsl(168, 96%, 54%) |
| CMYK | cmyk(90%, 0%, 18%, 2%) |
| LAB | lab(88.5 -58.5 7.5) |
| LCH | lch(88.5 58.9 172.7) |
| OKLCH | oklch(0.880 0.166 173.5) |
Copy-ready code
/* CSS */
color: #1aface;
background-color: #1aface;
/* Tailwind (arbitrary) */
class="text-[#1aface] bg-[#1aface]"
/* SCSS */
$brand: #1aface;
/* SwiftUI */
Color(red: 0.102, green: 0.980, blue: 0.808)
/* Android */
Color.parseColor("#1aface")Accessibility — WCAG contrast
Aa
#1aface on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1aface on black: 15.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green98.0%
Blue80.8%
CMYK percentages
Cyan89.6%
Magenta0.0%
Yellow17.6%
Key (black)2.0%
Color previews
#1aface text on a black background
contrast 15.61:1
Card sample
#1aface text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1aface;
Background color
Panel with #1aface background
background-color: #1aface;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1aface;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 250, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 250, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1aface; background: linear-gradient(135deg, #1aface, #1A91FA);