Crimson
#D30D32
RedColor Codes
All color formats for development
HEX
#D30D32RGB
rgb(211, 13, 50)HSL
hsl(349, 88%, 44%)OKLCH
oklch(0.551 0.217 21.8)CMYK
cmyk(0%, 94%, 76%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BE0C2D
2#A90B28
3#940923
4#7F081E
5#690719
6#540514
7#3F040F
8#2A030A
9#150105
Tints
Lighter variations
1#EE0F38
2#F1284D
3#F34363
4#F55E7A
5#F67990
6#F894A6
7#FAAEBC
8#FCC9D3
9#FDE4E9
Tones
Muted variations
1#C91738
2#BF213E
3#B52B44
4#AB354B
5#A23F51
6#984957
7#8E535D
8#845C64
9#7A666A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1CB | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891A4 | BordersInactive statesPlaceholder text |
| 400 | F457 #F45774 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F1274C | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D32 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B28 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #78081C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0512 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30030B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF1F3;
--crimson-100: #FDDDE3;
--crimson-200: #FBC1CB;
--crimson-300: #F891A4;
--crimson-400: #F45774;
--crimson-500: #F1274C;
--crimson-600: #D30D32;
--crimson-700: #A80B28;
--crimson-800: #78081C;
--crimson-900: #4D0512;
--crimson-950: #30030B;
}