#3affeb
a balanced, electric cyan · cool · closest name: cyan
RGB
58, 255, 235
HSL
174°, 100%, 61%
CMYK
77, 0, 8, 0
Luminance
0.7842
Every format
| HEX | #3affeb |
| RGB | rgb(58, 255, 235) |
| HSL | hsl(174, 100%, 61%) |
| CMYK | cmyk(77%, 0%, 8%, 0%) |
| LAB | lab(91.0 -50.8 -3.9) |
| LCH | lch(91.0 51.0 184.4) |
| OKLCH | oklch(0.904 0.150 184.4) |
Copy-ready code
/* CSS */
color: #3affeb;
background-color: #3affeb;
/* Tailwind (arbitrary) */
class="text-[#3affeb] bg-[#3affeb]"
/* SCSS */
$brand: #3affeb;
/* SwiftUI */
Color(red: 0.227, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#3affeb")Accessibility — WCAG contrast
Aa
#3affeb on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3affeb on black: 16.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green100.0%
Blue92.2%
CMYK percentages
Cyan77.3%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#3affeb text on a black background
contrast 16.68:1
Card sample
#3affeb text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3affeb;
Background color
Panel with #3affeb background
background-color: #3affeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3affeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3affeb; background: linear-gradient(135deg, #3affeb, #3A90FF);