Melting Point
#cbe1e4
Looking for the precise values behind Melting Point (#cbe1e4)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #cbe1e4 | |
|---|---|---|
| RGB | rgb(203, 225, 228) | |
| HSL | hsl(187, 32%, 85%) | |
| CMYK | cmyk(11%, 1%, 0%, 11%) | |
| LAB | lab(88, -7, -4) | |
| OKLCH | oklch(0.89 0.024 207) |
Color harmonies
Tints & shades
Code snippets
color: #cbe1e4;
background-color: #cbe1e4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFCBE1E4)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.88, blue: 0.89, alpha: 1.0)