#27dfcc
a balanced, vivid cyan · cool · closest name: Turquoise
At a glance
Every number on this page in one read: what #27dfcc is made of, how bright it looks, and which way it leans.
Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #27dfcc |
| RGB | rgb(39, 223, 204) |
| HSL | hsl(174, 74%, 51%) |
| CMYK | cmyk(83%, 0%, 9%, 13%) |
| LAB | lab(80.5 -47.2 -3.1) |
| LCH | lch(80.5 47.3 183.7) |
| OKLCH | oklch(0.815 0.139 183.8) |
| Decimal | 2613196 |
| Display P3 | color(display-p3 0.153 0.875 0.800) |
Copy-ready code
/* CSS */
color: #27dfcc;
background-color: #27dfcc;
/* Tailwind (arbitrary) */
class="text-[#27dfcc] bg-[#27dfcc]"
/* SCSS */
$brand: #27dfcc;
/* SwiftUI */
Color(red: 0.153, green: 0.875, blue: 0.800)
/* Android */
Color.parseColor("#27dfcc")
/* Flutter */
Color(0xFF27DFCC)
/* Python / OpenCV (BGR) */
(204, 223, 39)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #27dfcc is pinned to step 600; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F3FCFB;
--brand-100: #E7F9F7;
--brand-200: #C8F3EF;
--brand-300: #9DF1E8;
--brand-400: #6CE9DC;
--brand-500: #3CE2D1;
--brand-600: #27dfcc;
--brand-700: #1AB2A2;
--brand-800: #158E82;
--brand-900: #13675E;
--brand-950: #0C403B;
--brand: #27dfcc;
--brand-ink: #000000;
}Colors that work with #27dfcc
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #27dfcc
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠Thin strokes and 1px borders — they disappear on light UI
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #DF273A | Directly opposite — maximum tension | |
| Analogous left | #27DF70 | Neighbour, quieter | |
| Analogous right | #2796DF | Neighbour, quieter | |
| Split-complement 1 | #DF2796 | Contrast without the clash | |
| Split-complement 2 | #DF7027 | Contrast without the clash | |
| Triadic 1 | #CC27DF | Even thirds — balanced and loud | |
| Triadic 2 | #DFCC27 | Even thirds — balanced and loud | |
| Tetradic | #7027DF | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#27dfcc text on a black background
contrast 12.51:1
#27dfcc text on a white background
contrast 1.68:1
CSS3 live lab
The quick brown fox
color: #27dfcc;
background-color: #27dfcc;
Glowing headline
text-shadow: 2px 2px 8px #27dfcc;
Soft neon halo
text-shadow: 0 0 14px rgba(39, 223, 204, 0.45);
box-shadow: 0 12px 32px -8px rgba(39, 223, 204, 0.45);
border: 3px solid #27dfcc; background: linear-gradient(135deg, #27dfcc, #2777DF);
Monochromatic scale
Palettes built from #27dfcc
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Turquoise (#40e0d0) — ΔE2000 1.3 away, with its history, psychology and brand usage.
#27dfcc in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#27dfcc, answered
What color is #27dfcc?
#27dfcc is a balanced vivid cyan, closest to Turquoise (ΔE2000 1.3). It sits at 174° on the hue wheel with 74% saturation and 51% lightness, which reads as cool.
What is the RGB value of #27dfcc?
rgb(39, 223, 204) — 39 red, 223 green and 204 blue out of 255, or 15.3% / 87.5% / 80% by channel.
Is #27dfcc a light or a dark color?
It is a light color. Relative luminance is 0.5757 and perceived brightness is 73%, so black text on it reaches 12.51:1.
Should I use black or white text on #27dfcc?
Black. It scores 12.51:1 against #27dfcc, versus 1.68:1 for white — AAA at any size.
What is the complementary color of #27dfcc?
#DF273A sits directly opposite on the wheel. Softer options are the split-complements #DF2796 and #DF7027, which give the same contrast with far less vibration.
What colors go well with #27dfcc?
For interface work: #F4FAFA as the surface, #C0EDE8 for borders, #4B9B93 for secondary text, #E42267 as an accent and #106F65 for hover and pressed states. For a palette, the analogous pair #27DF70 and #2796DF stays calm, while #DF273A is the loudest partner.
What is #27dfcc in CMYK for printing?
cmyk(83%, 0%, 9%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #27dfcc warm or cool?
Cool — it scores 85 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #27DF89; nudged cooler, #25B6E2.