#2fbcdb
a balanced, vivid cyan · cool · closest name: skyblue
RGB
47, 188, 219
HSL
191°, 71%, 52%
CMYK
79, 14, 0, 14
Luminance
0.4169
Every format
| HEX | #2fbcdb |
| RGB | rgb(47, 188, 219) |
| HSL | hsl(191, 71%, 52%) |
| CMYK | cmyk(79%, 14%, 0%, 14%) |
| LAB | lab(70.7 -25.9 -25.9) |
| LCH | lch(70.7 36.6 225.1) |
| OKLCH | oklch(0.737 0.121 216.7) |
Copy-ready code
/* CSS */
color: #2fbcdb;
background-color: #2fbcdb;
/* Tailwind (arbitrary) */
class="text-[#2fbcdb] bg-[#2fbcdb]"
/* SCSS */
$brand: #2fbcdb;
/* SwiftUI */
Color(red: 0.184, green: 0.737, blue: 0.859)
/* Android */
Color.parseColor("#2fbcdb")Accessibility — WCAG contrast
Aa
#2fbcdb on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fbcdb on black: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green73.7%
Blue85.9%
CMYK percentages
Cyan78.5%
Magenta14.2%
Yellow0.0%
Key (black)14.1%
Color previews
#2fbcdb text on a black background
contrast 9.34:1
Card sample
#2fbcdb text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fbcdb;
Background color
Panel with #2fbcdb background
background-color: #2fbcdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fbcdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 188, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 188, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fbcdb; background: linear-gradient(135deg, #2fbcdb, #2F4ADB);