#2bafee
a balanced, electric cyan · cool · closest name: steelblue
RGB
43, 175, 238
HSL
199°, 85%, 55%
CMYK
82, 27, 0, 7
Luminance
0.3735
Every format
| HEX | #2bafee |
| RGB | rgb(43, 175, 238) |
| HSL | hsl(199, 85%, 55%) |
| CMYK | cmyk(82%, 27%, 0%, 7%) |
| LAB | lab(67.5 -13.1 -41.1) |
| LCH | lch(67.5 43.2 252.3) |
| OKLCH | oklch(0.714 0.141 235.5) |
Copy-ready code
/* CSS */
color: #2bafee;
background-color: #2bafee;
/* Tailwind (arbitrary) */
class="text-[#2bafee] bg-[#2bafee]"
/* SCSS */
$brand: #2bafee;
/* SwiftUI */
Color(red: 0.169, green: 0.686, blue: 0.933)
/* Android */
Color.parseColor("#2bafee")Accessibility — WCAG contrast
Aa
#2bafee on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bafee on black: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green68.6%
Blue93.3%
CMYK percentages
Cyan81.9%
Magenta26.5%
Yellow0.0%
Key (black)6.7%
Color previews
#2bafee text on a black background
contrast 8.47:1
Card sample
#2bafee text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bafee;
Background color
Panel with #2bafee background
background-color: #2bafee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bafee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 175, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 175, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bafee; background: linear-gradient(135deg, #2bafee, #2B2DEE);