#63cfcf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
99, 207, 207
HSL
180°, 53%, 60%
CMYK
52, 0, 0, 19
Luminance
0.5178
Every format
| HEX | #63cfcf |
| RGB | rgb(99, 207, 207) |
| HSL | hsl(180, 53%, 60%) |
| CMYK | cmyk(52%, 0%, 0%, 19%) |
| LAB | lab(77.2 -30.9 -9.5) |
| LCH | lch(77.2 32.3 197.1) |
| OKLCH | oklch(0.791 0.099 195.3) |
Copy-ready code
/* CSS */
color: #63cfcf;
background-color: #63cfcf;
/* Tailwind (arbitrary) */
class="text-[#63cfcf] bg-[#63cfcf]"
/* SCSS */
$brand: #63cfcf;
/* SwiftUI */
Color(red: 0.388, green: 0.812, blue: 0.812)
/* Android */
Color.parseColor("#63cfcf")Accessibility — WCAG contrast
Aa
#63cfcf on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#63cfcf on black: 11.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green81.2%
Blue81.2%
CMYK percentages
Cyan52.2%
Magenta0.0%
Yellow0.0%
Key (black)18.8%
Color previews
#63cfcf text on a black background
contrast 11.36:1
Card sample
#63cfcf text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #63cfcf;
Background color
Panel with #63cfcf background
background-color: #63cfcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #63cfcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 207, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 207, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #63cfcf; background: linear-gradient(135deg, #63cfcf, #6387CF);