Crimson
#D30D25
RedColor Codes
All color formats for development
HEX
#D30D25RGB
rgb(211, 13, 37)HSL
hsl(353, 88%, 44%)OKLCH
oklch(0.549 0.218 25)CMYK
cmyk(0%, 94%, 82%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BE0C21
2#A90B1D
3#94091A
4#7F0816
5#690712
6#54050F
7#3F040B
8#2A0307
9#150104
Tints
Lighter variations
1#EE0F29
2#F12840
3#F34358
4#F55E70
5#F67987
6#F8949F
7#FAAEB7
8#FCC9CF
9#FDE4E7
Tones
Muted variations
1#C9172C
2#BF2134
3#B52B3B
4#AB3543
5#A23F4A
6#984952
7#8E5359
8#845C61
9#7A6669
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1C7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F8919D | BordersInactive statesPlaceholder text |
| 400 | F457 #F4576A | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F1273F | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D25 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B1D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780815 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D050D | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300308 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF1F2;
--crimson-100: #FDDDE1;
--crimson-200: #FBC1C7;
--crimson-300: #F8919D;
--crimson-400: #F4576A;
--crimson-500: #F1273F;
--crimson-600: #D30D25;
--crimson-700: #A80B1D;
--crimson-800: #780815;
--crimson-900: #4D050D;
--crimson-950: #300308;
}