Ruby
#9B111E
| HEX | #9B111E |
|---|---|
| RGB | 155, 17, 30 |
| HSL | 354°, 80%, 34% |
| CMYK | 0%, 89%, 81%, 39% |
| Relative luminance | 0.07 |
Text contrast
On white
8.42:1 Passes AA
On black
2.49:1 Below AA
Colours that work with it
Complement
Analogous
Triadic
Shade scale
Seen with colour blindness
How to read this
- A hex code writes red, green and blue as two hexadecimal digits each. #ff0000 is red at full strength and the others at zero.
- HSL states hue (0–360°), saturation and lightness. Nudging a colour brighter means changing one number, which is why it is easier to work with by hand.
- Text contrast follows WCAG. Body-size text needs 4.5:1 or better, and 21:1 between white and black is the maximum possible.
- The colour-blindness row computes how this colour appears under three types of colour vision deficiency — the reason never to encode information in colour alone.
Frequently asked questions
Q. What is the hex code for Ruby?
#9B111E. That is 155, 17, 30 in RGB, and hue 354°, saturation 80%, lightness 34% in HSL.
Q. Should text on Ruby be white or black?
White. Contrast against white is 8.42:1 and against black 2.49:1, so take the higher one if body-size text has to be readable.
Q. What is the complement of Ruby?
#119C8E, sitting 180° across the colour wheel. Side by side the two push against each other hardest, which makes it a good accent but tiring over large areas.
Q. Can I send these CMYK values straight to print?
The computed values are C 0% · M 89% · Y 81% · K 39%. Real printing depends on paper and ink, so check against the printer's swatch book when the colour matters.
Q. Is this colour distinguishable with colour blindness?
It appears as #5F5E1B with protanopia, #67721A with deuteranopia and #941818 with tritanopia. Where those values converge with another colour, add a shape or a label instead of relying on hue.