#2eafdb
a balanced, vivid cyan · cool · closest name: skyblue
RGB
46, 175, 219
HSL
195°, 71%, 52%
CMYK
79, 20, 0, 14
Luminance
0.3636
Every format
| HEX | #2eafdb |
| RGB | rgb(46, 175, 219) |
| HSL | hsl(195, 71%, 52%) |
| CMYK | cmyk(79%, 20%, 0%, 14%) |
| LAB | lab(66.8 -19.3 -31.9) |
| LCH | lch(66.8 37.3 238.8) |
| OKLCH | oklch(0.706 0.124 226.4) |
Copy-ready code
/* CSS */
color: #2eafdb;
background-color: #2eafdb;
/* Tailwind (arbitrary) */
class="text-[#2eafdb] bg-[#2eafdb]"
/* SCSS */
$brand: #2eafdb;
/* SwiftUI */
Color(red: 0.180, green: 0.686, blue: 0.859)
/* Android */
Color.parseColor("#2eafdb")Accessibility — WCAG contrast
Aa
#2eafdb on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2eafdb on black: 8.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green68.6%
Blue85.9%
CMYK percentages
Cyan79.0%
Magenta20.1%
Yellow0.0%
Key (black)14.1%
Color previews
#2eafdb text on a black background
contrast 8.27:1
Card sample
#2eafdb text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2eafdb;
Background color
Panel with #2eafdb background
background-color: #2eafdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2eafdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 175, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 175, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2eafdb; background: linear-gradient(135deg, #2eafdb, #2E3CDB);