#2bcffc
a balanced, electric cyan · cool · closest name: skyblue
RGB
43, 207, 252
HSL
193°, 97%, 58%
CMYK
83, 18, 0, 1
Luminance
0.5217
Every format
| HEX | #2bcffc |
| RGB | rgb(43, 207, 252) |
| HSL | hsl(193, 97%, 58%) |
| CMYK | cmyk(83%, 18%, 0%, 1%) |
| LAB | lab(77.4 -25.1 -33.4) |
| LCH | lch(77.4 41.8 233.1) |
| OKLCH | oklch(0.795 0.139 222.3) |
Copy-ready code
/* CSS */
color: #2bcffc;
background-color: #2bcffc;
/* Tailwind (arbitrary) */
class="text-[#2bcffc] bg-[#2bcffc]"
/* SCSS */
$brand: #2bcffc;
/* SwiftUI */
Color(red: 0.169, green: 0.812, blue: 0.988)
/* Android */
Color.parseColor("#2bcffc")Accessibility — WCAG contrast
Aa
#2bcffc on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bcffc on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green81.2%
Blue98.8%
CMYK percentages
Cyan82.9%
Magenta17.9%
Yellow0.0%
Key (black)1.2%
Color previews
#2bcffc text on a black background
contrast 11.43:1
Card sample
#2bcffc text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bcffc;
Background color
Panel with #2bcffc background
background-color: #2bcffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bcffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 207, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 207, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bcffc; background: linear-gradient(135deg, #2bcffc, #2B44FC);