Skip to main content
GET /random-hex Generates a random hex color code.

Headers

NameValue
apikey28-Character API Key

Response

{
  "hex": "#3fa2cc",
  "rgb": {
    "r": 63,
    "g": 162,
    "b": 204
  },
  "shade": "Blue",
  "image": "https://singlecolorimage.com/get/3fa2cc/300x300"
}