#1cccd3
a balanced, electric cyan · cool · closest name: turquoise
RGB
28, 204, 211
HSL
182°, 77%, 47%
CMYK
87, 3, 0, 17
Luminance
0.4814
Every format
| HEX | #1cccd3 |
| RGB | rgb(28, 204, 211) |
| HSL | hsl(182, 77%, 47%) |
| CMYK | cmyk(87%, 3%, 0%, 17%) |
| LAB | lab(74.9 -37.5 -15.2) |
| LCH | lch(74.9 40.5 202.0) |
| OKLCH | oklch(0.769 0.127 199.4) |
Copy-ready code
/* CSS */
color: #1cccd3;
background-color: #1cccd3;
/* Tailwind (arbitrary) */
class="text-[#1cccd3] bg-[#1cccd3]"
/* SCSS */
$brand: #1cccd3;
/* SwiftUI */
Color(red: 0.110, green: 0.800, blue: 0.827)
/* Android */
Color.parseColor("#1cccd3")Accessibility — WCAG contrast
Aa
#1cccd3 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1cccd3 on black: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green80.0%
Blue82.7%
CMYK percentages
Cyan86.7%
Magenta3.3%
Yellow0.0%
Key (black)17.3%
Color previews
#1cccd3 text on a black background
contrast 10.63:1
Card sample
#1cccd3 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1cccd3;
Background color
Panel with #1cccd3 background
background-color: #1cccd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1cccd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 204, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 204, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1cccd3; background: linear-gradient(135deg, #1cccd3, #1C52D3);