#bdf067
a light, electric green · neutral · closest name: Green Yellow
At a glance
Every number on this page in one read: what #bdf067 is made of, how bright it looks, and which way it leans.
Reads neutral. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #bdf067 |
| RGB | rgb(189, 240, 103) |
| HSL | hsl(82, 82%, 67%) |
| CMYK | cmyk(21%, 0%, 57%, 6%) |
| LAB | lab(89.0 -36.9 59.8) |
| LCH | lch(89.0 70.2 121.7) |
| OKLCH | oklch(0.892 0.174 126.8) |
| Decimal | 12447847 |
| Display P3 | color(display-p3 0.741 0.941 0.404) |
Copy-ready code
/* CSS */
color: #bdf067;
background-color: #bdf067;
/* Tailwind (arbitrary) */
class="text-[#bdf067] bg-[#bdf067]"
/* SCSS */
$brand: #bdf067;
/* SwiftUI */
Color(red: 0.741, green: 0.941, blue: 0.404)
/* Android */
Color.parseColor("#bdf067")
/* Flutter */
Color(0xFFBDF067)
/* Python / OpenCV (BGR) */
(103, 240, 189)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #bdf067 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.
:root {
--brand-50: #F9FCF2;
--brand-100: #F2F9E6;
--brand-200: #E4F6C6;
--brand-300: #D3F599;
--brand-400: #bdf067;
--brand-500: #A6EB33;
--brand-600: #94DF16;
--brand-700: #7BBA12;
--brand-800: #63950F;
--brand-900: #496B0F;
--brand-950: #2E4309;
--brand: #bdf067;
--brand-ink: #000000;
}Colors that work with #bdf067
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #bdf067
Derived from its contrast, chroma and lightness — not from taste.
- ✓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
- ⚠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 | #9A67F0 | Directly opposite — maximum tension | |
| Analogous left | #F0DE67 | Neighbour, quieter | |
| Analogous right | #79F067 | Neighbour, quieter | |
| Split-complement 1 | #6779F0 | Contrast without the clash | |
| Split-complement 2 | #DE67F0 | Contrast without the clash | |
| Triadic 1 | #67BDF0 | Even thirds — balanced and loud | |
| Triadic 2 | #F067BD | Even thirds — balanced and loud | |
| Tetradic | #67F0DE | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#bdf067 text on a black background
contrast 15.82:1
#bdf067 text on a white background
contrast 1.33:1
CSS3 live lab
The quick brown fox
color: #bdf067;
background-color: #bdf067;
Glowing headline
text-shadow: 2px 2px 8px #bdf067;
Soft neon halo
text-shadow: 0 0 14px rgba(189, 240, 103, 0.45);
box-shadow: 0 12px 32px -8px rgba(189, 240, 103, 0.45);
border: 3px solid #bdf067; background: linear-gradient(135deg, #bdf067, #67F06C);
Monochromatic scale
Palettes built from #bdf067
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.
Closest color with a full write-up: Spring Bud (#a7fc00) — ΔE2000 6.7 away, with its history, psychology and brand usage.
#bdf067 in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.
#bdf067, answered
What color is #bdf067?
#bdf067 is a light electric green, closest to Green Yellow (ΔE2000 6). It sits at 82° on the hue wheel with 82% saturation and 67% lightness, which reads as neutral.
What is the RGB value of #bdf067?
rgb(189, 240, 103) — 189 red, 240 green and 103 blue out of 255, or 74.1% / 94.1% / 40.4% by channel.
Is #bdf067 a light or a dark color?
It is a light color. Relative luminance is 0.7412 and perceived brightness is 84%, so black text on it reaches 15.82:1.
Should I use black or white text on #bdf067?
Black. It scores 15.82:1 against #bdf067, versus 1.33:1 for white — AAA at any size.
What is the complementary color of #bdf067?
#9A67F0 sits directly opposite on the wheel. Softer options are the split-complements #6779F0 and #DE67F0, which give the same contrast with far less vibration.
What colors go well with #bdf067?
For interface work: #F8FAF4 as the surface, #DCEDC0 for borders, #7D9B4B for secondary text, #7564F3 as an accent and #4D740B for hover and pressed states. For a palette, the analogous pair #F0DE67 and #79F067 stays calm, while #9A67F0 is the loudest partner.
What is #bdf067 in CMYK for printing?
cmyk(21%, 0%, 57%, 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 #bdf067 warm or cool?
Neutral — it scores 44 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #EFF067; nudged cooler, #8AF266.