#43ebfc
a balanced, electric cyan · cool · closest name: cyan
RGB
67, 235, 252
HSL
186°, 97%, 63%
CMYK
73, 7, 0, 1
Luminance
0.6764
Every format
| HEX | #43ebfc |
| RGB | rgb(67, 235, 252) |
| HSL | hsl(186, 97%, 63%) |
| CMYK | cmyk(73%, 7%, 0%, 1%) |
| LAB | lab(85.8 -36.4 -20.5) |
| LCH | lch(85.8 41.7 209.4) |
| OKLCH | oklch(0.864 0.134 205.2) |
Copy-ready code
/* CSS */
color: #43ebfc;
background-color: #43ebfc;
/* Tailwind (arbitrary) */
class="text-[#43ebfc] bg-[#43ebfc]"
/* SCSS */
$brand: #43ebfc;
/* SwiftUI */
Color(red: 0.263, green: 0.922, blue: 0.988)
/* Android */
Color.parseColor("#43ebfc")Accessibility — WCAG contrast
Aa
#43ebfc on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#43ebfc on black: 14.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green92.2%
Blue98.8%
CMYK percentages
Cyan73.4%
Magenta6.7%
Yellow0.0%
Key (black)1.2%
Color previews
#43ebfc text on a black background
contrast 14.53:1
Card sample
#43ebfc text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #43ebfc;
Background color
Panel with #43ebfc background
background-color: #43ebfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #43ebfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 235, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 235, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #43ebfc; background: linear-gradient(135deg, #43ebfc, #4370FC);