#4cbfcc
a balanced, vivid cyan · cool · closest name: skyblue
RGB
76, 191, 204
HSL
186°, 56%, 55%
CMYK
63, 6, 0, 20
Luminance
0.4316
Every format
| HEX | #4cbfcc |
| RGB | rgb(76, 191, 204) |
| HSL | hsl(186, 56%, 55%) |
| CMYK | cmyk(63%, 6%, 0%, 20%) |
| LAB | lab(71.7 -28.2 -16.2) |
| LCH | lch(71.7 32.5 209.8) |
| OKLCH | oklch(0.745 0.104 205.6) |
Copy-ready code
/* CSS */
color: #4cbfcc;
background-color: #4cbfcc;
/* Tailwind (arbitrary) */
class="text-[#4cbfcc] bg-[#4cbfcc]"
/* SCSS */
$brand: #4cbfcc;
/* SwiftUI */
Color(red: 0.298, green: 0.749, blue: 0.800)
/* Android */
Color.parseColor("#4cbfcc")Accessibility — WCAG contrast
Aa
#4cbfcc on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cbfcc on black: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green74.9%
Blue80.0%
CMYK percentages
Cyan62.7%
Magenta6.4%
Yellow0.0%
Key (black)20.0%
Color previews
#4cbfcc text on a black background
contrast 9.63:1
Card sample
#4cbfcc text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cbfcc;
Background color
Panel with #4cbfcc background
background-color: #4cbfcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cbfcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 191, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 191, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cbfcc; background: linear-gradient(135deg, #4cbfcc, #4C6ACC);