#1ceeb7
a balanced, electric cyan · cool · closest name: aquamarine
RGB
28, 238, 183
HSL
164°, 86%, 52%
CMYK
88, 0, 23, 7
Luminance
0.6481
Every format
| HEX | #1ceeb7 |
| RGB | rgb(28, 238, 183) |
| HSL | hsl(164, 86%, 52%) |
| CMYK | cmyk(88%, 0%, 23%, 7%) |
| LAB | lab(84.4 -59.3 13.6) |
| LCH | lch(84.4 60.8 167.1) |
| OKLCH | oklch(0.845 0.168 168.0) |
Copy-ready code
/* CSS */
color: #1ceeb7;
background-color: #1ceeb7;
/* Tailwind (arbitrary) */
class="text-[#1ceeb7] bg-[#1ceeb7]"
/* SCSS */
$brand: #1ceeb7;
/* SwiftUI */
Color(red: 0.110, green: 0.933, blue: 0.718)
/* Android */
Color.parseColor("#1ceeb7")Accessibility — WCAG contrast
Aa
#1ceeb7 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ceeb7 on black: 13.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green93.3%
Blue71.8%
CMYK percentages
Cyan88.2%
Magenta0.0%
Yellow23.1%
Key (black)6.7%
Color previews
#1ceeb7 text on a black background
contrast 13.96:1
Card sample
#1ceeb7 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ceeb7;
Background color
Panel with #1ceeb7 background
background-color: #1ceeb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ceeb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 238, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 238, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ceeb7; background: linear-gradient(135deg, #1ceeb7, #1C99EE);