#2ebcdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
46, 188, 223
HSL
192°, 73%, 53%
CMYK
79, 16, 0, 13
Luminance
0.4187
Every format
| HEX | #2ebcdf |
| RGB | rgb(46, 188, 223) |
| HSL | hsl(192, 73%, 53%) |
| CMYK | cmyk(79%, 16%, 0%, 13%) |
| LAB | lab(70.8 -24.7 -27.9) |
| LCH | lch(70.8 37.3 228.5) |
| OKLCH | oklch(0.738 0.124 219.2) |
Copy-ready code
/* CSS */
color: #2ebcdf;
background-color: #2ebcdf;
/* Tailwind (arbitrary) */
class="text-[#2ebcdf] bg-[#2ebcdf]"
/* SCSS */
$brand: #2ebcdf;
/* SwiftUI */
Color(red: 0.180, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#2ebcdf")Accessibility — WCAG contrast
Aa
#2ebcdf on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ebcdf on black: 9.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green73.7%
Blue87.5%
CMYK percentages
Cyan79.4%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#2ebcdf text on a black background
contrast 9.37:1
Card sample
#2ebcdf text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ebcdf;
Background color
Panel with #2ebcdf background
background-color: #2ebcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ebcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ebcdf; background: linear-gradient(135deg, #2ebcdf, #2E46DF);