Skip to content

#6f9df0

a light, electric blue · cool · closest name: Cornflower Blue

RGB
111, 157, 240
HSL
219°, 81%, 69%
CMYK
54, 35, 0, 6
Luminance
0.3378

At a glance

Every number on this page in one read: what #6f9df0 is made of, how bright it looks, and which way it leans.

Hex
#6f9df0
Hue
219°
blue
Saturation
81%
electric
Lightness
69%
light
Brightness
94%
HSV value
Perceived
62%
weighted brightness
Luminance
0.3378
WCAG relative
Temperature
Cool
95/100 cool
Color family
Blue
Tone
Electric
Best ink
Black
7.76:1
Closest name
Cornflower Blue
ΔE2000 2.5
Where it sits
Hue219° of 360°
Saturation81%
Lightness69%
Temperature
Warm ← → Cool95% cool

Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#6f9df0
RGBrgb(111, 157, 240)
HSLhsl(219, 81%, 69%)
CMYKcmyk(54%, 35%, 0%, 6%)
LABlab(64.8 7.9 -46.4)
LCHlch(64.8 47.0 279.6)
OKLCHoklch(0.699 0.133 261.5)
Decimal7314928
Display P3color(display-p3 0.435 0.616 0.941)

Copy-ready code

/* CSS */
color: #6f9df0;
background-color: #6f9df0;
/* Tailwind (arbitrary) */
class="text-[#6f9df0] bg-[#6f9df0]"
/* SCSS */
$brand: #6f9df0;
/* SwiftUI */
Color(red: 0.435, green: 0.616, blue: 0.941)
/* Android */
Color.parseColor("#6f9df0")
/* Flutter */
Color(0xFF6F9DF0)
/* Python / OpenCV (BGR) */
(240, 157, 111)

Best text color

Only one of black and white can be right. This is the one, with the number that proves it.

Readable at a glance#000000 on #6f9df0 · 7.76:1
Use #000000AAA at every size.
Aa
White text · 2.71:1
AA fail · AA large fail · AAA fail
Aa
Black text · 7.76:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #6f9df0 as text scores 2.71:1 on white and 7.76:1 on black.

Accessibility — WCAG contrast

Aa
#6f9df0 on white: 2.71:1
AA ✗ fail · AA-large · AAA
Aa
#6f9df0 on black: 7.76:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #7CA4F3
deuteranopia · #6C98EE
tritanopia · #24AFBB

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #6f9df0 is pinned to step 400; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#F3F6FC
#E6EDF9
#C6D7F6
#99BAF4
#6f9df0
#3475EA
#175EDE
#134EB9
#0F3F94
#10306B
#0A1E43
Base = 400Lightest = 50 · #F3F6FCDarkest = 950 · #0A1E43
:root {
  --brand-50: #F3F6FC;
  --brand-100: #E6EDF9;
  --brand-200: #C6D7F6;
  --brand-300: #99BAF4;
  --brand-400: #6f9df0;
  --brand-500: #3475EA;
  --brand-600: #175EDE;
  --brand-700: #134EB9;
  --brand-800: #0F3F94;
  --brand-900: #10306B;
  --brand-950: #0A1E43;
  --brand: #6f9df0;
  --brand-ink: #000000;
}

Colors that work with #6f9df0

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#000000
Black wins here
Surface#F4F6FA
Tinted page background
Border#C0D0ED
Hairlines and dividers
Muted text#4B679B
Captions on the surface
Accent#BD540F
Second voice, not a rival
Dark variant#0C3173
Hover, pressed, headers
Light variant#E8EFFD
Selected rows, tints
Dark surface#141A24
Dark-mode background
Light mode
Everything in its place

Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.

Primary actionSecondaryBadge
Dark mode
Same hue, inverted

Lightness flips, hue holds. The accent stays the anchor in both themes.

Primary actionSecondaryAccent

How to use #6f9df0

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Text and icons on dark surfaces
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • Full-page backgrounds — tiring over long sessions
  • White text placed on it
  • Pairing with a same-lightness hue — edges vibrate

Similar colors

One move away from this hex in each direction. Every swatch is its own page.

Color relationships

The wheel positions with their names attached, so you can grab the one you actually need.

Complementary#F0C26F
Analogous left#6FDDF0
Analogous right#816FF0
Split-complement 1#F0816F
Split-complement 2#DDF06F
Triadic 1#F06F9D
Triadic 2#9DF06F
Tetradic#F06FDD

RGB percentages

Red43.5%
Green61.6%
Blue94.1%

CMYK percentages

Cyan53.8%
Magenta34.6%
Yellow0.0%
Key (black)5.9%

Color previews

#6f9df0 text on a black background

contrast 7.76:1

Card sample

#6f9df0 text on a white background

contrast 2.71:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #6f9df0;
Background color
Panel with #6f9df0 background
background-color: #6f9df0;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #6f9df0;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(111, 157, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 157, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f9df0;
background: linear-gradient(135deg, #6f9df0, #976FF0);

Monochromatic scale

Palettes built from #6f9df0

Shades — darker

Tints — lighter

Color harmonies

Nearest named colors

Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.

#6f9df0 in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
TechnologyFinanceHealthcareEnterprise SaaS
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#6f9df0, answered

What color is #6f9df0?

#6f9df0 is a light electric blue, closest to Cornflower Blue (ΔE2000 2.5). It sits at 219° on the hue wheel with 81% saturation and 69% lightness, which reads as cool.

What is the RGB value of #6f9df0?

rgb(111, 157, 240) — 111 red, 157 green and 240 blue out of 255, or 43.5% / 61.6% / 94.1% by channel.

Is #6f9df0 a light or a dark color?

It is a mid-tone. Relative luminance is 0.3378 and perceived brightness is 62%, so black text on it reaches 7.76:1.

Should I use black or white text on #6f9df0?

Black. It scores 7.76:1 against #6f9df0, versus 2.71:1 for white — AAA at any size.

What is the complementary color of #6f9df0?

#F0C26F sits directly opposite on the wheel. Softer options are the split-complements #F0816F and #DDF06F, which give the same contrast with far less vibration.

What colors go well with #6f9df0?

For interface work: #F4F6FA as the surface, #C0D0ED for borders, #4B679B for secondary text, #BD540F as an accent and #0C3173 for hover and pressed states. For a palette, the analogous pair #6FDDF0 and #816FF0 stays calm, while #F0C26F is the loudest partner.

What is #6f9df0 in CMYK for printing?

cmyk(54%, 35%, 0%, 6%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.

Is #6f9df0 warm or cool?

Cool — it scores 95 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #706FF0; nudged cooler, #5697EF.

Work with #6f9df0 in the Color Lab