Skip to content

#7f7ecf

a light, vivid blue · cool · closest name: Medium Purple

RGB
127, 126, 207
HSL
241°, 46%, 65%
CMYK
39, 39, 0, 19
Luminance
0.2394

At a glance

Every number on this page in one read: what #7f7ecf is made of, how bright it looks, and which way it leans.

Hex
#7f7ecf
Hue
241°
blue
Saturation
46%
vivid
Lightness
65%
light
Brightness
81%
HSV value
Perceived
54%
weighted brightness
Luminance
0.2394
WCAG relative
Temperature
Cool
83/100 cool
Color family
Blue
Tone
Vivid
Best ink
Black
5.79:1
Closest name
Medium Purple
ΔE2000 7.1
Where it sits
Hue241° of 360°
Saturation46%
Lightness65%
Temperature
Warm ← → Cool83% cool

Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#7f7ecf
RGBrgb(127, 126, 207)
HSLhsl(241, 46%, 65%)
CMYKcmyk(39%, 39%, 0%, 19%)
LABlab(56.0 20.1 -41.8)
LCHlch(56.0 46.4 295.7)
OKLCHoklch(0.629 0.120 282.9)
Decimal8355535
Display P3color(display-p3 0.498 0.494 0.812)

Copy-ready code

/* CSS */
color: #7f7ecf;
background-color: #7f7ecf;
/* Tailwind (arbitrary) */
class="text-[#7f7ecf] bg-[#7f7ecf]"
/* SCSS */
$brand: #7f7ecf;
/* SwiftUI */
Color(red: 0.498, green: 0.494, blue: 0.812)
/* Android */
Color.parseColor("#7f7ecf")
/* Flutter */
Color(0xFF7F7ECF)
/* Python / OpenCV (BGR) */
(207, 126, 127)

Best text color

Only one of black and white can be right. This is the one, with the number that proves it.

Readable at a glance#000000 on #7f7ecf · 5.79:1
Use #000000AA at every size, AAA for large text only.
Aa
White text · 3.63:1
AA fail · AA large pass · AAA fail
Aa
Black text · 5.79:1 · recommended
AA pass · AA large pass · AAA fail
Reading the other direction: #7f7ecf as text scores 3.63:1 on white and 5.79:1 on black.

Accessibility — WCAG contrast

Aa
#7f7ecf on white: 3.63:1
AA ✗ fail · AA-large · AAA
Aa
#7f7ecf on black: 5.79:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #6389D2
deuteranopia · #5F84CD
tritanopia · #688E9D

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #7f7ecf 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.

#F5F5FA
#EAEAF5
#D1D0EB
#AEADE1
#7f7ecf
#5D5BC2
#4442B2
#383795
#2D2C77
#242357
#171636
Base = 400Lightest = 50 · #F5F5FADarkest = 950 · #171636
:root {
  --brand-50: #F5F5FA;
  --brand-100: #EAEAF5;
  --brand-200: #D1D0EB;
  --brand-300: #AEADE1;
  --brand-400: #7f7ecf;
  --brand-500: #5D5BC2;
  --brand-600: #4442B2;
  --brand-700: #383795;
  --brand-800: #2D2C77;
  --brand-900: #242357;
  --brand-950: #171636;
  --brand: #7f7ecf;
  --brand-ink: #000000;
}

Colors that work with #7f7ecf

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#000000
Black wins here
Surface#F4F4FA
Tinted page background
Border#C4C4E9
Hairlines and dividers
Muted text#4C4B9B
Captions on the surface
Accent#998133
Second voice, not a rival
Dark variant#23235D
Hover, pressed, headers
Light variant#EDECF8
Selected rows, tints
Dark surface#141424
Dark-mode background
Light mode
Everything in its place

Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.

Primary actionSecondaryBadge
Dark mode
Same hue, inverted

Lightness flips, hue holds. The accent stays the anchor in both themes.

Primary actionSecondaryAccent

How to use #7f7ecf

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Headings from 24px up on white
  • Text and icons on dark surfaces
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Small text on white — under 4.5:1
  • Full-page backgrounds — tiring over long sessions
  • 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#CECF7E
Analogous left#7EA6CF
Analogous right#A77ECF
Split-complement 1#CFA77E
Split-complement 2#A6CF7E
Triadic 1#CF7F7E
Triadic 2#7ECF7F
Tetradic#CF7EA6

RGB percentages

Red49.8%
Green49.4%
Blue81.2%

CMYK percentages

Cyan38.6%
Magenta39.1%
Yellow0.0%
Key (black)18.8%

Color previews

#7f7ecf text on a black background

contrast 5.79:1

Card sample

#7f7ecf text on a white background

contrast 3.63:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #7f7ecf;
Background color
Panel with #7f7ecf background
background-color: #7f7ecf;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #7f7ecf;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(127, 126, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 126, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f7ecf;
background: linear-gradient(135deg, #7f7ecf, #B57ECF);

Monochromatic scale

Palettes built from #7f7ecf

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.

#7f7ecf in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
TechnologyFinanceHealthcareEnterprise SaaS
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

Converts to four-color process without much drama. Proof it anyway.

#7f7ecf, answered

What color is #7f7ecf?

#7f7ecf is a light vivid blue, closest to Medium Purple (ΔE2000 7.1). It sits at 241° on the hue wheel with 46% saturation and 65% lightness, which reads as cool.

What is the RGB value of #7f7ecf?

rgb(127, 126, 207) — 127 red, 126 green and 207 blue out of 255, or 49.8% / 49.4% / 81.2% by channel.

Is #7f7ecf a light or a dark color?

It is a mid-tone. Relative luminance is 0.2394 and perceived brightness is 54%, so black text on it reaches 5.79:1.

Should I use black or white text on #7f7ecf?

Black. It scores 5.79:1 against #7f7ecf, versus 3.63:1 for white — AA at any size.

What is the complementary color of #7f7ecf?

#CECF7E sits directly opposite on the wheel. Softer options are the split-complements #CFA77E and #A6CF7E, which give the same contrast with far less vibration.

What colors go well with #7f7ecf?

For interface work: #F4F4FA as the surface, #C4C4E9 for borders, #4C4B9B for secondary text, #998133 as an accent and #23235D for hover and pressed states. For a palette, the analogous pair #7EA6CF and #A77ECF stays calm, while #CECF7E is the loudest partner.

What is #7f7ecf in CMYK for printing?

cmyk(39%, 39%, 0%, 19%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.

Is #7f7ecf warm or cool?

Cool — it scores 83 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #9D7ECF; nudged cooler, #7C98D1.

Work with #7f7ecf in the Color Lab