#2bafdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
43, 175, 223
HSL
196°, 74%, 52%
CMYK
81, 22, 0, 13
Luminance
0.3650
Every format
| HEX | #2bafdf |
| RGB | rgb(43, 175, 223) |
| HSL | hsl(196, 74%, 52%) |
| CMYK | cmyk(81%, 22%, 0%, 13%) |
| LAB | lab(66.9 -18.3 -33.9) |
| LCH | lch(66.9 38.5 241.7) |
| OKLCH | oklch(0.707 0.128 228.3) |
Copy-ready code
/* CSS */
color: #2bafdf;
background-color: #2bafdf;
/* Tailwind (arbitrary) */
class="text-[#2bafdf] bg-[#2bafdf]"
/* SCSS */
$brand: #2bafdf;
/* SwiftUI */
Color(red: 0.169, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#2bafdf")Accessibility — WCAG contrast
Aa
#2bafdf on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bafdf on black: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green68.6%
Blue87.5%
CMYK percentages
Cyan80.7%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#2bafdf text on a black background
contrast 8.30:1
Card sample
#2bafdf text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bafdf;
Background color
Panel with #2bafdf background
background-color: #2bafdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bafdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bafdf; background: linear-gradient(135deg, #2bafdf, #2B37DF);