#2cebfd
a balanced, electric cyan · cool · closest name: cyan
RGB
44, 235, 253
HSL
185°, 98%, 58%
CMYK
83, 7, 0, 1
Luminance
0.6704
Every format
| HEX | #2cebfd |
| RGB | rgb(44, 235, 253) |
| HSL | hsl(185, 98%, 58%) |
| CMYK | cmyk(83%, 7%, 0%, 1%) |
| LAB | lab(85.5 -38.1 -21.5) |
| LCH | lch(85.5 43.8 209.4) |
| OKLCH | oklch(0.861 0.141 205.1) |
Copy-ready code
/* CSS */
color: #2cebfd;
background-color: #2cebfd;
/* Tailwind (arbitrary) */
class="text-[#2cebfd] bg-[#2cebfd]"
/* SCSS */
$brand: #2cebfd;
/* SwiftUI */
Color(red: 0.173, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#2cebfd")Accessibility — WCAG contrast
Aa
#2cebfd on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cebfd on black: 14.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green92.2%
Blue99.2%
CMYK percentages
Cyan82.6%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#2cebfd text on a black background
contrast 14.41:1
Card sample
#2cebfd text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cebfd;
Background color
Panel with #2cebfd background
background-color: #2cebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cebfd; background: linear-gradient(135deg, #2cebfd, #2C5FFD);