Crimson
#D30D3F
RedColor Codes
All color formats for development
HEX
#D30D3FRGB
rgb(211, 13, 63)HSL
hsl(345, 88%, 44%)OKLCH
oklch(0.553 0.217 17.9)CMYK
cmyk(0%, 94%, 70%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BE0C39
2#A90B32
3#94092C
4#7F0826
5#69071F
6#540519
7#3F0413
8#2A030D
9#150106
Tints
Lighter variations
1#EE0F47
2#F1285A
3#F3436F
4#F55E84
5#F67998
6#F894AD
7#FAAEC1
8#FCC9D6
9#FDE4EA
Tones
Muted variations
1#C91744
2#BF2149
3#B52B4E
4#AB3553
5#A23F58
6#98495C
7#8E5361
8#845C66
9#7A666B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1CF | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891AB | BordersInactive statesPlaceholder text |
| 400 | F457 #F4577E | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F1275A | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D3F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B32 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780824 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0517 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30030E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF1F4;
--crimson-100: #FDDDE5;
--crimson-200: #FBC1CF;
--crimson-300: #F891AB;
--crimson-400: #F4577E;
--crimson-500: #F1275A;
--crimson-600: #D30D3F;
--crimson-700: #A80B32;
--crimson-800: #780824;
--crimson-900: #4D0517;
--crimson-950: #30030E;
}