#1ceecb
a balanced, electric cyan · cool · closest name: aquamarine
RGB
28, 238, 203
HSL
170°, 86%, 52%
CMYK
88, 0, 15, 7
Luminance
0.6571
Every format
| HEX | #1ceecb |
| RGB | rgb(28, 238, 203) |
| HSL | hsl(170, 86%, 52%) |
| CMYK | cmyk(88%, 0%, 15%, 7%) |
| LAB | lab(84.8 -54.4 3.8) |
| LCH | lch(84.8 54.5 176.0) |
| OKLCH | oklch(0.850 0.155 176.6) |
Copy-ready code
/* CSS */
color: #1ceecb;
background-color: #1ceecb;
/* Tailwind (arbitrary) */
class="text-[#1ceecb] bg-[#1ceecb]"
/* SCSS */
$brand: #1ceecb;
/* SwiftUI */
Color(red: 0.110, green: 0.933, blue: 0.796)
/* Android */
Color.parseColor("#1ceecb")Accessibility — WCAG contrast
Aa
#1ceecb on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ceecb on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green93.3%
Blue79.6%
CMYK percentages
Cyan88.2%
Magenta0.0%
Yellow14.7%
Key (black)6.7%
Color previews
#1ceecb text on a black background
contrast 14.14:1
Card sample
#1ceecb text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ceecb;
Background color
Panel with #1ceecb background
background-color: #1ceecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ceecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 238, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 238, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ceecb; background: linear-gradient(135deg, #1ceecb, #1C85EE);