Bare Mintimum
#d6e3e7
Looking for the precise values behind Bare Mintimum (#d6e3e7)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #d6e3e7 | |
|---|---|---|
| RGB | rgb(214, 227, 231) | |
| HSL | hsl(194, 26%, 87%) | |
| CMYK | cmyk(7%, 2%, 0%, 9%) | |
| LAB | lab(89, -4, -4) | |
| OKLCH | oklch(0.91 0.015 218) |
Color harmonies
Tints & shades
Code snippets
color: #d6e3e7;
background-color: #d6e3e7;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD6E3E7)
/* Swift / UIKit */
UIColor(red: 0.84, green: 0.89, blue: 0.91, alpha: 1.0)