#2bc2f7
a balanced, electric cyan · cool · closest name: skyblue
RGB
43, 194, 247
HSL
196°, 93%, 57%
CMYK
83, 22, 0, 3
Luminance
0.4581
Every format
| HEX | #2bc2f7 |
| RGB | rgb(43, 194, 247) |
| HSL | hsl(196, 93%, 57%) |
| CMYK | cmyk(83%, 22%, 0%, 3%) |
| LAB | lab(73.4 -20.1 -36.9) |
| LCH | lch(73.4 42.0 241.4) |
| OKLCH | oklch(0.762 0.140 228.0) |
Copy-ready code
/* CSS */
color: #2bc2f7;
background-color: #2bc2f7;
/* Tailwind (arbitrary) */
class="text-[#2bc2f7] bg-[#2bc2f7]"
/* SCSS */
$brand: #2bc2f7;
/* SwiftUI */
Color(red: 0.169, green: 0.761, blue: 0.969)
/* Android */
Color.parseColor("#2bc2f7")Accessibility — WCAG contrast
Aa
#2bc2f7 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bc2f7 on black: 10.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green76.1%
Blue96.9%
CMYK percentages
Cyan82.6%
Magenta21.5%
Yellow0.0%
Key (black)3.1%
Color previews
#2bc2f7 text on a black background
contrast 10.16:1
Card sample
#2bc2f7 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bc2f7;
Background color
Panel with #2bc2f7 background
background-color: #2bc2f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bc2f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 194, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 194, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bc2f7; background: linear-gradient(135deg, #2bc2f7, #2B3AF7);