#1cefac
a balanced, electric cyan · cool · closest name: aquamarine
RGB
28, 239, 172
HSL
161°, 87%, 52%
CMYK
88, 0, 28, 6
Luminance
0.6496
Every format
| HEX | #1cefac |
| RGB | rgb(28, 239, 172) |
| HSL | hsl(161, 87%, 52%) |
| CMYK | cmyk(88%, 0%, 28%, 6%) |
| LAB | lab(84.5 -62.1 19.4) |
| LCH | lch(84.5 65.1 162.7) |
| OKLCH | oklch(0.844 0.177 163.8) |
Copy-ready code
/* CSS */
color: #1cefac;
background-color: #1cefac;
/* Tailwind (arbitrary) */
class="text-[#1cefac] bg-[#1cefac]"
/* SCSS */
$brand: #1cefac;
/* SwiftUI */
Color(red: 0.110, green: 0.937, blue: 0.675)
/* Android */
Color.parseColor("#1cefac")Accessibility — WCAG contrast
Aa
#1cefac on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1cefac on black: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green93.7%
Blue67.5%
CMYK percentages
Cyan88.3%
Magenta0.0%
Yellow28.0%
Key (black)6.3%
Color previews
#1cefac text on a black background
contrast 13.99:1
Card sample
#1cefac text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1cefac;
Background color
Panel with #1cefac background
background-color: #1cefac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1cefac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 239, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 239, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1cefac; background: linear-gradient(135deg, #1cefac, #1CA6EF);