Crimson
#D70936
RedColor Codes
All color formats for development
HEX
#D70936RGB
rgb(215, 9, 54)HSL
hsl(347, 92%, 44%)OKLCH
oklch(0.558 0.221 20.8)CMYK
cmyk(0%, 96%, 75%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C20830
2#AC072B
3#970626
4#810520
5#6C041B
6#560415
7#410310
8#2B020B
9#160105
Tints
Lighter variations
1#F30A3D
2#F62451
3#F73F67
4#F85A7D
5#F97692
6#FA91A8
7#FCADBE
8#FDC8D4
9#FEE4E9
Tones
Muted variations
1#CD133C
2#C31E41
3#B82847
4#AE324D
5#A43D53
6#994759
7#8F515F
8#855C65
9#7B666A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFCD | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EA6 | BordersInactive statesPlaceholder text |
| 400 | F854 #F85477 | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F62350 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D70936 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB072B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A051F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0314 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31020C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF0F3;
--crimson-100: #FEDDE4;
--crimson-200: #FCBFCD;
--crimson-300: #FA8EA6;
--crimson-400: #F85477;
--crimson-500: #F62350;
--crimson-600: #D70936;
--crimson-700: #AB072B;
--crimson-800: #7A051F;
--crimson-900: #4E0314;
--crimson-950: #31020C;
}