Crimson
#D7091A
RedColor Codes
All color formats for development
HEX
#D7091ARGB
rgb(215, 9, 26)HSL
hsl(355, 92%, 44%)OKLCH
oklch(0.555 0.223 27)CMYK
cmyk(0%, 96%, 88%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C20818
2#AC0715
3#970612
4#810510
5#6C040D
6#56040A
7#410308
8#2B0205
9#160103
Tints
Lighter variations
1#F30A1E
2#F62435
3#F73F4E
4#F85A68
5#F97681
6#FA919A
7#FCADB3
8#FDC8CD
9#FEE4E6
Tones
Muted variations
1#CD1323
2#C31E2B
3#B82834
4#AE323D
5#A43D45
6#99474E
7#8F5156
8#855C5F
9#7B6668
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8E97 | BordersInactive statesPlaceholder text |
| 400 | F854 #F85461 | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F62334 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D7091A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0715 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A050F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E030A | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310206 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF0F1;
--crimson-100: #FEDDDF;
--crimson-200: #FCBFC4;
--crimson-300: #FA8E97;
--crimson-400: #F85461;
--crimson-500: #F62334;
--crimson-600: #D7091A;
--crimson-700: #AB0715;
--crimson-800: #7A050F;
--crimson-900: #4E030A;
--crimson-950: #310206;
}