Crimson
#D7092B
RedColor Codes
All color formats for development
HEX
#D7092BRGB
rgb(215, 9, 43)HSL
hsl(350, 92%, 44%)OKLCH
oklch(0.557 0.222 23.6)CMYK
cmyk(0%, 96%, 80%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C20827
2#AC0723
3#97061E
4#81051A
5#6C0416
6#560411
7#41030D
8#2B0209
9#160104
Tints
Lighter variations
1#F30A31
2#F62447
3#F73F5E
4#F85A75
5#F9768C
6#FA91A3
7#FCADBA
8#FDC8D1
9#FEE4E8
Tones
Muted variations
1#CD1332
2#C31E39
3#B82840
4#AE3247
5#A43D4E
6#994755
7#8F515C
8#855C62
9#7B6669
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFCA | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EA0 | BordersInactive statesPlaceholder text |
| 400 | F854 #F8546F | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F62346 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D7092B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0723 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0519 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0310 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31020A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF0F3;
--crimson-100: #FEDDE2;
--crimson-200: #FCBFCA;
--crimson-300: #FA8EA0;
--crimson-400: #F8546F;
--crimson-500: #F62346;
--crimson-600: #D7092B;
--crimson-700: #AB0723;
--crimson-800: #7A0519;
--crimson-900: #4E0310;
--crimson-950: #31020A;
}