#3ebee3
a balanced, vivid cyan · cool · closest name: skyblue
RGB
62, 190, 227
HSL
194°, 75%, 57%
CMYK
73, 16, 0, 11
Luminance
0.4340
Every format
| HEX | #3ebee3 |
| RGB | rgb(62, 190, 227) |
| HSL | hsl(194, 75%, 57%) |
| CMYK | cmyk(73%, 16%, 0%, 11%) |
| LAB | lab(71.8 -22.7 -28.5) |
| LCH | lch(71.8 36.4 231.4) |
| OKLCH | oklch(0.748 0.120 221.4) |
Copy-ready code
/* CSS */
color: #3ebee3;
background-color: #3ebee3;
/* Tailwind (arbitrary) */
class="text-[#3ebee3] bg-[#3ebee3]"
/* SCSS */
$brand: #3ebee3;
/* SwiftUI */
Color(red: 0.243, green: 0.745, blue: 0.890)
/* Android */
Color.parseColor("#3ebee3")Accessibility — WCAG contrast
Aa
#3ebee3 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ebee3 on black: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green74.5%
Blue89.0%
CMYK percentages
Cyan72.7%
Magenta16.3%
Yellow0.0%
Key (black)11.0%
Color previews
#3ebee3 text on a black background
contrast 9.68:1
Card sample
#3ebee3 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ebee3;
Background color
Panel with #3ebee3 background
background-color: #3ebee3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ebee3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 190, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 190, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ebee3; background: linear-gradient(135deg, #3ebee3, #3E50E3);