#ce77af
a balanced, vivid magenta / pink · warm · closest name: Pale Violet Red
At a glance
Every number on this page in one read: what #ce77af is made of, how bright it looks, and which way it leans.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #ce77af |
| RGB | rgb(206, 119, 175) |
| HSL | hsl(321, 47%, 64%) |
| CMYK | cmyk(0%, 42%, 15%, 19%) |
| LAB | lab(61.1 41.5 -15.0) |
| LCH | lch(61.1 44.1 340.1) |
| OKLCH | oklch(0.682 0.129 341.9) |
| Decimal | 13531055 |
| Display P3 | color(display-p3 0.808 0.467 0.686) |
Copy-ready code
/* CSS */
color: #ce77af;
background-color: #ce77af;
/* Tailwind (arbitrary) */
class="text-[#ce77af] bg-[#ce77af]"
/* SCSS */
$brand: #ce77af;
/* SwiftUI */
Color(red: 0.808, green: 0.467, blue: 0.686)
/* Android */
Color.parseColor("#ce77af")
/* Flutter */
Color(0xFFCE77AF)
/* Python / OpenCV (BGR) */
(175, 119, 206)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. #ce77af is pinned to step 400; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FAF5F8;
--brand-100: #F5EAF1;
--brand-200: #ECD0E2;
--brand-300: #E1ADCE;
--brand-400: #ce77af;
--brand-500: #C45A9E;
--brand-600: #B4418B;
--brand-700: #963674;
--brand-800: #782B5D;
--brand-900: #582345;
--brand-950: #37162B;
--brand: #ce77af;
--brand-ink: #000000;
}Colors that work with #ce77af
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 #ce77af
Derived from its contrast, chroma and lightness — not from taste.
- ✓Headings from 24px up on white
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Brand accents, badges and data highlights
- ⚠Small text on white — under 4.5:1
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠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 | #77CE96 | Directly opposite — maximum tension | |
| Analogous left | #C177CE | Neighbour, quieter | |
| Analogous right | #CE7783 | Neighbour, quieter | |
| Split-complement 1 | #83CE77 | Contrast without the clash | |
| Split-complement 2 | #77CEC1 | Contrast without the clash | |
| Triadic 1 | #AFCE77 | Even thirds — balanced and loud | |
| Triadic 2 | #77AFCE | Even thirds — balanced and loud | |
| Tetradic | #CEC177 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#ce77af text on a black background
contrast 6.88:1
#ce77af text on a white background
contrast 3.05:1
CSS3 live lab
The quick brown fox
color: #ce77af;
background-color: #ce77af;
Glowing headline
text-shadow: 2px 2px 8px #ce77af;
Soft neon halo
text-shadow: 0 0 14px rgba(206, 119, 175, 0.45);
box-shadow: 0 12px 32px -8px rgba(206, 119, 175, 0.45);
border: 3px solid #ce77af; background: linear-gradient(135deg, #ce77af, #CE7977);
Monochromatic scale
Palettes built from #ce77af
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: Orchid (#da70d6) — ΔE2000 8.2 away, with its history, psychology and brand usage.
#ce77af 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.
#ce77af, answered
What color is #ce77af?
#ce77af is a balanced vivid magenta / pink, closest to Pale Violet Red (ΔE2000 8.1). It sits at 321° on the hue wheel with 47% saturation and 64% lightness, which reads as warm.
What is the RGB value of #ce77af?
rgb(206, 119, 175) — 206 red, 119 green and 175 blue out of 255, or 80.8% / 46.7% / 68.6% by channel.
Is #ce77af a light or a dark color?
It is a mid-tone. Relative luminance is 0.2941 and perceived brightness is 61%, so black text on it reaches 6.88:1.
Should I use black or white text on #ce77af?
Black. It scores 6.88:1 against #ce77af, versus 3.05:1 for white — AA at any size.
What is the complementary color of #ce77af?
#77CE96 sits directly opposite on the wheel. Softer options are the split-complements #83CE77 and #77CEC1, which give the same contrast with far less vibration.
What colors go well with #ce77af?
For interface work: #FAF4F8 as the surface, #E9C3DC for borders, #9B4B7E for secondary text, #329A3D as an accent and #5E2248 for hover and pressed states. For a palette, the analogous pair #C177CE and #CE7783 stays calm, while #77CE96 is the loudest partner.
What is #ce77af in CMYK for printing?
cmyk(0%, 42%, 15%, 19%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #ce77af warm or cool?
Warm — it scores 38 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CE778F; nudged cooler, #CF75D0.