Lake Lucerne
#689db7
Looking for the precise values behind Lake Lucerne (#689db7)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #689db7 | |
|---|---|---|
| RGB | rgb(104, 157, 183) | |
| HSL | hsl(200, 35%, 56%) | |
| CMYK | cmyk(43%, 14%, 0%, 28%) | |
| LAB | lab(62, -13, -19) | |
| OKLCH | oklch(0.67 0.068 230) |
Color harmonies
Tints & shades
Code snippets
color: #689db7;
background-color: #689db7;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF689DB7)
/* Swift / UIKit */
UIColor(red: 0.41, green: 0.62, blue: 0.72, alpha: 1.0)