rgbathe literal text rgba (case sensitive) \(the literal ( (4010 / 508 / 2816)
\d{1,3}a digit, repeated between 1 and 3 times
,the literal , (4410 / 548 / 2C16)
\s*any whitespace character, repeated any number of times
\d{1,3}a digit, repeated between 1 and 3 times
,the literal , (4410 / 548 / 2C16)
\s*any whitespace character, repeated any number of times
\d{1,3}a digit, repeated between 1 and 3 times
,the literal , (4410 / 548 / 2C16)
\s*any whitespace character, repeated any number of times
0the literal 0 (4810 / 608 / 3016)
1the literal 1 (4910 / 618 / 3116)
?repeats the group contents below at most once:
\.the literal . (4610 / 568 / 2E16)
\d{1,2}a digit, repeated between 1 and 2 times
\)the literal ) (4110 / 518 / 2916)