#69acac
a balanced, soft cyan · cool · closest name: teal
RGB
105, 172, 172
HSL
180°, 29%, 54%
CMYK
39, 0, 0, 33
Luminance
0.3549
Every format
| HEX | #69acac |
| RGB | rgb(105, 172, 172) |
| HSL | hsl(180, 29%, 54%) |
| CMYK | cmyk(39%, 0%, 0%, 33%) |
| LAB | lab(66.1 -21.2 -6.7) |
| LCH | lch(66.1 22.3 197.6) |
| OKLCH | oklch(0.700 0.068 195.7) |
Copy-ready code
/* CSS */
color: #69acac;
background-color: #69acac;
/* Tailwind (arbitrary) */
class="text-[#69acac] bg-[#69acac]"
/* SCSS */
$brand: #69acac;
/* SwiftUI */
Color(red: 0.412, green: 0.675, blue: 0.675)
/* Android */
Color.parseColor("#69acac")Accessibility — WCAG contrast
Aa
#69acac on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69acac on black: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green67.5%
Blue67.5%
CMYK percentages
Cyan39.0%
Magenta0.0%
Yellow0.0%
Key (black)32.5%
Color previews
#69acac text on a black background
contrast 8.10:1
Card sample
#69acac text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69acac;
Background color
Panel with #69acac background
background-color: #69acac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69acac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 172, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 172, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69acac; background: linear-gradient(135deg, #69acac, #697FAC);