#43fdff
a balanced, electric cyan · cool · closest name: cyan
RGB
67, 253, 255
HSL
181°, 100%, 63%
CMYK
74, 1, 0, 0
Luminance
0.7866
Every format
| HEX | #43fdff |
| RGB | rgb(67, 253, 255) |
| HSL | hsl(181, 100%, 63%) |
| CMYK | cmyk(74%, 1%, 0%, 0%) |
| LAB | lab(91.1 -43.7 -14.1) |
| LCH | lch(91.1 45.9 197.9) |
| OKLCH | oklch(0.907 0.142 196.0) |
Copy-ready code
/* CSS */
color: #43fdff;
background-color: #43fdff;
/* Tailwind (arbitrary) */
class="text-[#43fdff] bg-[#43fdff]"
/* SCSS */
$brand: #43fdff;
/* SwiftUI */
Color(red: 0.263, green: 0.992, blue: 1.000)
/* Android */
Color.parseColor("#43fdff")Accessibility — WCAG contrast
Aa
#43fdff on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#43fdff on black: 16.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green99.2%
Blue100.0%
CMYK percentages
Cyan73.7%
Magenta0.8%
Yellow0.0%
Key (black)0.0%
Color previews
#43fdff text on a black background
contrast 16.73:1
Card sample
#43fdff text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #43fdff;
Background color
Panel with #43fdff background
background-color: #43fdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #43fdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 253, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 253, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #43fdff; background: linear-gradient(135deg, #43fdff, #4380FF);