HEX
#RRGGBB or #RGB#3b82f6Hexadecimal notation. The most common format in web design. Each pair represents Red, Green, Blue values from 00-FF.
✓ Pros
- Universal browser support
- Compact notation
- Easy to copy/paste
- Works everywhere
✗ Cons
- Not human-readable
- Hard to adjust by eye
- No native alpha support (#RRGGBBAA less common)
When to Use
Default choice for CSS. Great for design handoffs and color documentation.