#4bfef3
a balanced, electric cyan · cool · closest name: cyan
RGB
75, 254, 243
HSL
176°, 99%, 65%
CMYK
71, 0, 4, 0
Luminance
0.7885
Every format
| HEX | #4bfef3 |
| RGB | rgb(75, 254, 243) |
| HSL | hsl(176, 99%, 65%) |
| CMYK | cmyk(71%, 0%, 4%, 0%) |
| LAB | lab(91.2 -46.5 -7.8) |
| LCH | lch(91.2 47.1 189.5) |
| OKLCH | oklch(0.907 0.141 188.9) |
Copy-ready code
/* CSS */
color: #4bfef3;
background-color: #4bfef3;
/* Tailwind (arbitrary) */
class="text-[#4bfef3] bg-[#4bfef3]"
/* SCSS */
$brand: #4bfef3;
/* SwiftUI */
Color(red: 0.294, green: 0.996, blue: 0.953)
/* Android */
Color.parseColor("#4bfef3")Accessibility — WCAG contrast
Aa
#4bfef3 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bfef3 on black: 16.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green99.6%
Blue95.3%
CMYK percentages
Cyan70.5%
Magenta0.0%
Yellow4.3%
Key (black)0.4%
Color previews
#4bfef3 text on a black background
contrast 16.77:1
Card sample
#4bfef3 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bfef3;
Background color
Panel with #4bfef3 background
background-color: #4bfef3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bfef3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 254, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 254, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bfef3; background: linear-gradient(135deg, #4bfef3, #4B92FE);