#2ceffb
a balanced, electric cyan · cool · closest name: cyan
RGB
44, 239, 251
HSL
184°, 96%, 58%
CMYK
83, 5, 0, 2
Luminance
0.6923
Every format
| HEX | #2ceffb |
| RGB | rgb(44, 239, 251) |
| HSL | hsl(184, 96%, 58%) |
| CMYK | cmyk(83%, 5%, 0%, 2%) |
| LAB | lab(86.6 -40.5 -18.8) |
| LCH | lch(86.6 44.7 204.9) |
| OKLCH | oklch(0.869 0.142 201.6) |
Copy-ready code
/* CSS */
color: #2ceffb;
background-color: #2ceffb;
/* Tailwind (arbitrary) */
class="text-[#2ceffb] bg-[#2ceffb]"
/* SCSS */
$brand: #2ceffb;
/* SwiftUI */
Color(red: 0.173, green: 0.937, blue: 0.984)
/* Android */
Color.parseColor("#2ceffb")Accessibility — WCAG contrast
Aa
#2ceffb on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ceffb on black: 14.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green93.7%
Blue98.4%
CMYK percentages
Cyan82.5%
Magenta4.8%
Yellow0.0%
Key (black)1.6%
Color previews
#2ceffb text on a black background
contrast 14.85:1
Card sample
#2ceffb text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ceffb;
Background color
Panel with #2ceffb background
background-color: #2ceffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ceffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 239, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 239, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ceffb; background: linear-gradient(135deg, #2ceffb, #2C65FB);