#3bedeb
a balanced, electric cyan · cool · closest name: cyan
RGB
59, 237, 235
HSL
179°, 83%, 58%
CMYK
75, 0, 1, 7
Luminance
0.6750
Every format
| HEX | #3bedeb |
| RGB | rgb(59, 237, 235) |
| HSL | hsl(179, 83%, 58%) |
| CMYK | cmyk(75%, 0%, 1%, 7%) |
| LAB | lab(85.8 -43.0 -11.7) |
| LCH | lch(85.8 44.5 195.2) |
| OKLCH | oklch(0.861 0.137 193.8) |
Copy-ready code
/* CSS */
color: #3bedeb;
background-color: #3bedeb;
/* Tailwind (arbitrary) */
class="text-[#3bedeb] bg-[#3bedeb]"
/* SCSS */
$brand: #3bedeb;
/* SwiftUI */
Color(red: 0.231, green: 0.929, blue: 0.922)
/* Android */
Color.parseColor("#3bedeb")Accessibility — WCAG contrast
Aa
#3bedeb on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bedeb on black: 14.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green92.9%
Blue92.2%
CMYK percentages
Cyan75.1%
Magenta0.0%
Yellow0.8%
Key (black)7.1%
Color previews
#3bedeb text on a black background
contrast 14.50:1
Card sample
#3bedeb text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bedeb;
Background color
Panel with #3bedeb background
background-color: #3bedeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bedeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 237, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 237, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bedeb; background: linear-gradient(135deg, #3bedeb, #3B78ED);