1. CSS caret-color

    The `caret-color` property allows the color to be set of the caret (blinking text insertion pointer) in an editable text area.

  2. CSS print-color-adjust

    The `print-color-adjust` (or `-webkit-print-color-adjust` as prefixed in WebKit/Blink browsers) property is a CSS extension that can be used to force printing of background colors and images.

  3. CSS color() function

    The CSS `color()` function allows the browser to display colors in any color space, such as the P3 color space which can display colors outside of the default sRGB color space.

  4. CSS font-palette

    The font-palette CSS property allows selecting a palette from a color font. In combination with the `@font-palette-values` at-rule, custom palettes can be defined.

  5. LCH and Lab color values

    The `lch()` and `lab()` color functions are based on the CIE LAB color space, representing colors in a way that closely matches human perception and provides access to a wider spectrum of colors than offered by the usual RGB color space.

  6. Rebeccapurple color

    The new color added in CSS Color Module Level 4

  7. CSS Relative colors

    The CSS Relative Color syntax allows a color to be defined relative to another color using the `from` keyword and optionally `calc()` for any of the color values.

  8. #rrggbbaa hex color notation

    The CSS Color Module Level 4 defines new 4 & 8 character hex notation for color to include the opacity level.

  9. CSS3 Colors

    Method of describing colors using Hue, Saturation and Lightness (hsl()) rather than just RGB, as well as allowing alpha-transparency with rgba() and hsla().

  10. CSS currentColor value

    A CSS value that will apply the existing `color` value to other properties like `background-color`, etc.

  11. Color input type

    Form field allowing the user to select a color.

  12. theme-color Meta Tag

    Meta tag to define a suggested color that browsers should use to customize the display of the page or of the surrounding user interface. The meta tag overrides any theme-color set in the web app manifest.

  13. prefers-color-scheme media query

    Media query to detect if the user has set their system to use a light or dark color theme.

  14. htmlfontelement api: color

  15. htmlhrelement api: color

  16. imagedata api: colorspace

  17. oes_draw_buffers_indexed api: colormaskioes

  18. screen api: colordepth

  19. videoframe api: colorspace

  20. webgl2renderingcontext api: colormask

  21. webglrenderingcontext api: colormask

  22. xrwebglsubimage api: colortexture

  23. xrwebglsubimage api: colortextureheight

  24. xrwebglsubimage api: colortexturewidth

  25. css property: color-adjust

  26. css property: color-interpolation

  27. css property: color-interpolation-filters

  28. css property: color-interpolation-filters: auto

  29. css property: color-interpolation-filters: linearrgb

  30. css property: color-interpolation-filters: srgb

  31. css property: color-interpolation: `lineargradient` value

  32. css property: color-interpolation: `srgb` value

  33. css property: color-scheme

  34. css property: color-scheme: `only dark` keyword

  35. css property: color-scheme: `only light` keyword

  36. types: `calc()`: gradient color stops support

  37. types: <color>

  38. types: <color>: `color-contrast()`

  39. types: <color>: `color-mix()`

  40. types: <color>: `hwb()` (hwb color model)

  41. types: <color>: `light-dark()`

  42. types: <color>: named colors

  43. types: <color>: system colors

  44. types: <color>: `transparent` keyword

  45. html element: font: color

  46. html element: hr: color

  47. html element: meta: name: color-scheme

  48. global_attributes: color-interpolation

  49. global_attributes: color-interpolation: lineargradient

  50. global_attributes: color-interpolation: srgb