#43fffe
a balanced, electric cyan · cool · closest name: cyan
RGB
67, 255, 254
HSL
180°, 100%, 63%
CMYK
74, 0, 0, 0
Luminance
0.7987
Every format
| HEX | #43fffe |
| RGB | rgb(67, 255, 254) |
| HSL | hsl(180, 100%, 63%) |
| CMYK | cmyk(74%, 0%, 0%, 0%) |
| LAB | lab(91.6 -44.8 -12.8) |
| LCH | lch(91.6 46.6 195.9) |
| OKLCH | oklch(0.911 0.143 194.4) |
Copy-ready code
/* CSS */
color: #43fffe;
background-color: #43fffe;
/* Tailwind (arbitrary) */
class="text-[#43fffe] bg-[#43fffe]"
/* SCSS */
$brand: #43fffe;
/* SwiftUI */
Color(red: 0.263, green: 1.000, blue: 0.996)
/* Android */
Color.parseColor("#43fffe")Accessibility — WCAG contrast
Aa
#43fffe on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#43fffe on black: 16.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green100.0%
Blue99.6%
CMYK percentages
Cyan73.7%
Magenta0.0%
Yellow0.4%
Key (black)0.0%
Color previews
#43fffe text on a black background
contrast 16.97:1
Card sample
#43fffe text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #43fffe;
Background color
Panel with #43fffe background
background-color: #43fffe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #43fffe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 255, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 255, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #43fffe; background: linear-gradient(135deg, #43fffe, #4382FF);