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