#4ccfdb
a balanced, vivid cyan · cool · closest name: skyblue
RGB
76, 207, 219
HSL
185°, 67%, 58%
CMYK
65, 6, 0, 14
Luminance
0.5128
Every format
| HEX | #4ccfdb |
| RGB | rgb(76, 207, 219) |
| HSL | hsl(185, 67%, 58%) |
| CMYK | cmyk(65%, 6%, 0%, 14%) |
| LAB | lab(76.8 -31.6 -16.5) |
| LCH | lch(76.8 35.6 207.5) |
| OKLCH | oklch(0.788 0.113 203.8) |
Copy-ready code
/* CSS */
color: #4ccfdb;
background-color: #4ccfdb;
/* Tailwind (arbitrary) */
class="text-[#4ccfdb] bg-[#4ccfdb]"
/* SCSS */
$brand: #4ccfdb;
/* SwiftUI */
Color(red: 0.298, green: 0.812, blue: 0.859)
/* Android */
Color.parseColor("#4ccfdb")Accessibility — WCAG contrast
Aa
#4ccfdb on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ccfdb on black: 11.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green81.2%
Blue85.9%
CMYK percentages
Cyan65.3%
Magenta5.5%
Yellow0.0%
Key (black)14.1%
Color previews
#4ccfdb text on a black background
contrast 11.26:1
Card sample
#4ccfdb text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ccfdb;
Background color
Panel with #4ccfdb background
background-color: #4ccfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ccfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 207, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 207, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ccfdb; background: linear-gradient(135deg, #4ccfdb, #4C70DB);