#2fafdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
47, 175, 223
HSL
196°, 73%, 53%
CMYK
79, 22, 0, 13
Luminance
0.3659
Every format
| HEX | #2fafdf |
| RGB | rgb(47, 175, 223) |
| HSL | hsl(196, 73%, 53%) |
| CMYK | cmyk(79%, 22%, 0%, 13%) |
| LAB | lab(67.0 -17.9 -33.8) |
| LCH | lch(67.0 38.3 242.1) |
| OKLCH | oklch(0.708 0.127 228.7) |
Copy-ready code
/* CSS */
color: #2fafdf;
background-color: #2fafdf;
/* Tailwind (arbitrary) */
class="text-[#2fafdf] bg-[#2fafdf]"
/* SCSS */
$brand: #2fafdf;
/* SwiftUI */
Color(red: 0.184, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#2fafdf")Accessibility — WCAG contrast
Aa
#2fafdf on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fafdf on black: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green68.6%
Blue87.5%
CMYK percentages
Cyan78.9%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#2fafdf text on a black background
contrast 8.32:1
Card sample
#2fafdf text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fafdf;
Background color
Panel with #2fafdf background
background-color: #2fafdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fafdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fafdf; background: linear-gradient(135deg, #2fafdf, #2F39DF);