Crimson
#D50B1C
RedColor Codes
All color formats for development
HEX
#D50B1CRGB
rgb(213, 11, 28)HSL
hsl(355, 90%, 44%)OKLCH
oklch(0.552 0.221 26.7)CMYK
cmyk(0%, 95%, 87%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C00A19
2#AB0916
3#950814
4#800711
5#6B060E
6#55040B
7#400308
8#2B0206
9#150103
Tints
Lighter variations
1#F00D20
2#F42637
3#F54150
4#F65C69
5#F87782
6#F9929B
7#FBAEB4
8#FCC9CD
9#FEE4E6
Tones
Muted variations
1#CB1524
2#C11F2D
3#B72A35
4#AD343E
5#A33E46
6#99484F
7#8E5257
8#845C5F
9#7A6668
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F99098 | BordersInactive statesPlaceholder text |
| 400 | F655 #F65563 | Disabled statesSecondary iconsMuted text |
| 500 | F425 #F42536 | Primary brand colorCTAsActive elementsLinks |
| 600 | D50B #D50B1C | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA09 #AA0916 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7906 #790610 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E040A | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300306 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF0F2;
--crimson-100: #FDDDE0;
--crimson-200: #FCC0C5;
--crimson-300: #F99098;
--crimson-400: #F65563;
--crimson-500: #F42536;
--crimson-600: #D50B1C;
--crimson-700: #AA0916;
--crimson-800: #790610;
--crimson-900: #4E040A;
--crimson-950: #300306;
}