#cd697b
a balanced, vivid red · warm · closest name: Pale Violet Red
At a glance
Every number on this page in one read: what #cd697b 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 | #cd697b |
| RGB | rgb(205, 105, 123) |
| HSL | hsl(349, 50%, 61%) |
| CMYK | cmyk(0%, 49%, 40%, 20%) |
| LAB | lab(56.6 41.3 8.4) |
| LCH | lch(56.6 42.2 11.4) |
| OKLCH | oklch(0.642 0.127 9.9) |
| Decimal | 13461883 |
| Display P3 | color(display-p3 0.804 0.412 0.482) |
Copy-ready code
/* CSS */
color: #cd697b;
background-color: #cd697b;
/* Tailwind (arbitrary) */
class="text-[#cd697b] bg-[#cd697b]"
/* SCSS */
$brand: #cd697b;
/* SwiftUI */
Color(red: 0.804, green: 0.412, blue: 0.482)
/* Android */
Color.parseColor("#cd697b")
/* Flutter */
Color(0xFFCD697B)
/* Python / OpenCV (BGR) */
(123, 105, 205)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. #cd697b is pinned to step 500; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FAF4F5;
--brand-100: #F6EAEC;
--brand-200: #ECCFD5;
--brand-300: #E3ABB5;
--brand-400: #D58190;
--brand-500: #cd697b;
--brand-600: #B83D53;
--brand-700: #993345;
--brand-800: #7A2937;
--brand-900: #59212B;
--brand-950: #38151B;
--brand: #cd697b;
--brand-ink: #000000;
}Colors that work with #cd697b
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 #cd697b
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 | #69CDBB | Directly opposite — maximum tension | |
| Analogous left | #CD69AD | Neighbour, quieter | |
| Analogous right | #CD8969 | Neighbour, quieter | |
| Split-complement 1 | #69CD89 | Contrast without the clash | |
| Split-complement 2 | #69ADCD | Contrast without the clash | |
| Triadic 1 | #7BCD69 | Even thirds — balanced and loud | |
| Triadic 2 | #697BCD | Even thirds — balanced and loud | |
| Tetradic | #ADCD69 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cd697b text on a black background
contrast 5.90:1
#cd697b text on a white background
contrast 3.56:1
CSS3 live lab
The quick brown fox
color: #cd697b;
background-color: #cd697b;
Glowing headline
text-shadow: 2px 2px 8px #cd697b;
Soft neon halo
text-shadow: 0 0 14px rgba(205, 105, 123, 0.45);
box-shadow: 0 12px 32px -8px rgba(205, 105, 123, 0.45);
border: 3px solid #cd697b; background: linear-gradient(135deg, #cd697b, #CD9A69);
Monochromatic scale
Palettes built from #cd697b
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: Dusty Rose (#b76e79) — ΔE2000 4.6 away, with its history, psychology and brand usage.
#cd697b 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.
#cd697b, answered
What color is #cd697b?
#cd697b is a balanced vivid red, closest to Pale Violet Red (ΔE2000 6). It sits at 349° on the hue wheel with 50% saturation and 61% lightness, which reads as warm.
What is the RGB value of #cd697b?
rgb(205, 105, 123) — 205 red, 105 green and 123 blue out of 255, or 80.4% / 41.2% / 48.2% by channel.
Is #cd697b a light or a dark color?
It is a mid-tone. Relative luminance is 0.2451 and perceived brightness is 57%, so black text on it reaches 5.90:1.
Should I use black or white text on #cd697b?
Black. It scores 5.90:1 against #cd697b, versus 3.56:1 for white — AA at any size.
What is the complementary color of #cd697b?
#69CDBB sits directly opposite on the wheel. Softer options are the split-complements #69CD89 and #69ADCD, which give the same contrast with far less vibration.
What colors go well with #cd697b?
For interface work: #FAF4F5 as the surface, #EBC2C9 for borders, #9B4B59 for secondary text, #2F9D6E as an accent and #60202B for hover and pressed states. For a palette, the analogous pair #CD69AD and #CD8969 stays calm, while #69CDBB is the loudest partner.
What is #cd697b in CMYK for printing?
cmyk(0%, 49%, 40%, 20%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #cd697b warm or cool?
Warm — it scores 23 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CD7C69; nudged cooler, #CF67A0.