#1ce2cc
a balanced, electric cyan · cool · closest name: turquoise
RGB
28, 226, 204
HSL
173°, 78%, 50%
CMYK
88, 0, 10, 11
Luminance
0.5900
Every format
| HEX | #1ce2cc |
| RGB | rgb(28, 226, 204) |
| HSL | hsl(173, 78%, 50%) |
| CMYK | cmyk(88%, 0%, 10%, 11%) |
| LAB | lab(81.3 -49.2 -1.9) |
| LCH | lch(81.3 49.2 182.2) |
| OKLCH | oklch(0.821 0.143 182.4) |
Copy-ready code
/* CSS */
color: #1ce2cc;
background-color: #1ce2cc;
/* Tailwind (arbitrary) */
class="text-[#1ce2cc] bg-[#1ce2cc]"
/* SCSS */
$brand: #1ce2cc;
/* SwiftUI */
Color(red: 0.110, green: 0.886, blue: 0.800)
/* Android */
Color.parseColor("#1ce2cc")Accessibility — WCAG contrast
Aa
#1ce2cc on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ce2cc on black: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green88.6%
Blue80.0%
CMYK percentages
Cyan87.6%
Magenta0.0%
Yellow9.7%
Key (black)11.4%
Color previews
#1ce2cc text on a black background
contrast 12.80:1
Card sample
#1ce2cc text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ce2cc;
Background color
Panel with #1ce2cc background
background-color: #1ce2cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ce2cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 226, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 226, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ce2cc; background: linear-gradient(135deg, #1ce2cc, #1C74E2);