#bdf210
a balanced, electric green · warm · closest name: Green Yellow
At a glance
Every number on this page in one read: what #bdf210 is made of, how bright it looks, and which way it leans.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #bdf210 |
| RGB | rgb(189, 242, 16) |
| HSL | hsl(74, 90%, 51%) |
| CMYK | cmyk(22%, 0%, 93%, 5%) |
| LAB | lab(89.1 -41.9 85.2) |
| LCH | lch(89.1 94.9 116.2) |
| OKLCH | oklch(0.892 0.220 124.2) |
| Decimal | 12448272 |
| Display P3 | color(display-p3 0.741 0.949 0.063) |
Copy-ready code
/* CSS */
color: #bdf210;
background-color: #bdf210;
/* Tailwind (arbitrary) */
class="text-[#bdf210] bg-[#bdf210]"
/* SCSS */
$brand: #bdf210;
/* SwiftUI */
Color(red: 0.741, green: 0.949, blue: 0.063)
/* Android */
Color.parseColor("#bdf210")
/* Flutter */
Color(0xFFBDF210)
/* Python / OpenCV (BGR) */
(16, 242, 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. #bdf210 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.
:root {
--brand-50: #FAFDF2;
--brand-100: #F6FBE5;
--brand-200: #ECF8C3;
--brand-300: #E2F995;
--brand-400: #D3F65F;
--brand-500: #C4F32A;
--brand-600: #bdf210;
--brand-700: #96C10B;
--brand-800: #789B08;
--brand-900: #58700B;
--brand-950: #374607;
--brand: #bdf210;
--brand-ink: #000000;
}Colors that work with #bdf210
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 #bdf210
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
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠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 | #4510F2 | Directly opposite — maximum tension | |
| Analogous left | #F2B610 | Neighbour, quieter | |
| Analogous right | #4CF210 | Neighbour, quieter | |
| Split-complement 1 | #104CF2 | Contrast without the clash | |
| Split-complement 2 | #B610F2 | Contrast without the clash | |
| Triadic 1 | #10BDF2 | Even thirds — balanced and loud | |
| Triadic 2 | #F210BD | Even thirds — balanced and loud | |
| Tetradic | #10F2B6 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#bdf210 text on a black background
contrast 15.87:1
#bdf210 text on a white background
contrast 1.32:1
CSS3 live lab
The quick brown fox
color: #bdf210;
background-color: #bdf210;
Glowing headline
text-shadow: 2px 2px 8px #bdf210;
Soft neon halo
text-shadow: 0 0 14px rgba(189, 242, 16, 0.45);
box-shadow: 0 12px 32px -8px rgba(189, 242, 16, 0.45);
border: 3px solid #bdf210; background: linear-gradient(135deg, #bdf210, #26F210);
Monochromatic scale
Palettes built from #bdf210
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 4.2 away, with its history, psychology and brand usage.
#bdf210 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.
#bdf210, answered
What color is #bdf210?
#bdf210 is a balanced electric green, closest to Green Yellow (ΔE2000 4.6). It sits at 74° on the hue wheel with 90% saturation and 51% lightness, which reads as warm.
What is the RGB value of #bdf210?
rgb(189, 242, 16) — 189 red, 242 green and 16 blue out of 255, or 74.1% / 94.9% / 6.3% by channel.
Is #bdf210 a light or a dark color?
It is a light color. Relative luminance is 0.7436 and perceived brightness is 83%, so black text on it reaches 15.87:1.
Should I use black or white text on #bdf210?
Black. It scores 15.87:1 against #bdf210, versus 1.32:1 for white — AAA at any size.
What is the complementary color of #bdf210?
#4510F2 sits directly opposite on the wheel. Softer options are the split-complements #104CF2 and #B610F2, which give the same contrast with far less vibration.
What colors go well with #bdf210?
For interface work: #F9FAF4 as the surface, #E2EDC0 for borders, #889B4B for secondary text, #0B0FF7 as an accent and #5E7907 for hover and pressed states. For a palette, the analogous pair #F2B610 and #4CF210 stays calm, while #4510F2 is the loudest partner.
What is #bdf210 in CMYK for printing?
cmyk(22%, 0%, 93%, 5%). 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 #bdf210 warm or cool?
Warm — it scores 37 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #F2D410; nudged cooler, #6AF50E.