#c481ba
a balanced, soft magenta / pink · neutral · closest name: Orchid
At a glance
Every number on this page in one read: what #c481ba is made of, how bright it looks, and which way it leans.
Reads neutral. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #c481ba |
| RGB | rgb(196, 129, 186) |
| HSL | hsl(309, 36%, 64%) |
| CMYK | cmyk(0%, 34%, 5%, 23%) |
| LAB | lab(62.5 34.7 -19.3) |
| LCH | lch(62.5 39.7 330.9) |
| OKLCH | oklch(0.691 0.111 332.2) |
| Decimal | 12878266 |
| Display P3 | color(display-p3 0.769 0.506 0.729) |
Copy-ready code
/* CSS */
color: #c481ba;
background-color: #c481ba;
/* Tailwind (arbitrary) */
class="text-[#c481ba] bg-[#c481ba]"
/* SCSS */
$brand: #c481ba;
/* SwiftUI */
Color(red: 0.769, green: 0.506, blue: 0.729)
/* Android */
Color.parseColor("#c481ba")
/* Flutter */
Color(0xFFC481BA)
/* Python / OpenCV (BGR) */
(186, 129, 196)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. #c481ba 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: #FAF5F9;
--brand-100: #F4EBF3;
--brand-200: #E8D3E5;
--brand-300: #DBB3D5;
--brand-400: #c481ba;
--brand-500: #B766AB;
--brand-600: #A74E99;
--brand-700: #8B4180;
--brand-800: #6F3466;
--brand-900: #52294B;
--brand-950: #331A2F;
--brand: #c481ba;
--brand-ink: #000000;
}Colors that work with #c481ba
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 #c481ba
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠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 | #81C48B | Directly opposite — maximum tension | |
| Analogous left | #AC81C4 | Neighbour, quieter | |
| Analogous right | #C48198 | Neighbour, quieter | |
| Split-complement 1 | #98C481 | Contrast without the clash | |
| Split-complement 2 | #81C4AC | Contrast without the clash | |
| Triadic 1 | #BAC481 | Even thirds — balanced and loud | |
| Triadic 2 | #81BAC4 | Even thirds — balanced and loud | |
| Tetradic | #C4AC81 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#c481ba text on a black background
contrast 7.20:1
#c481ba text on a white background
contrast 2.92:1
CSS3 live lab
The quick brown fox
color: #c481ba;
background-color: #c481ba;
Glowing headline
text-shadow: 2px 2px 8px #c481ba;
Soft neon halo
text-shadow: 0 0 14px rgba(196, 129, 186, 0.45);
box-shadow: 0 12px 32px -8px rgba(196, 129, 186, 0.45);
border: 3px solid #c481ba; background: linear-gradient(135deg, #c481ba, #C4818D);
Monochromatic scale
Palettes built from #c481ba
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 7.7 away, with its history, psychology and brand usage.
#c481ba 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.
#c481ba, answered
What color is #c481ba?
#c481ba is a balanced soft magenta / pink, closest to Orchid (ΔE2000 7.7). It sits at 309° on the hue wheel with 36% saturation and 64% lightness, which reads as neutral.
What is the RGB value of #c481ba?
rgb(196, 129, 186) — 196 red, 129 green and 186 blue out of 255, or 76.9% / 50.6% / 72.9% by channel.
Is #c481ba a light or a dark color?
It is a mid-tone. Relative luminance is 0.3098 and perceived brightness is 62%, so black text on it reaches 7.20:1.
Should I use black or white text on #c481ba?
Black. It scores 7.20:1 against #c481ba, versus 2.92:1 for white — AAA at any size.
What is the complementary color of #c481ba?
#81C48B sits directly opposite on the wheel. Softer options are the split-complements #98C481 and #81C4AC, which give the same contrast with far less vibration.
What colors go well with #c481ba?
For interface work: #FAF5F9 as the surface, #E5C7E1 for borders, #9B4B8F for secondary text, #468F3D as an accent and #572950 for hover and pressed states. For a palette, the analogous pair #AC81C4 and #C48198 stays calm, while #81C48B is the loudest partner.
What is #c481ba in CMYK for printing?
cmyk(0%, 34%, 5%, 23%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #c481ba warm or cool?
Neutral — it scores 45 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #C481A1; nudged cooler, #B67FC6.