Skip to main content

Neon Blue

#4D4DFF·blue family·WCAG AA

Tints & Shades

50

100

200

300

400

500

600

700

800

900

Scale from white (50) through Neon Blue (500) to black (900), interpolated in Lab color space.

Color Values

HEX
#4D4DFF
RGB
rgb(77, 77, 255)
HSL
hsl(240, 100%, 65%)
OKLCH
oklch(0.544 0.254 274)
CMYK
cmyk(70%, 70%, 0%, 0%)
Luminance:0.1411
CSS var:--color-neon-blue
Tailwind:bg-[#4D4DFF]

Accessibility

Score: 54/100

On White (#FFF)

5.5:1

AA

On Black (#000)

3.82:1

AA Large

On Light Gray (#F5F5F5)

5.04:1

AA

Best text color on this background:

white5.50:1
Open in Contrast Checker →

Design Applications

Background

background-color: #4D4DFF

Text Color

color: #4D4DFF

bg-[#4D4DFF] text-[#FFFFFF]

Accent border card component

border-left: 4px solid #4D4DFF

Color Meaning & Psychology

Blue is the world's most universally preferred color across cultures. It slows respiration, lowers blood pressure, and promotes calm — the physiological opposite of red. Blue's associations with sky and water make it feel limitless, trustworthy, and reliable. In corporate design, blue dominates banking, insurance, healthcare, and technology precisely because it communicates stability. Dark navy conveys authority and tradition; royal blues suggest quality and aspiration; sky blues feel open and optimistic; teal bridges trust with modernity. The primary limitation of blue is food — it suppresses appetite, with almost no naturally blue foods existing in nature. Its lighter value makes it approachable and soft — suitable for backgrounds, secondary UI states, and contexts requiring the hue's character without full intensity.

Industry Usage

Common contexts and industries where Neon Blue is applied in professional design.

  • Banking, insurance, and financial institutions
  • Healthcare and medical device companies
  • Enterprise software and SaaS platforms
  • Government and public sector organizations
  • Airlines and aviation brands
  • Communication and social networking apps
  • Cybersecurity and data protection products
  • Pharmaceutical companies and clinical products

Accessibility Considerations

Normal Text

Passes AA

4.5:1 minimum required

Large Text

Passes AA Large

3:1 minimum required

UI Components

Meets 1.4.11

3:1 for non-text UI

Neon Blue is a dark color. Use white (#FFFFFF) text on top of it for maximum readability (5.50:1). Avoid small black text on this background.

CSS & Code Examples

Background

background-color: #4D4DFF;

Text

color: #4D4DFF;

Border

border: 2px solid #4D4DFF;

Box Shadow

box-shadow: 0 4px 20px #4D4DFF40;

Gradient

background: linear-gradient(135deg, #4D4DFF, #8d7aff);

Tailwind-style

--color-neon-blue: #4D4DFF;

Tailwind CSS Utilities

Use arbitrary value syntax in Tailwind CSS to apply Neon Blue without a custom config.

Background

bg-[#4D4DFF]

Text

text-[#4D4DFF]

Border

border-[#4D4DFF]

Ring

ring-[#4D4DFF]

Fill

fill-[#4D4DFF]

From (gradient)

from-[#4D4DFF]

Via (gradient)

via-[#4D4DFF]

To (gradient)

to-[#4D4DFF]

Design Tokens

Ready-to-use Neon Blue design token in CSS custom properties, SCSS, Tailwind v3/v4, and JSON formats.

CSS Custom Properties

:root {
  --color-neon-blue: #4D4DFF;
  --color-neon-blue-rgb: 77, 77, 255;
  --color-neon-blue-hsl: 240, 100%, 65%;
}

SCSS Variables

$color-neon-blue: #4D4DFF;
$color-neon-blue-rgb: 77, 77, 255;
$color-neon-blue-hsl: 240, 100%, 65%;

Tailwind v3 Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'neon-blue': '#4D4DFF',
      },
    },
  },
};

Tailwind v4 (@theme)

/* tailwind.css */
@theme {
  --color-neon-blue: #4D4DFF;
}

JSON Design Token (W3C format)

{
  "neon-blue": {
    "value": "#4D4DFF",
    "type": "color",
    "description": "Neon Blue — #4D4DFF"
  }
}

What Does Neon Blue Mean? Color Psychology & Cultural Symbolism

The reason Neon Blue projects trust is partly evolutionary (blue skies and clean water = safety) and partly cultural (centuries of professional, governmental, and institutional use have trained associations). The result is a color that creates instant psychological permission to engage.

  • Across color psychology research, blue consistently tests high for "trustworthiness" associations, making Neon Blue a reliable vehicle for trust in cross-demographic audiences.
  • Brand designers draw on blue-family tones to project stability and competence—values that Neon Blue communicates in a mid-tone key.
  • At 100% saturation, Neon Blue reads as vivid—Electric and royal blues are modern, confident, and digitally native—they signal tech-forward positioning and work well for startups challenging traditional industries.
  • Neon Blue's mid-tone lightness (65%) shifts its psychological register: a balanced mid-tone that embodies trust, reliability, calm, and professionalism at its most direct.

In a world of visual noise, Neon Blue earns attention through steadiness. Use it where you need to be believed.

How to Use Neon Blue in Design: Applications, Pairings & Best Practices

Neon Blue's accessibility profile makes it one of the more designer-friendly choices in the warm-cool spectrum. Its mid-tone quality at 65% lightness typically produces workable contrast ratios for both text and UI applications.

  • Avoid: food contexts where it suppresses appetite (the only major color with no natural blue foods), extreme urgency signals, and applications targeting very young children where warmer colors perform better.
  • Color harmonies: Neon Blue's complementary color creates a high-energy split ideal for promotional design; its analogous palette (±30° hue) builds cohesive, monochromatic sophistication.
  • Proportional use: Neon Blue's vivid saturation (100%) means small applications—accents, highlights, icons—deliver maximum impact without visual fatigue. Reserve large-scale use for intentional brand moments.
  • As a dark tone, Neon Blue creates maximum contrast with white and light neutrals—excellent for creating premium dark-mode sections, bold headers, and high-drama brand moments
  • Typography: Neon Blue works as a background behind white text but requires careful sizing—test at intended heading and body sizes before finalizing.

In a world of visual noise, Neon Blue earns attention through steadiness. Use it where you need to be believed.

Neon Blue Accessibility: WCAG Contrast Ratios, Color Blindness & Inclusive Design

Neon Blue (#4D4DFF) reaches 5.50:1 contrast with white text—meeting WCAG 2.1 AA minimum of 4.5:1 for normal text and 3:1 for large text. It clears standard production accessibility requirements. Relative luminance: 14.1%.

  • As text on white (#FFFFFF): 5.50:1 — AA ✓
  • As text on black (#000000): 3.82:1 — AA (large text only)
  • Best text color on Neon Blue background: White (#FFFFFF) at 5.50:1
  • WCAG 2.1 luminance: 14.1% — low luminance (dark)—it provides strong contrast for white and light overlaid text, functioning well as a background in dark-mode and header contexts
  • Neon Blue qualifies for normal body text and all larger sizes (AA).
  • Color blindness consideration: tritanopia (blue-yellow color blindness, ~0.003% of population) may affect how this color reads. While rare, for maximum accessibility supplement color signals with text or icon indicators in critical states.

Neon Blue's WCAG profile makes it a compliant choice for most text applications.

Neon Blue in Industry: Branding, Design & Market Applications

Across industry research, blue-family tones consistently outperform competitors in categories built on trust, reliability, calm, and professionalism. Neon Blue is a mid-tone expression of this advantage—best positioned in Finance & Banking and adjacent markets.

  • Finance & Banking: Blue is the most trusted color in financial services—a global design convention built over decades. It signals fiduciary reliability, stability, and the conservative stewardship that depositors and investors need to feel comfortable transferring wealth. (examples: Capital One, PayPal, Visa) Dark navy communicates established tradition; mid-tone blues suggest accessible, modern banking. Avoid pure bright blue for legacy institutions.
  • Technology: Technology brands use blue to communicate intelligence, reliability, and forward-thinking professionalism. From legacy enterprise software to consumer apps, blue provides a neutral credibility that scales across markets and cultures. (examples: Apple, Microsoft, Salesforce) Varying the tone of blue is how tech brands differentiate: sky blue for friendliness (consumer apps), royal blue for confidence (productivity tools), navy for enterprise seriousness.
  • Healthcare: Healthcare's use of blue is a trust transfer from corporate credibility to clinical reliability. Patients associate blue with cleanliness, precision, and medical competence—making it the second most common healthcare color after white. (examples: Headspace, One Medical, Kaiser Permanente) Teal-blue works particularly well for health tech and telemedicine, balancing clinical trust with digital accessibility.
  • Brand positioning: Neon Blue is best suited for brands projecting stability, competence, professionalism. Categories outside this positioning—food contexts where it suppresses appetite (the only major color with no natural blue foods)—tend to see weaker results.
  • Adjacent applications: Beyond primary industries, Neon Blue works effectively in trust-critical applications, government services, B2B software—contexts where reliability serves a secondary but reinforcing role.

Neon Blue earns its strongest ROI in industries where trust and recognition compound over time: Finance & Banking, Technology, Healthcare. Use it to build the kind of brand recognition that decades reinforce.

Frequently Asked Questions

What is the hex code for Neon Blue?
The hex code for Neon Blue is #4D4DFF. Its RGB values are rgb(77, 77, 255) and its HSL values are hsl(240, 100%, 65%).
What does Neon Blue mean in design?
Blue is the world's most universally preferred color across cultures. It slows respiration, lowers blood pressure, and promotes calm — the physiological opposite of red. Blue's associations with sky and water make it feel limitless, trustworthy, and reliable. In corporate design, blue dominates banking, insurance, healthcare, and technology precisely because it communicates stability. Dark navy conveys authority and tradition; royal blues suggest quality and aspiration; sky blues feel open and optimistic; teal bridges trust with modernity. The primary limitation of blue is food — it suppresses appetite, with almost no naturally blue foods existing in nature. Its lighter value makes it approachable and soft — suitable for backgrounds, secondary UI states, and contexts requiring the hue's character without full intensity.
Is Neon Blue WCAG accessible?
Neon Blue (#4D4DFF) passes WCAG AA on white with a 5.5:1 contrast ratio. Its overall accessibility score is 54/100.
What colors go well with Neon Blue?
Neon Blue pairs well with its complementary color Yellow (#FFFF00). Analogous colors like Bleu de France and Royal Blue also work harmoniously. Check the Color Harmonies section above for the full palette.
What is Neon Blue used for?
Neon Blue is commonly used for: Banking, insurance, and financial institutions; Healthcare and medical device companies; Enterprise software and SaaS platforms; Government and public sector organizations; Airlines and aviation brands.
What are the CSS and Tailwind values for Neon Blue?
In CSS, use `color: #4D4DFF` or `background-color: #4D4DFF`. The CSS custom property is `--color-neon-blue: #4D4DFF`. In Tailwind CSS, use the arbitrary value class `bg-[#4D4DFF]` for backgrounds or `text-[#4D4DFF]` for text.