Skip to content

#bcaf1c

a dark, vivid yellow · warm · closest name: Dark Khaki

RGB
188, 175, 28
HSL
55°, 74%, 42%
CMYK
0, 7, 85, 26
Luminance
0.4144

At a glance

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

Hex
#bcaf1c
Hue
55°
yellow
Saturation
74%
vivid
Lightness
42%
dark
Brightness
74%
HSV value
Perceived
66%
weighted brightness
Luminance
0.4144
WCAG relative
Temperature
Warm
21/100 cool
Color family
Yellow
Tone
Vivid
Best ink
Black
9.29:1
Closest name
Dark Khaki
ΔE2000 8.9
Where it sits
Hue55° of 360°
Saturation74%
Lightness42%
Temperature
Warm ← → Cool21% cool

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

Every format

HEX#bcaf1c
RGBrgb(188, 175, 28)
HSLhsl(55, 74%, 42%)
CMYKcmyk(0%, 7%, 85%, 26%)
LABlab(70.5 -10.1 68.3)
LCHlch(70.5 69.0 98.4)
OKLCHoklch(0.742 0.150 103.9)
Decimal12365596
Display P3color(display-p3 0.737 0.686 0.110)

Copy-ready code

/* CSS */
color: #bcaf1c;
background-color: #bcaf1c;
/* Tailwind (arbitrary) */
class="text-[#bcaf1c] bg-[#bcaf1c]"
/* SCSS */
$brand: #bcaf1c;
/* SwiftUI */
Color(red: 0.737, green: 0.686, blue: 0.110)
/* Android */
Color.parseColor("#bcaf1c")
/* Flutter */
Color(0xFFBCAF1C)
/* Python / OpenCV (BGR) */
(28, 175, 188)

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 #bcaf1c · 9.29:1
Use #000000AAA at every size.
Aa
White text · 2.26:1
AA fail · AA large fail · AAA fail
Aa
Black text · 9.29:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #bcaf1c as text scores 2.26:1 on white and 9.29:1 on black.

Accessibility — WCAG contrast

Aa
#bcaf1c on white: 2.26:1
AA ✗ fail · AA-large · AAA
Aa
#bcaf1c on black: 9.29:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #C0A900
deuteranopia · #C4AF2B
tritanopia · #CBA295

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #bcaf1c 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.

#FCFBF3
#F9F7E7
#F3F0C8
#F0EA9D
#E9DF6C
#E2D43C
#D5C620
#bcaf1c
#8E8415
#676013
#403C0C
Base = 700Lightest = 50 · #FCFBF3Darkest = 950 · #403C0C
:root {
  --brand-50: #FCFBF3;
  --brand-100: #F9F7E7;
  --brand-200: #F3F0C8;
  --brand-300: #F0EA9D;
  --brand-400: #E9DF6C;
  --brand-500: #E2D43C;
  --brand-600: #D5C620;
  --brand-700: #bcaf1c;
  --brand-800: #8E8415;
  --brand-900: #676013;
  --brand-950: #403C0C;
  --brand: #bcaf1c;
  --brand-ink: #000000;
}

Colors that work with #bcaf1c

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#FAFAF4
Tinted page background
Border#EDE9C0
Hairlines and dividers
Muted text#9B944B
Captions on the surface
Accent#1850C1
Second voice, not a rival
Dark variant#6F6711
Hover, pressed, headers
Light variant#FCFAE9
Selected rows, tints
Dark surface#242314
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 #bcaf1c

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
  • Headers, footers and dark-mode surfaces
  • 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
  • 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#1C29BC
Analogous left#BC5F1C
Analogous right#79BC1C
Split-complement 1#1C79BC
Split-complement 2#5F1CBC
Triadic 1#1CBCAF
Triadic 2#AF1CBC
Tetradic#1CBC5F

RGB percentages

Red73.7%
Green68.6%
Blue11.0%

CMYK percentages

Cyan0.0%
Magenta6.9%
Yellow85.1%
Key (black)26.3%

Color previews

#bcaf1c text on a black background

contrast 9.29:1

Card sample

#bcaf1c text on a white background

contrast 2.26:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(188, 175, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 175, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcaf1c;
background: linear-gradient(135deg, #bcaf1c, #5FBC1C);

Monochromatic scale

Palettes built from #bcaf1c

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.

#bcaf1c in the real world

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

Industries
RetailLeisureEnergyWarning systems
Common UI roles
ButtonsLinksFocus statesCharts
Print note

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

#bcaf1c, answered

What color is #bcaf1c?

#bcaf1c is a dark vivid yellow, closest to Dark Khaki (ΔE2000 8.9). It sits at 55° on the hue wheel with 74% saturation and 42% lightness, which reads as warm.

What is the RGB value of #bcaf1c?

rgb(188, 175, 28) — 188 red, 175 green and 28 blue out of 255, or 73.7% / 68.6% / 11% by channel.

Is #bcaf1c a light or a dark color?

It is a mid-tone. Relative luminance is 0.4144 and perceived brightness is 66%, so black text on it reaches 9.29:1.

Should I use black or white text on #bcaf1c?

Black. It scores 9.29:1 against #bcaf1c, versus 2.26:1 for white — AAA at any size.

What is the complementary color of #bcaf1c?

#1C29BC sits directly opposite on the wheel. Softer options are the split-complements #1C79BC and #5F1CBC, which give the same contrast with far less vibration.

What colors go well with #bcaf1c?

For interface work: #FAFAF4 as the surface, #EDE9C0 for borders, #9B944B for secondary text, #1850C1 as an accent and #6F6711 for hover and pressed states. For a palette, the analogous pair #BC5F1C and #79BC1C stays calm, while #1C29BC is the loudest partner.

What is #bcaf1c in CMYK for printing?

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

Is #bcaf1c warm or cool?

Warm — it scores 21 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #BC801C; nudged cooler, #90BE1A.

Work with #bcaf1c in the Color Lab