#2bdfee
a balanced, electric cyan · cool · closest name: cyan
RGB
43, 223, 238
HSL
185°, 85%, 55%
CMYK
82, 6, 0, 7
Luminance
0.5946
Every format
| HEX | #2bdfee |
| RGB | rgb(43, 223, 238) |
| HSL | hsl(185, 85%, 55%) |
| CMYK | cmyk(82%, 6%, 0%, 7%) |
| LAB | lab(81.5 -37.2 -19.6) |
| LCH | lch(81.5 42.0 207.8) |
| OKLCH | oklch(0.827 0.135 203.9) |
Copy-ready code
/* CSS */
color: #2bdfee;
background-color: #2bdfee;
/* Tailwind (arbitrary) */
class="text-[#2bdfee] bg-[#2bdfee]"
/* SCSS */
$brand: #2bdfee;
/* SwiftUI */
Color(red: 0.169, green: 0.875, blue: 0.933)
/* Android */
Color.parseColor("#2bdfee")Accessibility — WCAG contrast
Aa
#2bdfee on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bdfee on black: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green87.5%
Blue93.3%
CMYK percentages
Cyan81.9%
Magenta6.3%
Yellow0.0%
Key (black)6.7%
Color previews
#2bdfee text on a black background
contrast 12.89:1
Card sample
#2bdfee text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bdfee;
Background color
Panel with #2bdfee background
background-color: #2bdfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bdfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 223, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 223, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bdfee; background: linear-gradient(135deg, #2bdfee, #2B5DEE);