#7f85cd
a light, soft blue · cool · closest name: Medium Purple
At a glance
Every number on this page in one read: what #7f85cd 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 | #7f85cd |
| RGB | rgb(127, 133, 205) |
| HSL | hsl(235, 44%, 65%) |
| CMYK | cmyk(38%, 35%, 0%, 20%) |
| LAB | lab(57.8 15.4 -37.9) |
| LCH | lch(57.8 41.0 292.1) |
| OKLCH | oklch(0.641 0.108 279.3) |
| Decimal | 8357325 |
| Display P3 | color(display-p3 0.498 0.522 0.804) |
Copy-ready code
/* CSS */
color: #7f85cd;
background-color: #7f85cd;
/* Tailwind (arbitrary) */
class="text-[#7f85cd] bg-[#7f85cd]"
/* SCSS */
$brand: #7f85cd;
/* SwiftUI */
Color(red: 0.498, green: 0.522, blue: 0.804)
/* Android */
Color.parseColor("#7f85cd")
/* Flutter */
Color(0xFF7F85CD)
/* Python / OpenCV (BGR) */
(205, 133, 127)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. #7f85cd 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: #F5F5FA;
--brand-100: #EAEBF5;
--brand-200: #D1D3EB;
--brand-300: #AEB2DF;
--brand-400: #7f85cd;
--brand-500: #5E65C0;
--brand-600: #454DB0;
--brand-700: #394093;
--brand-800: #2E3375;
--brand-900: #252856;
--brand-950: #171936;
--brand: #7f85cd;
--brand-ink: #000000;
}Colors that work with #7f85cd
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 #7f85cd
Derived from its contrast, chroma and lightness — not from taste.
- ✓Headings from 24px up on white
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Small text on white — under 4.5:1
- ⚠White text placed on it
- ⚠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 | #CDC77F | Directly opposite — maximum tension | |
| Analogous left | #7FACCD | Neighbour, quieter | |
| Analogous right | #A07FCD | Neighbour, quieter | |
| Split-complement 1 | #CDA07F | Contrast without the clash | |
| Split-complement 2 | #ACCD7F | Contrast without the clash | |
| Triadic 1 | #CD7F85 | Even thirds — balanced and loud | |
| Triadic 2 | #85CD7F | Even thirds — balanced and loud | |
| Tetradic | #CD7FAC | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#7f85cd text on a black background
contrast 6.14:1
#7f85cd text on a white background
contrast 3.42:1
CSS3 live lab
The quick brown fox
color: #7f85cd;
background-color: #7f85cd;
Glowing headline
text-shadow: 2px 2px 8px #7f85cd;
Soft neon halo
text-shadow: 0 0 14px rgba(127, 133, 205, 0.45);
box-shadow: 0 12px 32px -8px rgba(127, 133, 205, 0.45);
border: 3px solid #7f85cd; background: linear-gradient(135deg, #7f85cd, #AD7FCD);
Monochromatic scale
Palettes built from #7f85cd
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: Periwinkle Blue (#8f99fb) — ΔE2000 8.3 away, with its history, psychology and brand usage.
#7f85cd 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.
#7f85cd, answered
What color is #7f85cd?
#7f85cd is a light soft blue, closest to Medium Purple (ΔE2000 9.3). It sits at 235° on the hue wheel with 44% saturation and 65% lightness, which reads as cool.
What is the RGB value of #7f85cd?
rgb(127, 133, 205) — 127 red, 133 green and 205 blue out of 255, or 49.8% / 52.2% / 80.4% by channel.
Is #7f85cd a light or a dark color?
It is a mid-tone. Relative luminance is 0.2569 and perceived brightness is 55%, so black text on it reaches 6.14:1.
Should I use black or white text on #7f85cd?
Black. It scores 6.14:1 against #7f85cd, versus 3.42:1 for white — AA at any size.
What is the complementary color of #7f85cd?
#CDC77F sits directly opposite on the wheel. Softer options are the split-complements #CDA07F and #ACCD7F, which give the same contrast with far less vibration.
What colors go well with #7f85cd?
For interface work: #F4F5FA as the surface, #C4C7E8 for borders, #4B519B for secondary text, #977735 as an accent and #24285C for hover and pressed states. For a palette, the analogous pair #7FACCD and #A07FCD stays calm, while #CDC77F is the loudest partner.
What is #7f85cd in CMYK for printing?
cmyk(38%, 35%, 0%, 20%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #7f85cd warm or cool?
Cool — it scores 86 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #967FCD; nudged cooler, #7D9ACF.