Castaway
#6dbac0
Looking for the precise values behind Castaway (#6dbac0)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #6dbac0 | |
|---|---|---|
| RGB | rgb(109, 186, 192) | |
| HSL | hsl(184, 40%, 59%) | |
| CMYK | cmyk(43%, 3%, 0%, 25%) | |
| LAB | lab(71, -24, -11) | |
| OKLCH | oklch(0.74 0.077 202) |
Color harmonies
Tints & shades
Code snippets
color: #6dbac0;
background-color: #6dbac0;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF6DBAC0)
/* Swift / UIKit */
UIColor(red: 0.43, green: 0.73, blue: 0.75, alpha: 1.0)