#4fcbdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
79, 203, 223
HSL
188°, 69%, 59%
CMYK
65, 9, 0, 13
Luminance
0.4970
Every format
| HEX | #4fcbdf |
| RGB | rgb(79, 203, 223) |
| HSL | hsl(188, 69%, 59%) |
| CMYK | cmyk(65%, 9%, 0%, 13%) |
| LAB | lab(75.9 -28.1 -20.1) |
| LCH | lch(75.9 34.5 215.6) |
| OKLCH | oklch(0.781 0.111 210.0) |
Copy-ready code
/* CSS */
color: #4fcbdf;
background-color: #4fcbdf;
/* Tailwind (arbitrary) */
class="text-[#4fcbdf] bg-[#4fcbdf]"
/* SCSS */
$brand: #4fcbdf;
/* SwiftUI */
Color(red: 0.310, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#4fcbdf")Accessibility — WCAG contrast
Aa
#4fcbdf on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fcbdf on black: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green79.6%
Blue87.5%
CMYK percentages
Cyan64.6%
Magenta9.0%
Yellow0.0%
Key (black)12.5%
Color previews
#4fcbdf text on a black background
contrast 10.94:1
Card sample
#4fcbdf text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fcbdf;
Background color
Panel with #4fcbdf background
background-color: #4fcbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fcbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fcbdf; background: linear-gradient(135deg, #4fcbdf, #4F6BDF);