#3fcbe2
a balanced, vivid cyan · cool · closest name: skyblue
RGB
63, 203, 226
HSL
189°, 74%, 57%
CMYK
72, 10, 0, 11
Luminance
0.4926
Every format
| HEX | #3fcbe2 |
| RGB | rgb(63, 203, 226) |
| HSL | hsl(189, 74%, 57%) |
| CMYK | cmyk(72%, 10%, 0%, 11%) |
| LAB | lab(75.6 -29.4 -22.1) |
| LCH | lch(75.6 36.8 217.0) |
| OKLCH | oklch(0.778 0.120 211.0) |
Copy-ready code
/* CSS */
color: #3fcbe2;
background-color: #3fcbe2;
/* Tailwind (arbitrary) */
class="text-[#3fcbe2] bg-[#3fcbe2]"
/* SCSS */
$brand: #3fcbe2;
/* SwiftUI */
Color(red: 0.247, green: 0.796, blue: 0.886)
/* Android */
Color.parseColor("#3fcbe2")Accessibility — WCAG contrast
Aa
#3fcbe2 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fcbe2 on black: 10.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green79.6%
Blue88.6%
CMYK percentages
Cyan72.1%
Magenta10.2%
Yellow0.0%
Key (black)11.4%
Color previews
#3fcbe2 text on a black background
contrast 10.85:1
Card sample
#3fcbe2 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fcbe2;
Background color
Panel with #3fcbe2 background
background-color: #3fcbe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fcbe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 203, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 203, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fcbe2; background: linear-gradient(135deg, #3fcbe2, #3F5EE2);