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