#1beccf
a balanced, electric cyan · cool · closest name: turquoise
RGB
27, 236, 207
HSL
172°, 85%, 52%
CMYK
89, 0, 12, 8
Luminance
0.6473
Every format
| HEX | #1beccf |
| RGB | rgb(27, 236, 207) |
| HSL | hsl(172, 85%, 52%) |
| CMYK | cmyk(89%, 0%, 12%, 8%) |
| LAB | lab(84.3 -52.6 0.9) |
| LCH | lch(84.3 52.6 179.0) |
| OKLCH | oklch(0.846 0.151 179.4) |
Copy-ready code
/* CSS */
color: #1beccf;
background-color: #1beccf;
/* Tailwind (arbitrary) */
class="text-[#1beccf] bg-[#1beccf]"
/* SCSS */
$brand: #1beccf;
/* SwiftUI */
Color(red: 0.106, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#1beccf")Accessibility — WCAG contrast
Aa
#1beccf on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1beccf on black: 13.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green92.5%
Blue81.2%
CMYK percentages
Cyan88.6%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#1beccf text on a black background
contrast 13.95:1
Card sample
#1beccf text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1beccf;
Background color
Panel with #1beccf background
background-color: #1beccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1beccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1beccf; background: linear-gradient(135deg, #1beccf, #1B7EEC);