#2cbbdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
44, 187, 223
HSL
192°, 74%, 52%
CMYK
80, 16, 0, 13
Luminance
0.4140
Every format
| HEX | #2cbbdf |
| RGB | rgb(44, 187, 223) |
| HSL | hsl(192, 74%, 52%) |
| CMYK | cmyk(80%, 16%, 0%, 13%) |
| LAB | lab(70.5 -24.4 -28.4) |
| LCH | lch(70.5 37.5 229.4) |
| OKLCH | oklch(0.735 0.124 219.8) |
Copy-ready code
/* CSS */
color: #2cbbdf;
background-color: #2cbbdf;
/* Tailwind (arbitrary) */
class="text-[#2cbbdf] bg-[#2cbbdf]"
/* SCSS */
$brand: #2cbbdf;
/* SwiftUI */
Color(red: 0.173, green: 0.733, blue: 0.875)
/* Android */
Color.parseColor("#2cbbdf")Accessibility — WCAG contrast
Aa
#2cbbdf on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cbbdf on black: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green73.3%
Blue87.5%
CMYK percentages
Cyan80.3%
Magenta16.1%
Yellow0.0%
Key (black)12.5%
Color previews
#2cbbdf text on a black background
contrast 9.28:1
Card sample
#2cbbdf text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cbbdf;
Background color
Panel with #2cbbdf background
background-color: #2cbbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cbbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 187, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 187, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cbbdf; background: linear-gradient(135deg, #2cbbdf, #2C44DF);