#49cddb
a balanced, vivid cyan · cool · closest name: skyblue
RGB
73, 205, 219
HSL
186°, 67%, 57%
CMYK
67, 6, 0, 14
Luminance
0.5019
Every format
| HEX | #49cddb |
| RGB | rgb(73, 205, 219) |
| HSL | hsl(186, 67%, 57%) |
| CMYK | cmyk(67%, 6%, 0%, 14%) |
| LAB | lab(76.2 -31.1 -17.5) |
| LCH | lch(76.2 35.7 209.3) |
| OKLCH | oklch(0.783 0.114 205.2) |
Copy-ready code
/* CSS */
color: #49cddb;
background-color: #49cddb;
/* Tailwind (arbitrary) */
class="text-[#49cddb] bg-[#49cddb]"
/* SCSS */
$brand: #49cddb;
/* SwiftUI */
Color(red: 0.286, green: 0.804, blue: 0.859)
/* Android */
Color.parseColor("#49cddb")Accessibility — WCAG contrast
Aa
#49cddb on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49cddb on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green80.4%
Blue85.9%
CMYK percentages
Cyan66.7%
Magenta6.4%
Yellow0.0%
Key (black)14.1%
Color previews
#49cddb text on a black background
contrast 11.04:1
Card sample
#49cddb text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49cddb;
Background color
Panel with #49cddb background
background-color: #49cddb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49cddb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 205, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 205, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49cddb; background: linear-gradient(135deg, #49cddb, #496CDB);