Ultra Pink (#FF6FFF)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #000000
Contrast vs white: 2.34:1 — vs black: 8.97:1

Color values

  • HEX #FF6FFF
  • RGB rgb(255, 111, 255)
  • HSL hsl(300, 100%, 71%)
  • CMYK cmyk( 0, 56, 0, 0 )
  • Websafe #FF66FF

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #FF6FFF based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Ultra Pink
#FF6FFF Base
#6FFF6F
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Ultra Pink
#FF6FFF Base
#B76FFF
#FF6FB7
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Ultra Pink
#FF6FFF Base
#FFFF6F
#6FFFFF
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Ultra Pink
#FF6FFF Base
#B7FF6F
#6FFFB7
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Ultra Pink
#FF6FFF Base
#FFB76F
#6FFF6F
#6FB7FF
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Ultra Pink
#FF6FFF Base
#D500D5
#FF22FF
#FF46FF
#FF98FF
#FFBBFF
#FFE6FF
Shades & Tints

Darker shades and lighter tints of Ultra Pink, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#1A001A
#5E005E
#A200A2
#E600E6
#FF2BFF
Ultra Pink #FF6FFF Base
#FF87FF
#FF9EFF
#FFB6FF
#FFCEFF
#FFE6FF
CSS & SCSS Snippets

Ready-to-use code snippets for #FF6FFF. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #FF6FFF;
}

/* Text */
.element {
    color: #FF6FFF;
}

/* Border */
.element {
    border: 1px solid #FF6FFF;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #FF6FFF,
        #6FFF6F
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #FF6FFF,
        #6FFF6F
    );
}
SCSS Variable
// SCSS variable
$ultra-pink: #FF6FFF;

// With RGB channels (useful for rgba() usage)
$ultra-pink-r: 255;
$ultra-pink-g: 111;
$ultra-pink-b: 255;

// Usage
.element {
    background-color: $ultra-pink;
    color: rgba($ultra-pink-r, $ultra-pink-g, $ultra-pink-b, 0.8);
}
Color Blindness Simulation

How Ultra Pink appears to people with different types of color vision deficiency.

Normal Vision #FF6FFF How the color appears with full color vision.
Deuteranopia #AAAAFD Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #8989FF Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #F28D8D Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #A9A9A9 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Ultra Pink ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Ultra Pink #FF6FFF Base
Pink Flamingo #FC74FD ΔE 0.80
Fuchsia Pink #FF77FF ΔE 1.30
Violet #EE82EE ΔE 4.24
Light Fuchsia Pink #F984EF ΔE 4.53

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.