Blueberry (#4F86F7)

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: 3.45:1 — vs black: 6.09:1

Color values

  • HEX #4F86F7
  • RGB rgb(79, 134, 247)
  • HSL hsl(220, 68%, 96%)
  • CMYK cmyk( 68.02, 45.75, 0, 3.14 )

Tags

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

Color Harmonies

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

Complementary

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

Blueberry
#4F86F7 Base
#F7C04F
Analogous

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

Blueberry
#4F86F7 Base
#4FDAF7
#6C4FF7
Triadic

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

Blueberry
#4F86F7 Base
#F74F86
#86F74F
Split-Complementary

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

Blueberry
#4F86F7 Base
#F76C4F
#DAF74F
Tetradic (Square)

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

Blueberry
#4F86F7 Base
#F74FDA
#F7C04F
#4FF76C
Monochromatic

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

Blueberry
#4F86F7 Base
#083BA5
#0B55EF
#286BF5
#76A1F9
#98B8FA
#E1EBFE
Shades & Tints

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

Shades (darker)

#010918
#041D52
#06328B
#0946C5
#165EF4
Blueberry #4F86F7 Base
#6D9BF8
#8CB0FA
#AAC5FB
#C8D9FD
#E7EEFE
CSS & SCSS Snippets

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

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

/* Text */
.element {
    color: #4F86F7;
}

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #4F86F7,
        #FCF9F2
    );
}
SCSS Variable
// SCSS variable
$blueberry: #4F86F7;

// With RGB channels (useful for rgba() usage)
$blueberry-r: 79;
$blueberry-g: 134;
$blueberry-b: 247;

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

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

Normal Vision #4F86F7 How the color appears with full color vision.
Deuteranopia #7979F7 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 #8181F7 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #009B9B Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #8A8A8A 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 Blueberry ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Blueberry #4F86F7 Base
Azure #007FFF ΔE 4.14
United Nations Blue #5B92E5 ΔE 4.16
Cornflower Blue #6495ED ΔE 4.67
Blue (Crayola) #1F75FE ΔE 5.73

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.