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