#6fdce0
a light, vivid cyan · cool · closest name: turquoise
RGB
111, 220, 224
HSL
182°, 65%, 66%
CMYK
50, 2, 0, 12
Luminance
0.5995
Every format
| HEX | #6fdce0 |
| RGB | rgb(111, 220, 224) |
| HSL | hsl(182, 65%, 66%) |
| CMYK | cmyk(50%, 2%, 0%, 12%) |
| LAB | lab(81.8 -30.2 -11.6) |
| LCH | lch(81.8 32.3 201.0) |
| OKLCH | oklch(0.832 0.100 198.6) |
Copy-ready code
/* CSS */
color: #6fdce0;
background-color: #6fdce0;
/* Tailwind (arbitrary) */
class="text-[#6fdce0] bg-[#6fdce0]"
/* SCSS */
$brand: #6fdce0;
/* SwiftUI */
Color(red: 0.435, green: 0.863, blue: 0.878)
/* Android */
Color.parseColor("#6fdce0")Accessibility — WCAG contrast
Aa
#6fdce0 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fdce0 on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green86.3%
Blue87.8%
CMYK percentages
Cyan50.4%
Magenta1.8%
Yellow0.0%
Key (black)12.2%
Color previews
#6fdce0 text on a black background
contrast 12.99:1
Card sample
#6fdce0 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fdce0;
Background color
Panel with #6fdce0 background
background-color: #6fdce0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fdce0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 220, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 220, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fdce0; background: linear-gradient(135deg, #6fdce0, #6F91E0);