#cfe892
a light, vivid green · warm · closest name: Pale Goldenrod
At a glance
Every number on this page in one read: what #cfe892 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 | #cfe892 |
| RGB | rgb(207, 232, 146) |
| HSL | hsl(77, 65%, 74%) |
| CMYK | cmyk(11%, 0%, 37%, 9%) |
| LAB | lab(88.5 -21.9 39.1) |
| LCH | lch(88.5 44.9 119.3) |
| OKLCH | oklch(0.893 0.114 121.9) |
| Decimal | 13625490 |
| Display P3 | color(display-p3 0.812 0.910 0.573) |
Copy-ready code
/* CSS */
color: #cfe892;
background-color: #cfe892;
/* Tailwind (arbitrary) */
class="text-[#cfe892] bg-[#cfe892]"
/* SCSS */
$brand: #cfe892;
/* SwiftUI */
Color(red: 0.812, green: 0.910, blue: 0.573)
/* Android */
Color.parseColor("#cfe892")
/* Flutter */
Color(0xFFCFE892)
/* Python / OpenCV (BGR) */
(146, 232, 207)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. #cfe892 is pinned to step 300; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F9FBF3;
--brand-100: #F3F7E8;
--brand-200: #E6F1CB;
--brand-300: #cfe892;
--brand-400: #C2E274;
--brand-500: #AED846;
--brand-600: #9CCA2B;
--brand-700: #82A923;
--brand-800: #68871C;
--brand-900: #4D6218;
--brand-950: #303D0F;
--brand: #cfe892;
--brand-ink: #000000;
}Colors that work with #cfe892
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 #cfe892
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 | #AB92E8 | Directly opposite — maximum tension | |
| Analogous left | #E8D692 | Neighbour, quieter | |
| Analogous right | #A4E892 | Neighbour, quieter | |
| Split-complement 1 | #92A4E8 | Contrast without the clash | |
| Split-complement 2 | #D692E8 | Contrast without the clash | |
| Triadic 1 | #92CFE8 | Even thirds — balanced and loud | |
| Triadic 2 | #E892CF | Even thirds — balanced and loud | |
| Tetradic | #92E8D6 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cfe892 text on a black background
contrast 15.61:1
#cfe892 text on a white background
contrast 1.35:1
CSS3 live lab
The quick brown fox
color: #cfe892;
background-color: #cfe892;
Glowing headline
text-shadow: 2px 2px 8px #cfe892;
Soft neon halo
text-shadow: 0 0 14px rgba(207, 232, 146, 0.45);
box-shadow: 0 12px 32px -8px rgba(207, 232, 146, 0.45);
border: 3px solid #cfe892; background: linear-gradient(135deg, #cfe892, #96E892);
Monochromatic scale
Palettes built from #cfe892
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: Tea Green (#d0f0c0) — ΔE2000 8.7 away, with its history, psychology and brand usage.
#cfe892 in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#cfe892, answered
What color is #cfe892?
#cfe892 is a light vivid green, closest to Pale Goldenrod (ΔE2000 8.6). It sits at 77° on the hue wheel with 65% saturation and 74% lightness, which reads as warm.
What is the RGB value of #cfe892?
rgb(207, 232, 146) — 207 red, 232 green and 146 blue out of 255, or 81.2% / 91% / 57.3% by channel.
Is #cfe892 a light or a dark color?
It is a light color. Relative luminance is 0.7305 and perceived brightness is 85%, so black text on it reaches 15.61:1.
Should I use black or white text on #cfe892?
Black. It scores 15.61:1 against #cfe892, versus 1.35:1 for white — AAA at any size.
What is the complementary color of #cfe892?
#AB92E8 sits directly opposite on the wheel. Softer options are the split-complements #92A4E8 and #D692E8, which give the same contrast with far less vibration.
What colors go well with #cfe892?
For interface work: #F9FAF4 as the surface, #E0EDC0 for borders, #849B4B for secondary text, #251FAD as an accent and #516916 for hover and pressed states. For a palette, the analogous pair #E8D692 and #A4E892 stays calm, while #AB92E8 is the loudest partner.
What is #cfe892 in CMYK for printing?
cmyk(11%, 0%, 37%, 9%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #cfe892 warm or cool?
Warm — it scores 39 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #E8E192; nudged cooler, #AFE991.