#1ceacf
a balanced, electric cyan · cool · closest name: turquoise
RGB
28, 234, 207
HSL
172°, 83%, 51%
CMYK
88, 0, 12, 8
Luminance
0.6360
Every format
| HEX | #1ceacf |
| RGB | rgb(28, 234, 207) |
| HSL | hsl(172, 83%, 51%) |
| CMYK | cmyk(88%, 0%, 12%, 8%) |
| LAB | lab(83.8 -51.7 0.1) |
| LCH | lch(83.8 51.7 179.9) |
| OKLCH | oklch(0.841 0.149 180.2) |
Copy-ready code
/* CSS */
color: #1ceacf;
background-color: #1ceacf;
/* Tailwind (arbitrary) */
class="text-[#1ceacf] bg-[#1ceacf]"
/* SCSS */
$brand: #1ceacf;
/* SwiftUI */
Color(red: 0.110, green: 0.918, blue: 0.812)
/* Android */
Color.parseColor("#1ceacf")Accessibility — WCAG contrast
Aa
#1ceacf on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ceacf on black: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green91.8%
Blue81.2%
CMYK percentages
Cyan88.0%
Magenta0.0%
Yellow11.5%
Key (black)8.2%
Color previews
#1ceacf text on a black background
contrast 13.72:1
Card sample
#1ceacf text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ceacf;
Background color
Panel with #1ceacf background
background-color: #1ceacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ceacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 234, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 234, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ceacf; background: linear-gradient(135deg, #1ceacf, #1C7CEA);