#1cebdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
28, 235, 223
HSL
177°, 84%, 52%
CMYK
88, 0, 5, 8
Luminance
0.6499
Every format
| HEX | #1cebdf |
| RGB | rgb(28, 235, 223) |
| HSL | hsl(177, 84%, 52%) |
| CMYK | cmyk(88%, 0%, 5%, 8%) |
| LAB | lab(84.5 -47.8 -7.3) |
| LCH | lch(84.5 48.3 188.7) |
| OKLCH | oklch(0.849 0.144 188.2) |
Copy-ready code
/* CSS */
color: #1cebdf;
background-color: #1cebdf;
/* Tailwind (arbitrary) */
class="text-[#1cebdf] bg-[#1cebdf]"
/* SCSS */
$brand: #1cebdf;
/* SwiftUI */
Color(red: 0.110, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#1cebdf")Accessibility — WCAG contrast
Aa
#1cebdf on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1cebdf on black: 14.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green92.2%
Blue87.5%
CMYK percentages
Cyan88.1%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#1cebdf text on a black background
contrast 14.00:1
Card sample
#1cebdf text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1cebdf;
Background color
Panel with #1cebdf background
background-color: #1cebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1cebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1cebdf; background: linear-gradient(135deg, #1cebdf, #1C6DEB);