#25cfdf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
37, 207, 223
HSL
185°, 74%, 51%
CMYK
83, 7, 0, 13
Luminance
0.5035
Every format
| HEX | #25cfdf |
| RGB | rgb(37, 207, 223) |
| HSL | hsl(185, 74%, 51%) |
| CMYK | cmyk(83%, 7%, 0%, 13%) |
| LAB | lab(76.3 -34.7 -19.5) |
| LCH | lch(76.3 39.8 209.4) |
| OKLCH | oklch(0.782 0.128 205.1) |
Copy-ready code
/* CSS */
color: #25cfdf;
background-color: #25cfdf;
/* Tailwind (arbitrary) */
class="text-[#25cfdf] bg-[#25cfdf]"
/* SCSS */
$brand: #25cfdf;
/* SwiftUI */
Color(red: 0.145, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#25cfdf")Accessibility — WCAG contrast
Aa
#25cfdf on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#25cfdf on black: 11.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green81.2%
Blue87.5%
CMYK percentages
Cyan83.4%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#25cfdf text on a black background
contrast 11.07:1
Card sample
#25cfdf text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #25cfdf;
Background color
Panel with #25cfdf background
background-color: #25cfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #25cfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #25cfdf; background: linear-gradient(135deg, #25cfdf, #2553DF);