#2bdeef
a balanced, electric cyan · cool · closest name: cyan
RGB
43, 222, 239
HSL
185°, 86%, 55%
CMYK
82, 7, 0, 6
Luminance
0.5899
Every format
| HEX | #2bdeef |
| RGB | rgb(43, 222, 239) |
| HSL | hsl(185, 86%, 55%) |
| CMYK | cmyk(82%, 7%, 0%, 6%) |
| LAB | lab(81.3 -36.4 -20.5) |
| LCH | lch(81.3 41.8 209.4) |
| OKLCH | oklch(0.825 0.134 205.2) |
Copy-ready code
/* CSS */
color: #2bdeef;
background-color: #2bdeef;
/* Tailwind (arbitrary) */
class="text-[#2bdeef] bg-[#2bdeef]"
/* SCSS */
$brand: #2bdeef;
/* SwiftUI */
Color(red: 0.169, green: 0.871, blue: 0.937)
/* Android */
Color.parseColor("#2bdeef")Accessibility — WCAG contrast
Aa
#2bdeef on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bdeef on black: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green87.1%
Blue93.7%
CMYK percentages
Cyan82.0%
Magenta7.1%
Yellow0.0%
Key (black)6.3%
Color previews
#2bdeef text on a black background
contrast 12.80:1
Card sample
#2bdeef text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bdeef;
Background color
Panel with #2bdeef background
background-color: #2bdeef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bdeef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 222, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 222, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bdeef; background: linear-gradient(135deg, #2bdeef, #2B5BEF);