#25cbcb
a balanced, vivid cyan · cool · closest name: turquoise
RGB
37, 203, 203
HSL
180°, 69%, 47%
CMYK
82, 0, 0, 20
Luminance
0.4742
Every format
| HEX | #25cbcb |
| RGB | rgb(37, 203, 203) |
| HSL | hsl(180, 69%, 47%) |
| CMYK | cmyk(82%, 0%, 0%, 20%) |
| LAB | lab(74.5 -38.8 -11.5) |
| LCH | lch(74.5 40.5 196.5) |
| OKLCH | oklch(0.765 0.125 194.9) |
Copy-ready code
/* CSS */
color: #25cbcb;
background-color: #25cbcb;
/* Tailwind (arbitrary) */
class="text-[#25cbcb] bg-[#25cbcb]"
/* SCSS */
$brand: #25cbcb;
/* SwiftUI */
Color(red: 0.145, green: 0.796, blue: 0.796)
/* Android */
Color.parseColor("#25cbcb")Accessibility — WCAG contrast
Aa
#25cbcb on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#25cbcb on black: 10.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green79.6%
Blue79.6%
CMYK percentages
Cyan81.8%
Magenta0.0%
Yellow0.0%
Key (black)20.4%
Color previews
#25cbcb text on a black background
contrast 10.48:1
Card sample
#25cbcb text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #25cbcb;
Background color
Panel with #25cbcb background
background-color: #25cbcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #25cbcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 203, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 203, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #25cbcb; background: linear-gradient(135deg, #25cbcb, #255CCB);