#6cf4db
a light, electric cyan · cool · closest name: turquoise
RGB
108, 244, 219
HSL
169°, 86%, 69%
CMYK
56, 0, 10, 4
Luminance
0.7300
Every format
| HEX | #6cf4db |
| RGB | rgb(108, 244, 219) |
| HSL | hsl(169, 86%, 69%) |
| CMYK | cmyk(56%, 0%, 10%, 4%) |
| LAB | lab(88.5 -43.1 0.8) |
| LCH | lch(88.5 43.1 178.9) |
| OKLCH | oklch(0.885 0.125 179.3) |
Copy-ready code
/* CSS */
color: #6cf4db;
background-color: #6cf4db;
/* Tailwind (arbitrary) */
class="text-[#6cf4db] bg-[#6cf4db]"
/* SCSS */
$brand: #6cf4db;
/* SwiftUI */
Color(red: 0.424, green: 0.957, blue: 0.859)
/* Android */
Color.parseColor("#6cf4db")Accessibility — WCAG contrast
Aa
#6cf4db on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cf4db on black: 15.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green95.7%
Blue85.9%
CMYK percentages
Cyan55.7%
Magenta0.0%
Yellow10.2%
Key (black)4.3%
Color previews
#6cf4db text on a black background
contrast 15.60:1
Card sample
#6cf4db text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cf4db;
Background color
Panel with #6cf4db background
background-color: #6cf4db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cf4db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 244, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 244, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cf4db; background: linear-gradient(135deg, #6cf4db, #6CB2F4);