#2eafdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
46, 175, 223
HSL
196°, 73%, 53%
CMYK
79, 22, 0, 13
Luminance
0.3657
Every format
| HEX | #2eafdf |
| RGB | rgb(46, 175, 223) |
| HSL | hsl(196, 73%, 53%) |
| CMYK | cmyk(79%, 22%, 0%, 13%) |
| LAB | lab(67.0 -18.0 -33.8) |
| LCH | lch(67.0 38.3 242.0) |
| OKLCH | oklch(0.707 0.127 228.6) |
Copy-ready code
/* CSS */
color: #2eafdf;
background-color: #2eafdf;
/* Tailwind (arbitrary) */
class="text-[#2eafdf] bg-[#2eafdf]"
/* SCSS */
$brand: #2eafdf;
/* SwiftUI */
Color(red: 0.180, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#2eafdf")Accessibility — WCAG contrast
Aa
#2eafdf on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2eafdf on black: 8.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green68.6%
Blue87.5%
CMYK percentages
Cyan79.4%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#2eafdf text on a black background
contrast 8.31:1
Card sample
#2eafdf text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2eafdf;
Background color
Panel with #2eafdf background
background-color: #2eafdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2eafdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2eafdf; background: linear-gradient(135deg, #2eafdf, #2E39DF);