#3ccfda
a balanced, vivid cyan · cool · closest name: turquoise
RGB
60, 207, 218
HSL
184°, 68%, 55%
CMYK
73, 5, 0, 15
Luminance
0.5065
Every format
| HEX | #3ccfda |
| RGB | rgb(60, 207, 218) |
| HSL | hsl(184, 68%, 55%) |
| CMYK | cmyk(73%, 5%, 0%, 15%) |
| LAB | lab(76.5 -34.0 -16.5) |
| LCH | lch(76.5 37.9 205.9) |
| OKLCH | oklch(0.784 0.120 202.5) |
Copy-ready code
/* CSS */
color: #3ccfda;
background-color: #3ccfda;
/* Tailwind (arbitrary) */
class="text-[#3ccfda] bg-[#3ccfda]"
/* SCSS */
$brand: #3ccfda;
/* SwiftUI */
Color(red: 0.235, green: 0.812, blue: 0.855)
/* Android */
Color.parseColor("#3ccfda")Accessibility — WCAG contrast
Aa
#3ccfda on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ccfda on black: 11.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green81.2%
Blue85.5%
CMYK percentages
Cyan72.5%
Magenta5.0%
Yellow0.0%
Key (black)14.5%
Color previews
#3ccfda text on a black background
contrast 11.13:1
Card sample
#3ccfda text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ccfda;
Background color
Panel with #3ccfda background
background-color: #3ccfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ccfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 207, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 207, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ccfda; background: linear-gradient(135deg, #3ccfda, #3C66DA);