#cf355d
a balanced, vivid magenta / pink · warm · closest name: Crimson
At a glance
Every number on this page in one read: what #cf355d 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 | #cf355d |
| RGB | rgb(207, 53, 93) |
| HSL | hsl(344, 62%, 51%) |
| CMYK | cmyk(0%, 74%, 55%, 19%) |
| LAB | lab(47.8 61.7 13.9) |
| LCH | lch(47.8 63.3 12.7) |
| OKLCH | oklch(0.574 0.190 10.7) |
| Decimal | 13579613 |
| Display P3 | color(display-p3 0.812 0.208 0.365) |
Copy-ready code
/* CSS */
color: #cf355d;
background-color: #cf355d;
/* Tailwind (arbitrary) */
class="text-[#cf355d] bg-[#cf355d]"
/* SCSS */
$brand: #cf355d;
/* SwiftUI */
Color(red: 0.812, green: 0.208, blue: 0.365)
/* Android */
Color.parseColor("#cf355d")
/* Flutter */
Color(0xFFCF355D)
/* Python / OpenCV (BGR) */
(93, 53, 207)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. #cf355d 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: #FBF4F6;
--brand-100: #F7E8EC;
--brand-200: #F0CCD5;
--brand-300: #E9A4B6;
--brand-400: #DF7792;
--brand-500: #D44A6E;
--brand-600: #cf355d;
--brand-700: #A52748;
--brand-800: #841F39;
--brand-900: #601B2D;
--brand-950: #3C111C;
--brand: #cf355d;
--brand-ink: #ffffff;
}Colors that work with #cf355d
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 #cf355d
Derived from its contrast, chroma and lightness — not from taste.
- ✓Body text and links on white
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Brand accents, badges and data highlights
- ⚠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 | #35CFA7 | Directly opposite — maximum tension | |
| Analogous left | #CF35AA | Neighbour, quieter | |
| Analogous right | #CF5A35 | Neighbour, quieter | |
| Split-complement 1 | #35CF5A | Contrast without the clash | |
| Split-complement 2 | #35AACF | Contrast without the clash | |
| Triadic 1 | #5DCF35 | Even thirds — balanced and loud | |
| Triadic 2 | #355DCF | Even thirds — balanced and loud | |
| Tetradic | #AACF35 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cf355d text on a black background
contrast 4.32:1
#cf355d text on a white background
contrast 4.86:1
CSS3 live lab
The quick brown fox
color: #cf355d;
background-color: #cf355d;
Glowing headline
text-shadow: 2px 2px 8px #cf355d;
Soft neon halo
text-shadow: 0 0 14px rgba(207, 53, 93, 0.45);
box-shadow: 0 12px 32px -8px rgba(207, 53, 93, 0.45);
border: 3px solid #cf355d; background: linear-gradient(135deg, #cf355d, #CF7435);
Monochromatic scale
Palettes built from #cf355d
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: Cherry (#de3163) — ΔE2000 2.9 away, with its history, psychology and brand usage.
#cf355d 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.
#cf355d, answered
What color is #cf355d?
#cf355d is a balanced vivid magenta / pink, closest to Crimson (ΔE2000 8.5). It sits at 344° on the hue wheel with 62% saturation and 51% lightness, which reads as warm.
What is the RGB value of #cf355d?
rgb(207, 53, 93) — 207 red, 53 green and 93 blue out of 255, or 81.2% / 20.8% / 36.5% by channel.
Is #cf355d a light or a dark color?
It is a dark color. Relative luminance is 0.1660 and perceived brightness is 49%, so white text on it reaches 4.86:1.
Should I use black or white text on #cf355d?
White. It scores 4.86:1 against #cf355d, versus 4.32:1 for black — AA at any size.
What is the complementary color of #cf355d?
#35CFA7 sits directly opposite on the wheel. Softer options are the split-complements #35CF5A and #35AACF, which give the same contrast with far less vibration.
What colors go well with #cf355d?
For interface work: #FAF4F6 as the surface, #EDC0CB for borders, #9B4B5F for secondary text, #23A964 as an accent and #67182D for hover and pressed states. For a palette, the analogous pair #CF35AA and #CF5A35 stays calm, while #35CFA7 is the loudest partner.
What is #cf355d in CMYK for printing?
cmyk(0%, 74%, 55%, 19%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #cf355d warm or cool?
Warm — it scores 25 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CF4635; nudged cooler, #D23396.