Bubbles (#E7FEFF)

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: 1.05:1 — vs black: 20.02:1

Color values

  • HEX #E7FEFF
  • RGB rgb(231, 254, 255)
  • HSL hsl(182, 100%, 95%)
  • CMYK cmyk( 9, 0, 0, 0 )
  • Websafe #FFFFFF

Tags

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

Color Harmonies

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

Complementary

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

Bubbles
#E7FEFF Base
#FFE8E7
Analogous

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

Bubbles
#E7FEFF Base
#E7FFF4
#E7F2FF
Triadic

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

Bubbles
#E7FEFF Base
#FFE7FE
#FEFFE7
Split-Complementary

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

Bubbles
#E7FEFF Base
#FFE7F2
#FFF4E7
Tetradic (Square)

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

Bubbles
#E7FEFF Base
#F4E7FF
#FFE8E7
#F2FFE7
Monochromatic

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

Bubbles
#E7FEFF Base
#4EF8FF
#9AFBFF
#BEFCFF
#E6FEFF
Shades & Tints

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

Shades (darker)

#00181A
#007176
#00C9D2
#2FF6FF
#8BFAFF
Bubbles #E7FEFF Base
#E6FEFF
#E6FEFF
#E6FEFF
#E6FEFF
#E6FEFF
CSS & SCSS Snippets

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

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

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

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #E7FEFF,
        #FFE8E7
    );
}
SCSS Variable
// SCSS variable
$bubbles: #E7FEFF;

// With RGB channels (useful for rgba() usage)
$bubbles-r: 231;
$bubbles-g: 254;
$bubbles-b: 255;

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

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

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

Bubbles #E7FEFF Base
Light Cyan #E0FFFF ΔE 2.55
Azure Mist/web #F0FFFF ΔE 2.72
Mint Cream #F5FFFA ΔE 4.99
Alice Blue #F0F8FF ΔE 7.08

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.