ArkML Color Picker
Pick a color once and read it back in every spelling the game understands: the full RichColor markup, the bare Color attribute, the hex value, and the 0 to 255 triple plugin config files use. You can also paste any of those formats and the picker reads it.
Pick your color
0.800
0.220
0.055
1.00
What the game sees
Your server message
ArkML
<RichColor Color="0.8, 0.22, 0.055, 1">Your server message</>Color attribute
0.8, 0.22, 0.055, 1Hex
#cc380eCrate triple
204,56,14Frequently asked questions
- What is ArkML?
- ArkML is the small markup language ARK uses for rich text. Its one element, RichColor, wraps text and colors it with four decimal values between 0 and 1: red, green, blue, and opacity.
- Why do the numbers go from 0 to 1 instead of 0 to 255?
- The Color attribute takes each channel as a decimal between 0 and 1. This tool divides the usual 0 to 255 values by 255 for you, the same way every example on the ARK wiki is written.
- What is the crate triple for?
- NordBots plugin crate files write colors as a plain 0 to 255 triple like 255,180,0. The picker shows that spelling too, so one color can go into a config file and an ArkML message without converting by hand.
ArkML syntax per the community documentation at ark.fandom.com/wiki/ArkML.