Crimson
#D7091E
RedColor Codes
All color formats for development
HEX
#D7091ERGB
rgb(215, 9, 30)HSL
hsl(354, 92%, 44%)OKLCH
oklch(0.555 0.223 26.3)CMYK
cmyk(0%, 96%, 86%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C2081B
2#AC0718
3#970615
4#810512
5#6C040F
6#56040C
7#410309
8#2B0206
9#160103
Tints
Lighter variations
1#F30A21
2#F62439
3#F73F51
4#F85A6A
5#F97683
6#FA919C
7#FCADB5
8#FDC8CD
9#FEE4E6
Tones
Muted variations
1#CD1326
2#C31E2E
3#B82836
4#AE323F
5#A43D47
6#99474F
7#8F5157
8#855C60
9#7B6668
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8E99 | BordersInactive statesPlaceholder text |
| 400 | F854 #F85464 | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F62338 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D7091E | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0718 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0511 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E030B | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310207 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF0F2;
--crimson-100: #FEDDE0;
--crimson-200: #FCBFC5;
--crimson-300: #FA8E99;
--crimson-400: #F85464;
--crimson-500: #F62338;
--crimson-600: #D7091E;
--crimson-700: #AB0718;
--crimson-800: #7A0511;
--crimson-900: #4E030B;
--crimson-950: #310207;
}