#43ccff
a balanced, electric cyan · cool · closest name: skyblue
RGB
67, 204, 255
HSL
196°, 100%, 63%
CMYK
74, 20, 0, 0
Luminance
0.5160
Every format
| HEX | #43ccff |
| RGB | rgb(67, 204, 255) |
| HSL | hsl(196, 100%, 63%) |
| CMYK | cmyk(74%, 20%, 0%, 0%) |
| LAB | lab(77.0 -20.3 -35.5) |
| LCH | lch(77.0 40.9 240.2) |
| OKLCH | oklch(0.793 0.135 227.6) |
Copy-ready code
/* CSS */
color: #43ccff;
background-color: #43ccff;
/* Tailwind (arbitrary) */
class="text-[#43ccff] bg-[#43ccff]"
/* SCSS */
$brand: #43ccff;
/* SwiftUI */
Color(red: 0.263, green: 0.800, blue: 1.000)
/* Android */
Color.parseColor("#43ccff")Accessibility — WCAG contrast
Aa
#43ccff on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#43ccff on black: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green80.0%
Blue100.0%
CMYK percentages
Cyan73.7%
Magenta20.0%
Yellow0.0%
Key (black)0.0%
Color previews
#43ccff text on a black background
contrast 11.32:1
Card sample
#43ccff text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #43ccff;
Background color
Panel with #43ccff background
background-color: #43ccff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #43ccff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 204, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 204, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #43ccff; background: linear-gradient(135deg, #43ccff, #434EFF);