#2accef
a balanced, electric cyan · cool · closest name: skyblue
RGB
42, 204, 239
HSL
191°, 86%, 55%
CMYK
82, 15, 0, 6
Luminance
0.4991
Every format
| HEX | #2accef |
| RGB | rgb(42, 204, 239) |
| HSL | hsl(191, 86%, 55%) |
| CMYK | cmyk(82%, 15%, 0%, 6%) |
| LAB | lab(76.0 -27.9 -28.6) |
| LCH | lch(76.0 39.9 225.7) |
| OKLCH | oklch(0.782 0.132 217.1) |
Copy-ready code
/* CSS */
color: #2accef;
background-color: #2accef;
/* Tailwind (arbitrary) */
class="text-[#2accef] bg-[#2accef]"
/* SCSS */
$brand: #2accef;
/* SwiftUI */
Color(red: 0.165, green: 0.800, blue: 0.937)
/* Android */
Color.parseColor("#2accef")Accessibility — WCAG contrast
Aa
#2accef on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2accef on black: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green80.0%
Blue93.7%
CMYK percentages
Cyan82.4%
Magenta14.6%
Yellow0.0%
Key (black)6.3%
Color previews
#2accef text on a black background
contrast 10.98:1
Card sample
#2accef text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2accef;
Background color
Panel with #2accef background
background-color: #2accef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2accef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 204, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 204, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2accef; background: linear-gradient(135deg, #2accef, #2A49EF);