#3ccbdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
60, 203, 223
HSL
187°, 72%, 56%
CMYK
73, 9, 0, 13
Luminance
0.4900
Every format
| HEX | #3ccbdf |
| RGB | rgb(60, 203, 223) |
| HSL | hsl(187, 72%, 56%) |
| CMYK | cmyk(73%, 9%, 0%, 13%) |
| LAB | lab(75.5 -30.6 -20.8) |
| LCH | lch(75.5 37.0 214.1) |
| OKLCH | oklch(0.776 0.120 208.8) |
Copy-ready code
/* CSS */
color: #3ccbdf;
background-color: #3ccbdf;
/* Tailwind (arbitrary) */
class="text-[#3ccbdf] bg-[#3ccbdf]"
/* SCSS */
$brand: #3ccbdf;
/* SwiftUI */
Color(red: 0.235, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#3ccbdf")Accessibility — WCAG contrast
Aa
#3ccbdf on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ccbdf on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green79.6%
Blue87.5%
CMYK percentages
Cyan73.1%
Magenta9.0%
Yellow0.0%
Key (black)12.5%
Color previews
#3ccbdf text on a black background
contrast 10.80:1
Card sample
#3ccbdf text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ccbdf;
Background color
Panel with #3ccbdf background
background-color: #3ccbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ccbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ccbdf; background: linear-gradient(135deg, #3ccbdf, #3C5EDF);