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