#3beeee
a balanced, electric cyan · cool · closest name: cyan
RGB
59, 238, 238
HSL
180°, 84%, 58%
CMYK
75, 0, 0, 7
Luminance
0.6825
Every format
| HEX | #3beeee |
| RGB | rgb(59, 238, 238) |
| HSL | hsl(180, 84%, 58%) |
| CMYK | cmyk(75%, 0%, 0%, 7%) |
| LAB | lab(86.1 -42.6 -12.7) |
| LCH | lch(86.1 44.4 196.6) |
| OKLCH | oklch(0.865 0.137 194.9) |
Copy-ready code
/* CSS */
color: #3beeee;
background-color: #3beeee;
/* Tailwind (arbitrary) */
class="text-[#3beeee] bg-[#3beeee]"
/* SCSS */
$brand: #3beeee;
/* SwiftUI */
Color(red: 0.231, green: 0.933, blue: 0.933)
/* Android */
Color.parseColor("#3beeee")Accessibility — WCAG contrast
Aa
#3beeee on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3beeee on black: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green93.3%
Blue93.3%
CMYK percentages
Cyan75.2%
Magenta0.0%
Yellow0.0%
Key (black)6.7%
Color previews
#3beeee text on a black background
contrast 14.65:1
Card sample
#3beeee text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3beeee;
Background color
Panel with #3beeee background
background-color: #3beeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3beeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 238, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 238, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3beeee; background: linear-gradient(135deg, #3beeee, #3B77EE);