#43ccdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
67, 204, 223
HSL
187°, 71%, 57%
CMYK
70, 9, 0, 13
Luminance
0.4971
Every format
| HEX | #43ccdf |
| RGB | rgb(67, 204, 223) |
| HSL | hsl(187, 71%, 57%) |
| CMYK | cmyk(70%, 9%, 0%, 13%) |
| LAB | lab(75.9 -30.3 -20.1) |
| LCH | lch(75.9 36.3 213.6) |
| OKLCH | oklch(0.780 0.117 208.4) |
Copy-ready code
/* CSS */
color: #43ccdf;
background-color: #43ccdf;
/* Tailwind (arbitrary) */
class="text-[#43ccdf] bg-[#43ccdf]"
/* SCSS */
$brand: #43ccdf;
/* SwiftUI */
Color(red: 0.263, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#43ccdf")Accessibility — WCAG contrast
Aa
#43ccdf on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#43ccdf on black: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green80.0%
Blue87.5%
CMYK percentages
Cyan70.0%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#43ccdf text on a black background
contrast 10.94:1
Card sample
#43ccdf text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #43ccdf;
Background color
Panel with #43ccdf background
background-color: #43ccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #43ccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #43ccdf; background: linear-gradient(135deg, #43ccdf, #4364DF);