Skip to content

#3f9cba

a balanced, vivid cyan · cool · closest name: Cadet Blue

RGB
63, 156, 186
HSL
195°, 49%, 49%
CMYK
66, 16, 0, 27
Luminance
0.2838

At a glance

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

Hex
#3f9cba
Hue
195°
cyan
Saturation
49%
vivid
Lightness
49%
balanced
Brightness
73%
HSV value
Perceived
55%
weighted brightness
Luminance
0.2838
WCAG relative
Temperature
Cool
94/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
6.68:1
Closest name
Cadet Blue
ΔE2000 10
Where it sits
Hue195° of 360°
Saturation49%
Lightness49%
Temperature
Warm ← → Cool94% 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#3f9cba
RGBrgb(63, 156, 186)
HSLhsl(195, 49%, 49%)
CMYKcmyk(66%, 16%, 0%, 27%)
LABlab(60.2 -17.9 -23.6)
LCHlch(60.2 29.6 232.8)
OKLCHoklch(0.650 0.097 222.7)
Decimal4168890
Display P3color(display-p3 0.247 0.612 0.729)

Copy-ready code

/* CSS */
color: #3f9cba;
background-color: #3f9cba;
/* Tailwind (arbitrary) */
class="text-[#3f9cba] bg-[#3f9cba]"
/* SCSS */
$brand: #3f9cba;
/* SwiftUI */
Color(red: 0.247, green: 0.612, blue: 0.729)
/* Android */
Color.parseColor("#3f9cba")
/* Flutter */
Color(0xFF3F9CBA)
/* Python / OpenCV (BGR) */
(186, 156, 63)

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

Accessibility — WCAG contrast

Aa
#3f9cba on white: 3.15:1
AA ✗ fail · AA-large · AAA
Aa
#3f9cba on black: 6.68:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #8B98BC
deuteranopia · #798CBA
tritanopia · #00A5A6

Color scale — 50 to 950

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

#F4F9FA
#EAF3F6
#CFE5EC
#ABD5E3
#81C0D4
#57ABC6
#3f9cba
#348098
#29667A
#214B59
#152F38
Base = 600Lightest = 50 · #F4F9FADarkest = 950 · #152F38
:root {
  --brand-50: #F4F9FA;
  --brand-100: #EAF3F6;
  --brand-200: #CFE5EC;
  --brand-300: #ABD5E3;
  --brand-400: #81C0D4;
  --brand-500: #57ABC6;
  --brand-600: #3f9cba;
  --brand-700: #348098;
  --brand-800: #29667A;
  --brand-900: #214B59;
  --brand-950: #152F38;
  --brand: #3f9cba;
  --brand-ink: #000000;
}

Colors that work with #3f9cba

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#C2E1EA
Hairlines and dividers
Muted text#4B879B
Captions on the surface
Accent#BF3A3B
Second voice, not a rival
Dark variant#20505F
Hover, pressed, headers
Light variant#ECF5F9
Selected rows, tints
Dark surface#142024
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 #3f9cba

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
  • Brand accents, badges and data highlights
Use with care
  • Small text on white — under 4.5:1
  • Full-page backgrounds — tiring over long sessions
  • 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#BA5D3F
Analogous left#3FBA9A
Analogous right#3F5FBA
Split-complement 1#BA3F5F
Split-complement 2#BA9A3F
Triadic 1#BA3F9C
Triadic 2#9CBA3F
Tetradic#9A3FBA

RGB percentages

Red24.7%
Green61.2%
Blue72.9%

CMYK percentages

Cyan66.1%
Magenta16.1%
Yellow0.0%
Key (black)27.1%

Color previews

#3f9cba text on a black background

contrast 6.68:1

Card sample

#3f9cba text on a white background

contrast 3.15:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #3f9cba;
Background color
Panel with #3f9cba background
background-color: #3f9cba;
Text shadow — hex

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(63, 156, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 156, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f9cba;
background: linear-gradient(135deg, #3f9cba, #3F4ABA);

Monochromatic scale

Palettes built from #3f9cba

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.

#3f9cba 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.

#3f9cba, answered

What color is #3f9cba?

#3f9cba is a balanced vivid cyan, closest to Cadet Blue (ΔE2000 10). It sits at 195° on the hue wheel with 49% saturation and 49% lightness, which reads as cool.

What is the RGB value of #3f9cba?

rgb(63, 156, 186) — 63 red, 156 green and 186 blue out of 255, or 24.7% / 61.2% / 72.9% by channel.

Is #3f9cba a light or a dark color?

It is a mid-tone. Relative luminance is 0.2838 and perceived brightness is 55%, so black text on it reaches 6.68:1.

Should I use black or white text on #3f9cba?

Black. It scores 6.68:1 against #3f9cba, versus 3.15:1 for white — AA at any size.

What is the complementary color of #3f9cba?

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

What colors go well with #3f9cba?

For interface work: #F4F9FA as the surface, #C2E1EA for borders, #4B879B for secondary text, #BF3A3B as an accent and #20505F for hover and pressed states. For a palette, the analogous pair #3FBA9A and #3F5FBA stays calm, while #BA5D3F is the loudest partner.

What is #3f9cba in CMYK for printing?

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

Is #3f9cba warm or cool?

Cool — it scores 94 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #3FBAAB; nudged cooler, #3C87BC.

Work with #3f9cba in the Color Lab