Skip to content

#2f91af

a dark, vivid cyan · cool · closest name: Steel Blue

RGB
47, 145, 175
HSL
194°, 58%, 44%
CMYK
73, 17, 0, 31
Luminance
0.2395

At a glance

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

Hex
#2f91af
Hue
194°
cyan
Saturation
58%
vivid
Lightness
44%
dark
Brightness
69%
HSV value
Perceived
50%
weighted brightness
Luminance
0.2395
WCAG relative
Temperature
Cool
93/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
5.79:1
Closest name
Steel Blue
ΔE2000 10.3
Where it sits
Hue194° of 360°
Saturation58%
Lightness44%
Temperature
Warm ← → Cool93% 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#2f91af
RGBrgb(47, 145, 175)
HSLhsl(194, 58%, 44%)
CMYKcmyk(73%, 17%, 0%, 31%)
LABlab(56.0 -18.0 -23.9)
LCHlch(56.0 29.9 233.0)
OKLCHoklch(0.614 0.099 222.6)
Decimal3117487
Display P3color(display-p3 0.184 0.569 0.686)

Copy-ready code

/* CSS */
color: #2f91af;
background-color: #2f91af;
/* Tailwind (arbitrary) */
class="text-[#2f91af] bg-[#2f91af]"
/* SCSS */
$brand: #2f91af;
/* SwiftUI */
Color(red: 0.184, green: 0.569, blue: 0.686)
/* Android */
Color.parseColor("#2f91af")
/* Flutter */
Color(0xFF2F91AF)
/* Python / OpenCV (BGR) */
(175, 145, 47)

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 #2f91af · 5.79:1
Use #000000AA at every size, AAA for large text only.
Aa
White text · 3.63:1
AA fail · AA large pass · AAA fail
Aa
Black text · 5.79:1 · recommended
AA pass · AA large pass · AAA fail
Reading the other direction: #2f91af as text scores 3.63:1 on white and 5.79:1 on black.

Accessibility — WCAG contrast

Aa
#2f91af on white: 3.63:1
AA ✗ fail · AA-large · AAA
Aa
#2f91af on black: 5.79:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #808EB1
deuteranopia · #6E81AF
tritanopia · #009A9B

Color scale — 50 to 950

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

#F4F9FB
#E9F3F7
#CDE7EF
#A7D8E7
#7AC5DB
#4EB1D0
#34A0C1
#2f91af
#236B81
#1D4E5E
#12313B
Base = 700Lightest = 50 · #F4F9FBDarkest = 950 · #12313B
:root {
  --brand-50: #F4F9FB;
  --brand-100: #E9F3F7;
  --brand-200: #CDE7EF;
  --brand-300: #A7D8E7;
  --brand-400: #7AC5DB;
  --brand-500: #4EB1D0;
  --brand-600: #34A0C1;
  --brand-700: #2f91af;
  --brand-800: #236B81;
  --brand-900: #1D4E5E;
  --brand-950: #12313B;
  --brand: #2f91af;
  --brand-ink: #000000;
}

Colors that work with #2f91af

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#F4F9FA
Tinted page background
Border#C0E2ED
Hairlines and dividers
Muted text#4B889B
Captions on the surface
Accent#B32A2D
Second voice, not a rival
Dark variant#1B5365
Hover, pressed, headers
Light variant#EBF6FA
Selected rows, tints
Dark surface#142124
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 #2f91af

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

Works well for
  • Headings from 24px up on white
  • Text and icons on dark surfaces
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Headers, footers and dark-mode surfaces
  • Brand accents, badges and data highlights
Use with care
  • Small text on white — under 4.5:1
  • Full-page backgrounds — tiring over long sessions
  • Black text placed on it
  • Thin strokes and 1px borders — they disappear on light UI
  • 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#AF4D2F
Analogous left#2FAF8D
Analogous right#2F51AF
Split-complement 1#AF2F51
Split-complement 2#AF8D2F
Triadic 1#AF2F91
Triadic 2#91AF2F
Tetradic#8D2FAF

RGB percentages

Red18.4%
Green56.9%
Blue68.6%

CMYK percentages

Cyan73.1%
Magenta17.1%
Yellow0.0%
Key (black)31.4%

Color previews

#2f91af text on a black background

contrast 5.79:1

Card sample

#2f91af text on a white background

contrast 3.63:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #2f91af;
Background color
Panel with #2f91af background
background-color: #2f91af;
Text shadow — hex

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(47, 145, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 145, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f91af;
background: linear-gradient(135deg, #2f91af, #2F3CAF);

Monochromatic scale

Palettes built from #2f91af

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.

#2f91af in the real world

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

Industries
TechnologyTravelHealthcareMedia
Common UI roles
ButtonsLinksFocus statesCharts
Print note

Converts to four-color process without much drama. Proof it anyway.

#2f91af, answered

What color is #2f91af?

#2f91af is a dark vivid cyan, closest to Steel Blue (ΔE2000 10.3). It sits at 194° on the hue wheel with 58% saturation and 44% lightness, which reads as cool.

What is the RGB value of #2f91af?

rgb(47, 145, 175) — 47 red, 145 green and 175 blue out of 255, or 18.4% / 56.9% / 68.6% by channel.

Is #2f91af a light or a dark color?

It is a mid-tone. Relative luminance is 0.2395 and perceived brightness is 50%, so black text on it reaches 5.79:1.

Should I use black or white text on #2f91af?

Black. It scores 5.79:1 against #2f91af, versus 3.63:1 for white — AA at any size.

What is the complementary color of #2f91af?

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

What colors go well with #2f91af?

For interface work: #F4F9FA as the surface, #C0E2ED for borders, #4B889B for secondary text, #B32A2D as an accent and #1B5365 for hover and pressed states. For a palette, the analogous pair #2FAF8D and #2F51AF stays calm, while #AF4D2F is the loudest partner.

What is #2f91af in CMYK for printing?

cmyk(73%, 17%, 0%, 31%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.

Is #2f91af warm or cool?

Cool — it scores 93 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #2FAF9E; nudged cooler, #2D7BB1.

Work with #2f91af in the Color Lab