Pastel Parchment Color Hex Code
#dbccc3What is Pastel Parchment Color Hex Code Color?
Pastel Parchment Color Hex Code is a very light, pastel, desaturated, muted orange color with the hex code #dbccc3. Its RGB value is rgb(219, 204, 195), meaning it contains 219 red, 204 green, and 195 blue light values. In the HSL color model, it has a hue of 23°, saturation of 25%, and lightness of 81%.
Pastel Parchment Color Hex Code Color Codes
Here are all the color format codes for Pastel Parchment Color Hex Code:
- HEX: #dbccc3
- RGB: rgb(219, 204, 195)
- HSL: hsl(23°, 25%, 81%)
- CMYK: cmyk(0%, 7%, 11%, 14%)
- Android/Flutter: Color(0xFFDBCCC3)
- Swift UIColor: UIColor(red: 0.859, green: 0.800, blue: 0.765, alpha: 1.0)
Is Pastel Parchment Color Hex Code Accessible?
Pastel Parchment Color Hex Code (#dbccc3) passes WCAG AA accessibility standards. It has a contrast ratio of 1.56:1 against white and 13.44: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 Parchment Color Hex Code in Design
Pastel Parchment Color Hex Code is a very light, pastel orange tone that works well as
a background, accent, or highlight color in modern UI designs.
It pairs beautifully with its complementary color
#c2d1db
for strong contrast.
In CSS, you can use it directly as color: #dbccc3; or
background-color: #dbccc3;.
Pastel Parchment Color Hex Code Shades and Tints
Shades of Pastel Parchment Color Hex Code are created by mixing it with black, ranging from the original #dbccc3 down to near-black #c3b5ad. Tints are made by adding white — from the base color up to near-white #fbf9f8. These variations help build complete design system palettes and Tailwind CSS color scales.
Pastel Parchment Color Hex Code Color Harmonies
The complementary color of Pastel Parchment Color Hex Code is #c2d1db. Its analogous colors are #dbd8c2 and #dbc2c5. For a triadic palette, combine it with #c2dbcc and #ccc2db.
Frequently Asked Questions
What is the hex code for Pastel Parchment Color Hex Code?
The hex code for Pastel Parchment Color Hex Code is #dbccc3.
What is the RGB value of Pastel Parchment Color Hex Code?
The RGB value is rgb(219, 204, 195). Red channel: 219/255, Green: 204/255, Blue: 195/255.
Is Pastel Parchment Color Hex Code good for web accessibility?
Pastel Parchment Color Hex Code has a contrast ratio of 1.56:1 with white and 13.44:1 with black. It passes WCAG AA standards for normal text.
What colors go well with Pastel Parchment Color Hex Code?
Pastel Parchment Color Hex Code pairs well with its complementary color #c2d1db, analogous colors #dbd8c2 and #dbc2c5, or neutral whites and grays for a clean, modern look.
How do I use Pastel Parchment Color Hex Code in CSS?
Use it in CSS like this:
background-color: #dbccc3;
color: #dbccc3;
Or as a CSS variable: --color-primary: #dbccc3;
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: #dbccc3;
--color-primary-rgb: 219, 204, 195;
--color-primary-hsl: 23 25% 81%;
--color-primary-text: #1a1a2e;
colors: {
'pastel-parchment-color-hex-code': {
DEFAULT: '#dbccc3',
100: '#ffffff',
200: '#fbf9f8',
300: '#f7f4f2',
400: '#f3eeeb',
500: '#efe8e4',
600: '#c3b5ad',
700: '#aa9f98',
800: '#928882',
900: '#7a716c',
950: '#615b57',
}
}
'base': #dbccc3,
'light': #f7f4f2,
'dark': #aa9f98,
'rgb': 219, 204, 195
);
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.