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
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
Mood
Style
Use case
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #FF6FFF based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#FF6FFF
Base
#6FFF6F
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#FF6FFF
Base
#B76FFF
#FF6FB7
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#FF6FFF
Base
#FFFF6F
#6FFFFF
Two colors flanking the complement — high contrast with less tension than full complementary.
#FF6FFF
Base
#B7FF6F
#6FFFB7
Four colors at 90° intervals — rich variety, best when one color dominates.
#FF6FFF
Base
#FFB76F
#6FFF6F
#6FB7FF
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#FF6FFF
Base
#D500D5
#FF22FF
#FF46FF
#FF98FF
#FFBBFF
#FFE6FF
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
#FF6FFF
Base
#FF87FF
#FF9EFF
#FFB6FF
#FFCEFF
#FFE6FF
Ready-to-use code snippets for #FF6FFF. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #FF6FFF;
}
/* Text */
.element {
color: #FF6FFF;
}
/* Border */
.element {
border: 1px solid #FF6FFF;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#FF6FFF,
#6FFF6F
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#FF6FFF,
#6FFF6F
);
}
// 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);
}
How Ultra Pink appears to people with different types of color vision deficiency.
#FF6FFF
How the color appears with full color vision.
#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.
#8989FF
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#F28D8D
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#A9A9A9
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.