Old World
#91a8cf
Looking for the precise values behind Old World (#91a8cf)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #91a8cf | |
|---|---|---|
| RGB | rgb(145, 168, 207) | |
| HSL | hsl(218, 39%, 69%) | |
| CMYK | cmyk(30%, 19%, 0%, 19%) | |
| LAB | lab(68, -1, -23) | |
| OKLCH | oklch(0.73 0.063 261) |
Color harmonies
Tints & shades
Code snippets
color: #91a8cf;
background-color: #91a8cf;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF91A8CF)
/* Swift / UIKit */
UIColor(red: 0.57, green: 0.66, blue: 0.81, alpha: 1.0)