#1cebbc
a balanced, electric cyan · cool · closest name: aquamarine
RGB
28, 235, 188
HSL
166°, 84%, 52%
CMYK
88, 0, 20, 8
Luminance
0.6329
Every format
| HEX | #1cebbc |
| RGB | rgb(28, 235, 188) |
| HSL | hsl(166, 84%, 52%) |
| CMYK | cmyk(88%, 0%, 20%, 8%) |
| LAB | lab(83.6 -56.9 9.9) |
| LCH | lch(83.6 57.8 170.2) |
| OKLCH | oklch(0.838 0.161 171.0) |
Copy-ready code
/* CSS */
color: #1cebbc;
background-color: #1cebbc;
/* Tailwind (arbitrary) */
class="text-[#1cebbc] bg-[#1cebbc]"
/* SCSS */
$brand: #1cebbc;
/* SwiftUI */
Color(red: 0.110, green: 0.922, blue: 0.737)
/* Android */
Color.parseColor("#1cebbc")Accessibility — WCAG contrast
Aa
#1cebbc on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1cebbc on black: 13.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green92.2%
Blue73.7%
CMYK percentages
Cyan88.1%
Magenta0.0%
Yellow20.0%
Key (black)7.8%
Color previews
#1cebbc text on a black background
contrast 13.66:1
Card sample
#1cebbc text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1cebbc;
Background color
Panel with #1cebbc background
background-color: #1cebbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1cebbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 235, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 235, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1cebbc; background: linear-gradient(135deg, #1cebbc, #1C90EB);