0e387a965a487d0d

Created Jun 12, 20269 fields1 collection using this schema

Labels

No labels yet.

Fields

NameTypeInfo
hexstring
huenumber
redinteger
blueinteger
namestring
greeninteger
familyIdstring
Family
lightnessnumber
saturationnumber

JSON Schema

{
  "type": "object",
  "title": "Color",
  "required": [
    "name",
    "hex",
    "red",
    "green",
    "blue",
    "hue",
    "saturation",
    "lightness",
    "familyId"
  ],
  "properties": {
    "hex": {
      "type": "string",
      "description": "Hex color value (e.g. #f0f8ff)"
    },
    "hue": {
      "type": "number",
      "description": "HSL hue in degrees (0-360)"
    },
    "red": {
      "type": "integer",
      "description": "Red channel (0-255)"
    },
    "blue": {
      "type": "integer",
      "description": "Blue channel (0-255)"
    },
    "name": {
      "type": "string",
      "description": "CSS color name (e.g. aliceblue, coral, midnightblue)"
    },
    "green": {
      "type": "integer",
      "description": "Green channel (0-255)"
    },
    "familyId": {
      "type": "string",
      "x-ref-type": "Family",
      "description": "Color family identifier"
    },
    "lightness": {
      "type": "number",
      "description": "HSL lightness as a percentage (0-100)"
    },
    "saturation": {
      "type": "number",
      "description": "HSL saturation as a percentage (0-100)"
    }
  },
  "description": "A CSS named color with hex, RGB, and HSL values."
}

Used by 1 collection

Full hash:0e387a965a487d0d8519ea4bd01721e3e255e7061afcb9dcb7f708572899b9fd

ID:4a24e530-7d9a-4506-9693-20be310d8e04