Color Picker & Converter

颜色选择器与转换

Pick a color and view its HEX, RGB, and HSL values side by side. Use the contrast hint to choose accessible text colors.

选择颜色并并列查看其 HEX、RGB、HSL 数值。参考对比度提示来选择无障碍文本色。

Color values

颜色数值

HEX
#3b82f6
RGB
rgb(59, 130, 246)
HSL
hsl(217, 91%, 60%)
Contrast with white
与白色对比度
4.57 : 1

Why does contrast matter?

为什么对比度很重要?

The Web Content Accessibility Guidelines (WCAG) require a contrast ratio of at least 4.5:1 for normal text and 3:1 for large text. Higher contrast helps users with low vision, in bright sunlight, or on cheap displays.

Web 内容无障碍指南(WCAG)要求正文文本对比度至少 4.5:1,大字号至少 3:1。更高的对比度能帮助视力不佳的用户、在强光下阅读的用户或低质量显示器的使用者。

Read the color theory primer.

阅读 色彩理论入门