Tech & Hardware
Off-white on warm cream — the color of a research lab that values craft over flash.
Anthropic (the maker of Claude) chose a deliberately understated palette — warm cream backgrounds and soft black text — to signal seriousness in a market crowded with neon-tech aesthetics. The accent #C96442 brick orange is used sparingly, mostly for primary actions and the wordmark's flame motif. The result reads as research-led and considered, rather than consumer-AI-loud.
:root {
--cream-canvas: #f0eee6;
--soft-black: #191919;
--anthropic-brick: #c96442;
}module.exports = {
theme: {
extend: {
colors: {
"cream-canvas": "#f0eee6",
"soft-black": "#191919",
"anthropic-brick": "#c96442",
},
},
},
};Source: https://www.anthropic.com/ · As of 2026-05-03 · This page is an unofficial reference. Color values are factual sRGB hex codes and not subject to copyright; the Anthropic name and any associated marks belong to their owner. Use support to request removal.