Red
#D50B0B
RedColor Codes
All color formats for development
HEX
#D50B0BRGB
rgb(213, 11, 11)HSL
hsl(0, 90%, 44%)OKLCH
oklch(0.551 0.222 28.8)CMYK
cmyk(0%, 95%, 95%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C00A0A
2#AB0909
3#950808
4#800707
5#6B0606
6#550404
7#400303
8#2B0202
9#150101
Tints
Lighter variations
1#F00D0D
2#F42626
3#F54141
4#F65C5C
5#F87777
6#F99292
7#FBAEAE
8#FCC9C9
9#FEE4E4
Tones
Muted variations
1#CB1515
2#C11F1F
3#B72A2A
4#AD3434
5#A33E3E
6#994848
7#8E5252
8#845C5C
9#7A6666
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F99090 | BordersInactive statesPlaceholder text |
| 400 | F655 #F65555 | Disabled statesSecondary iconsMuted text |
| 500 | F425 #F42525 | Primary brand colorCTAsActive elementsLinks |
| 600 | D50B #D50B0B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA09 #AA0909 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7906 #790606 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E0404 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300303 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--red-50: #FEF0F0;
--red-100: #FDDDDD;
--red-200: #FCC0C0;
--red-300: #F99090;
--red-400: #F65555;
--red-500: #F42525;
--red-600: #D50B0B;
--red-700: #AA0909;
--red-800: #790606;
--red-900: #4E0404;
--red-950: #300303;
}