#2eeeef
a balanced, electric cyan · cool · closest name: cyan
RGB
46, 238, 239
HSL
180°, 86%, 56%
CMYK
81, 0, 0, 6
Luminance
0.6796
Every format
| HEX | #2eeeef |
| RGB | rgb(46, 238, 239) |
| HSL | hsl(180, 86%, 56%) |
| CMYK | cmyk(81%, 0%, 0%, 6%) |
| LAB | lab(86.0 -43.4 -13.4) |
| LCH | lch(86.0 45.5 197.2) |
| OKLCH | oklch(0.863 0.141 195.4) |
Copy-ready code
/* CSS */
color: #2eeeef;
background-color: #2eeeef;
/* Tailwind (arbitrary) */
class="text-[#2eeeef] bg-[#2eeeef]"
/* SCSS */
$brand: #2eeeef;
/* SwiftUI */
Color(red: 0.180, green: 0.933, blue: 0.937)
/* Android */
Color.parseColor("#2eeeef")Accessibility — WCAG contrast
Aa
#2eeeef on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2eeeef on black: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green93.3%
Blue93.7%
CMYK percentages
Cyan80.8%
Magenta0.4%
Yellow0.0%
Key (black)6.3%
Color previews
#2eeeef text on a black background
contrast 14.59:1
Card sample
#2eeeef text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2eeeef;
Background color
Panel with #2eeeef background
background-color: #2eeeef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2eeeef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 238, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 238, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2eeeef; background: linear-gradient(135deg, #2eeeef, #2E6DEF);