find_token_by_value
Find the design system color token that matches a given hex value, accepting #RGB, #RRGGBB, and any case.
Instructions
hex 색상 값으로 어떤 컬러 토큰인지 역검색합니다. 디자인 시안이나 코드에서 발견한 hex가 어떤 토큰에 해당하는지 확인할 때 사용하세요. #FFF / #FFFFFF / 대소문자 차이를 자동으로 흡수합니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hex | Yes | 찾을 hex 값 (예: #30333d 또는 30333d) |