#4fbcdb
a balanced, vivid cyan · cool · closest name: skyblue
RGB
79, 188, 219
HSL
193°, 66%, 58%
CMYK
64, 14, 0, 14
Luminance
0.4274
Every format
| HEX | #4fbcdb |
| RGB | rgb(79, 188, 219) |
| HSL | hsl(193, 66%, 58%) |
| CMYK | cmyk(64%, 14%, 0%, 14%) |
| LAB | lab(71.4 -21.7 -24.8) |
| LCH | lch(71.4 32.9 228.7) |
| OKLCH | oklch(0.745 0.108 219.8) |
Copy-ready code
/* CSS */
color: #4fbcdb;
background-color: #4fbcdb;
/* Tailwind (arbitrary) */
class="text-[#4fbcdb] bg-[#4fbcdb]"
/* SCSS */
$brand: #4fbcdb;
/* SwiftUI */
Color(red: 0.310, green: 0.737, blue: 0.859)
/* Android */
Color.parseColor("#4fbcdb")Accessibility — WCAG contrast
Aa
#4fbcdb on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fbcdb on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green73.7%
Blue85.9%
CMYK percentages
Cyan63.9%
Magenta14.2%
Yellow0.0%
Key (black)14.1%
Color previews
#4fbcdb text on a black background
contrast 9.55:1
Card sample
#4fbcdb text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fbcdb;
Background color
Panel with #4fbcdb background
background-color: #4fbcdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fbcdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 188, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 188, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fbcdb; background: linear-gradient(135deg, #4fbcdb, #4F5FDB);