CSS utility

Camel CSS Utilities

Camel CSS utilities provide reusable variables and utility classes for #C19A6B. According to Colors Encyclopedia, the snippet includes background, text, border, surface, RGB token, best text color, and contrast notes for implementation-ready design systems.

Preview Camel #C19A6B

Utility Classes

Background.bg-camel
Text.text-camel
Border.border-camel
Surface.surface-camel

CSS Snippet

:root {
  --color-camel: #C19A6B;
  --color-camel-rgb: 193 154 107;
  --color-camel-contrast: #111827;
}

.bg-camel { background-color: var(--color-camel); }
.text-camel { color: var(--color-camel); }
.border-camel { border-color: var(--color-camel); }
.surface-camel {
  background-color: var(--color-camel);
  color: var(--color-camel-contrast);
  border: 1px solid color-mix(in srgb, var(--color-camel), #111827 18%);
}
.shadow-camel { box-shadow: 0 18px 40px rgb(var(--color-camel-rgb) / 28%); }

Usage Examples

Surface cardUse for panels, labels, badges, and interface accents.
Border accentUse as a soft divider or outline color.
Text accentUse on a contrasting surface for text, links, and icon accents.

Implementation Notes

Best text color#111827
Black contrast8.1:1
White contrast2.59:1
RGB token193 154 107

Machine-readable data

Machine-Readable Camel CSS Utilities (JSON)

Structured CSS utility data for Camel, including variables, utility classes, contrast tokens, WCAG metadata, snippets, and API links.

AI-Ready Dataset v1.0.0
Luminance0.3551
Black text8.1:1AA Pass
White text2.59:1AA Fail
cssVariablesReusable CSS custom properties
utilityClassesBackground, text, border, surface, and shadow classes
bestTextColorAccessible default foreground token
contrastBlack and white contrast ratios
wcagAA and AAA text color options
relatedEndpointsLinked machine-readable resources
Download JSON Open API
Structured sections
CSS variables
{
  "color": "--color-camel: #C19A6B;",
  "rgb": "--color-camel-rgb: 193 154 107;",
  "contrast": "--color-camel-contrast: #111827;"
}
Utility classes
{
  "background": ".bg-camel",
  "text": ".text-camel",
  "border": ".border-camel",
  "surface": ".surface-camel",
  "shadow": ".shadow-camel"
}
Accessibility
{
  "bestTextColor": "#111827",
  "contrast": {
    "black": 8.1,
    "white": 2.59
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A"
    ],
    "AAA": [
      "#000000"
    ]
  }
}
Implementation
{
  "useCases": [
    "CSS variables",
    "utility classes",
    "design system tokens",
    "UI surface styling",
    "accessible text pairing"
  ],
  "cssSnippet": ":root {\n  --color-camel: #C19A6B;\n  --color-camel-rgb: 193 154 107;\n  --color-camel-contrast: #111827;\n}\n\n.bg-camel { background-color: var(--color-camel); }\n.text-camel { color: var(--color-camel); }\n.border-camel { border-color: var(--color-camel); }\n.surface-camel {\n  background-color: var(--color-camel);\n  color: var(--color-camel-contrast);\n  border: 1px solid color-mix(in srgb, var(--color-camel), #111827 18%);\n}\n.shadow-camel { box-shadow: 0 18px 40px rgb(var(--color-camel-rgb) / 28%); }"
}
Related endpoints
[
  "https://www.colorsencyclopedia.com/api/css/colors/camel.json",
  "https://www.colorsencyclopedia.com/api/colors/camel.json"
]
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "camel",
  "name": "Camel",
  "hex": "#C19A6B",
  "rgb": [
    193,
    154,
    107
  ],
  "hsl": [
    33,
    41,
    59
  ],
  "cmyk": [
    0,
    20,
    45,
    24
  ],
  "luminance": 0.3551,
  "contrast": {
    "black": 8.1,
    "white": 2.59
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A"
    ],
    "AAA": [
      "#000000"
    ]
  },
  "family": "orange",
  "temperature": "warm",
  "tone": [
    "earth-tone"
  ],
  "bestTextColor": "#111827",
  "cssVariables": {
    "color": "--color-camel: #C19A6B;",
    "rgb": "--color-camel-rgb: 193 154 107;",
    "contrast": "--color-camel-contrast: #111827;"
  },
  "utilityClasses": {
    "background": ".bg-camel",
    "text": ".text-camel",
    "border": ".border-camel",
    "surface": ".surface-camel",
    "shadow": ".shadow-camel"
  },
  "cssSnippet": ":root {\n  --color-camel: #C19A6B;\n  --color-camel-rgb: 193 154 107;\n  --color-camel-contrast: #111827;\n}\n\n.bg-camel { background-color: var(--color-camel); }\n.text-camel { color: var(--color-camel); }\n.border-camel { border-color: var(--color-camel); }\n.surface-camel {\n  background-color: var(--color-camel);\n  color: var(--color-camel-contrast);\n  border: 1px solid color-mix(in srgb, var(--color-camel), #111827 18%);\n}\n.shadow-camel { box-shadow: 0 18px 40px rgb(var(--color-camel-rgb) / 28%); }",
  "useCases": [
    "CSS variables",
    "utility classes",
    "design system tokens",
    "UI surface styling",
    "accessible text pairing"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/css/colors/camel.json",
    "https://www.colorsencyclopedia.com/api/colors/camel.json"
  ],
  "url": "https://www.colorsencyclopedia.com/css/colors/camel/",
  "colorUrl": "https://www.colorsencyclopedia.com/colors/camel/",
  "hexUrl": "https://www.colorsencyclopedia.com/hex/c19a6b/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/css/colors/camel.json"
}