#4affeb
a balanced, electric cyan · cool · closest name: cyan
RGB
74, 255, 235
HSL
173°, 100%, 65%
CMYK
71, 0, 8, 0
Luminance
0.7897
Every format
| HEX | #4affeb |
| RGB | rgb(74, 255, 235) |
| HSL | hsl(173, 100%, 65%) |
| CMYK | cmyk(71%, 0%, 8%, 0%) |
| LAB | lab(91.2 -49.1 -3.5) |
| LCH | lch(91.2 49.3 184.1) |
| OKLCH | oklch(0.906 0.145 184.1) |
Copy-ready code
/* CSS */
color: #4affeb;
background-color: #4affeb;
/* Tailwind (arbitrary) */
class="text-[#4affeb] bg-[#4affeb]"
/* SCSS */
$brand: #4affeb;
/* SwiftUI */
Color(red: 0.290, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#4affeb")Accessibility — WCAG contrast
Aa
#4affeb on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4affeb on black: 16.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green100.0%
Blue92.2%
CMYK percentages
Cyan71.0%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#4affeb text on a black background
contrast 16.79:1
Card sample
#4affeb text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4affeb;
Background color
Panel with #4affeb background
background-color: #4affeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4affeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4affeb; background: linear-gradient(135deg, #4affeb, #4A9AFF);