--- layout: post title: "Core Web Vitals Colours" date: 2024-11-18 15:04:11:57 categories: Web Development main: "https://csswizardry.com/wp-content/uploads/2024/11/cwv-colours.png" meta: "If, like me, you frequently require the Core Web Vitals colour palete, here it is!" --- If, like me, you frequently need the official[^1] Core Web Vitals colours for slides and presentations, here you go: ## More Colour Formats? Good * RGB: `rgb(9, 206, 107)` * HSL: `hsl(150, 92%, 42%)` * HWB: `hwb(150, 4%, 19%)` Needs Improvement * RGB: `rgb(255, 164, 0)` * HSL: `hsl(39, 100%, 50%)` * HWB: `hwb(39, 0%, 0%)` Poor * RGB: `rgb(255, 78, 66)` * HSL: `hsl(4, 100%, 63%)` * HWB: `hwb(4, 26%, 0%)` [^1]: ‘Official’ as in sampled from PageSpeed Insights and web.dev.