Pastel Lime Color Hex Code
#b9d786What is Pastel Lime Color Hex Code Color?
Pastel Lime Color Hex Code is a light, moderately saturated green color with the hex code #b9d786. Its RGB value is rgb(185, 215, 134), meaning it contains 185 red, 215 green, and 134 blue light values. In the HSL color model, it has a hue of 82°, saturation of 50%, and lightness of 68%.
Pastel Lime Color Hex Code Color Codes
Here are all the color format codes for Pastel Lime Color Hex Code:
- HEX: #b9d786
- RGB: rgb(185, 215, 134)
- HSL: hsl(82°, 50%, 68%)
- CMYK: cmyk(14%, 0%, 38%, 16%)
- Android/Flutter: Color(0xFFB9D786)
- Swift UIColor: UIColor(red: 0.725, green: 0.843, blue: 0.525, alpha: 1.0)
Is Pastel Lime Color Hex Code Accessible?
Pastel Lime Color Hex Code (#b9d786) passes WCAG AA accessibility standards. It has a contrast ratio of 1.6:1 against white and 13.13:1 against black text. For better readability, prefer black text on this color for normal body text. It also meets WCAG AAA — the highest accessibility level.
How to Use Pastel Lime Color Hex Code in Design
Pastel Lime Color Hex Code is a light green tone that works well as
a background, accent, or highlight color in modern UI designs.
It pairs beautifully with its complementary color
#a385d6
for strong contrast.
In CSS, you can use it directly as color: #b9d786; or
background-color: #b9d786;.
Pastel Lime Color Hex Code Shades and Tints
Shades of Pastel Lime Color Hex Code are created by mixing it with black, ranging from the original #b9d786 down to near-black #a4bf77. Tints are made by adding white — from the base color up to near-white #f7faf1. These variations help build complete design system palettes and Tailwind CSS color scales.
Pastel Lime Color Hex Code Color Harmonies
The complementary color of Pastel Lime Color Hex Code is #a385d6. Its analogous colors are #8fd685 and #d6cb85. For a triadic palette, combine it with #85b8d6 and #d685b8.
Frequently Asked Questions
What is the hex code for Pastel Lime Color Hex Code?
The hex code for Pastel Lime Color Hex Code is #b9d786.
What is the RGB value of Pastel Lime Color Hex Code?
The RGB value is rgb(185, 215, 134). Red channel: 185/255, Green: 215/255, Blue: 134/255.
Is Pastel Lime Color Hex Code good for web accessibility?
Pastel Lime Color Hex Code has a contrast ratio of 1.6:1 with white and 13.13:1 with black. It passes WCAG AA standards for normal text.
What colors go well with Pastel Lime Color Hex Code?
Pastel Lime Color Hex Code pairs well with its complementary color #a385d6, analogous colors #8fd685 and #d6cb85, or neutral whites and grays for a clean, modern look.
How do I use Pastel Lime Color Hex Code in CSS?
Use it in CSS like this:
background-color: #b9d786;
color: #b9d786;
Or as a CSS variable: --color-primary: #b9d786;
WCAG 2.1 Accessibility Contrast
WCAG AA requires ≥4.5:1 for normal text, ≥3:1 for large text. AAA requires ≥7:1.
Check against custom color
Mix with another color
Blend spectrum (base → mix)
Copy code snippets
--color-primary: #b9d786;
--color-primary-rgb: 185, 215, 134;
--color-primary-hsl: 82 50% 68%;
--color-primary-text: #1a1a2e;
colors: {
'pastel-lime-color-hex-code': {
DEFAULT: '#b9d786',
100: '#ffffff',
200: '#f7faf1',
300: '#eff6e4',
400: '#e7f1d6',
500: '#e0edc9',
600: '#a4bf77',
700: '#90a768',
800: '#7b8f59',
900: '#67774a',
950: '#52603c',
}
}
'base': #b9d786,
'light': #eff6e4,
'dark': #90a768,
'rgb': 185, 215, 134
);
A beautiful color used in modern design systems. Click to copy the hex code and use it in your projects.
Heading H1
Heading H2
Regular body text with a colored link inside. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Caption text or muted secondary copy. Used for descriptions and supplemental information.
Highlighted blockquote text using this color as an accent.
How this color appears to people with different types of color vision deficiency.