#2bbcfc
a balanced, electric cyan · cool · closest name: skyblue
RGB
43, 188, 252
HSL
198°, 97%, 58%
CMYK
83, 25, 0, 1
Luminance
0.4351
Every format
| HEX | #2bbcfc |
| RGB | rgb(43, 188, 252) |
| HSL | hsl(198, 97%, 58%) |
| CMYK | cmyk(83%, 25%, 0%, 1%) |
| LAB | lab(71.9 -15.3 -41.9) |
| LCH | lch(71.9 44.6 250.0) |
| OKLCH | oklch(0.751 0.147 233.8) |
Copy-ready code
/* CSS */
color: #2bbcfc;
background-color: #2bbcfc;
/* Tailwind (arbitrary) */
class="text-[#2bbcfc] bg-[#2bbcfc]"
/* SCSS */
$brand: #2bbcfc;
/* SwiftUI */
Color(red: 0.169, green: 0.737, blue: 0.988)
/* Android */
Color.parseColor("#2bbcfc")Accessibility — WCAG contrast
Aa
#2bbcfc on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bbcfc on black: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green73.7%
Blue98.8%
CMYK percentages
Cyan82.9%
Magenta25.4%
Yellow0.0%
Key (black)1.2%
Color previews
#2bbcfc text on a black background
contrast 9.70:1
Card sample
#2bbcfc text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bbcfc;
Background color
Panel with #2bbcfc background
background-color: #2bbcfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bbcfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 188, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 188, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bbcfc; background: linear-gradient(135deg, #2bbcfc, #2B30FC);