Crimson
#D90839
RedColor Codes
All color formats for development
HEX
#D90839RGB
rgb(217, 8, 57)HSL
hsl(346, 93%, 44%)OKLCH
oklch(0.562 0.223 20.1)CMYK
cmyk(0%, 96%, 74%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C30733
2#AD062D
3#980528
4#820522
5#6C041C
6#570317
7#410211
8#2B020B
9#160106
Tints
Lighter variations
1#F40940
2#F72354
3#F83E69
4#F95A7F
5#FA7594
6#FB91AA
7#FCACBF
8#FDC8D4
9#FEE3EA
Tones
Muted variations
1#CE123E
2#C41D44
3#B92749
4#AF324F
5#A43C54
6#9A465A
7#905160
8#855B65
9#7B666B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFCD | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EA7 | BordersInactive statesPlaceholder text |
| 400 | F953 #F95379 | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F72253 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D90839 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC062D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B0420 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F0315 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31020D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF0F4;
--crimson-100: #FEDDE4;
--crimson-200: #FDBFCD;
--crimson-300: #FB8EA7;
--crimson-400: #F95379;
--crimson-500: #F72253;
--crimson-600: #D90839;
--crimson-700: #AC062D;
--crimson-800: #7B0420;
--crimson-900: #4F0315;
--crimson-950: #31020D;
}