#2ceafe
a balanced, electric cyan · cool · closest name: cyan
RGB
44, 234, 254
HSL
186°, 99%, 58%
CMYK
83, 8, 0, 0
Luminance
0.6654
Every format
| HEX | #2ceafe |
| RGB | rgb(44, 234, 254) |
| HSL | hsl(186, 99%, 58%) |
| CMYK | cmyk(83%, 8%, 0%, 0%) |
| LAB | lab(85.3 -37.4 -22.4) |
| LCH | lch(85.3 43.6 210.9) |
| OKLCH | oklch(0.859 0.141 206.3) |
Copy-ready code
/* CSS */
color: #2ceafe;
background-color: #2ceafe;
/* Tailwind (arbitrary) */
class="text-[#2ceafe] bg-[#2ceafe]"
/* SCSS */
$brand: #2ceafe;
/* SwiftUI */
Color(red: 0.173, green: 0.918, blue: 0.996)
/* Android */
Color.parseColor("#2ceafe")Accessibility — WCAG contrast
Aa
#2ceafe on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ceafe on black: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green91.8%
Blue99.6%
CMYK percentages
Cyan82.7%
Magenta7.9%
Yellow0.0%
Key (black)0.4%
Color previews
#2ceafe text on a black background
contrast 14.31:1
Card sample
#2ceafe text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ceafe;
Background color
Panel with #2ceafe background
background-color: #2ceafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ceafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 234, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 234, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ceafe; background: linear-gradient(135deg, #2ceafe, #2C5EFE);