#3fafdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
63, 175, 223
HSL
198°, 71%, 56%
CMYK
72, 22, 0, 13
Luminance
0.3704
Every format
| HEX | #3fafdf |
| RGB | rgb(63, 175, 223) |
| HSL | hsl(198, 71%, 56%) |
| CMYK | cmyk(72%, 22%, 0%, 13%) |
| LAB | lab(67.3 -16.1 -33.3) |
| LCH | lch(67.3 36.9 244.2) |
| OKLCH | oklch(0.711 0.121 230.6) |
Copy-ready code
/* CSS */
color: #3fafdf;
background-color: #3fafdf;
/* Tailwind (arbitrary) */
class="text-[#3fafdf] bg-[#3fafdf]"
/* SCSS */
$brand: #3fafdf;
/* SwiftUI */
Color(red: 0.247, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#3fafdf")Accessibility — WCAG contrast
Aa
#3fafdf on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fafdf on black: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green68.6%
Blue87.5%
CMYK percentages
Cyan71.7%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#3fafdf text on a black background
contrast 8.41:1
Card sample
#3fafdf text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fafdf;
Background color
Panel with #3fafdf background
background-color: #3fafdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fafdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fafdf; background: linear-gradient(135deg, #3fafdf, #3F44DF);