Coastal Grandmother
Use #F0F7F4 as the background. Use #B5D5C5 as the primary accent. Use #7DA899 as secondary. Use #3D6B5E as body text/supporting color. Palette mood: Coastal Grandmother — calm, fresh, coastal.
Hex Codes, RGB & CMYK Color Values
Technical breakdown for the Coastal Grandmother color scheme. Use these values for web design (HEX/RGB), print projects (CMYK), or specialized design software (HSL).
| Swatch | Design Role | HEX | RGB | CMYK | HSL |
|---|---|---|---|---|---|
| Background Luminance: 91.6% | 240, 247, 244 | 3%, 0%, 1%, 3% | 154°, 30%, 95% | ||
| Primary Accent Luminance: 61.4% | 181, 213, 197 | 15%, 0%, 8%, 16% | 150°, 28%, 77% | ||
| Secondary Luminance: 34.7% | 125, 168, 153 | 26%, 0%, 9%, 34% | 159°, 20%, 57% | ||
| Body Text Luminance: 12.3% | 61, 107, 94 | 43%, 0%, 12%, 58% | 163°, 27%, 33% |
Color Harmony: Analogous Scheme
The Coastal Grandmother palette is built using a analogous relationship between its hues. This ensures that even with high-contrast accents, the overall scheme feels balanced and intentional.
A analogous palette is often preferred by professional designers because it creates a calm, serene atmosphere by using neighboring colors.
History & Design Context
Best Design Use Cases
Industries This Palette Suits
How to Implement the Coastal Grandmother Color Scheme
To use this Coastal Grandmother color palette in your web project, you can copy the following CSS variables or Tailwind CSS configuration. These roles ensure your UI maintains accessibility and visual hierarchy.
Option 1: CSS Variables
:root {
/* {name} Palette - ihatecolors.com */{'
'} --color-bg: {colors[0]};{'
'} --color-primary: {colors[1]};{'
'} --color-secondary: {colors[2]};{'
'} --color-text: {colors[3]};{'
'} {'}'} Web Design Tip
Use #F0F7F4 for the main background and #B5D5C5 for primary buttons. This creates a high-contrast focal point.
Accessibility Note
The contrast ratio between #3D6B5E and #F0F7F4 is 5.58:1 (AA). Ensure your body text remains legible.