Crimson
#D70925
RedColor Codes
All color formats for development
HEX
#D70925RGB
rgb(215, 9, 37)HSL
hsl(352, 92%, 44%)OKLCH
oklch(0.556 0.222 25)CMYK
cmyk(0%, 96%, 83%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C20821
2#AC071D
3#97061A
4#810516
5#6C0412
6#56040F
7#41030B
8#2B0207
9#160104
Tints
Lighter variations
1#F30A29
2#F62440
3#F73F58
4#F85A70
5#F97687
6#FA919F
7#FCADB7
8#FDC8CF
9#FEE4E7
Tones
Muted variations
1#CD132C
2#C31E34
3#B8283B
4#AE3243
5#A43D4A
6#994752
7#8F5159
8#855C61
9#7B6669
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFC7 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8E9D | BordersInactive statesPlaceholder text |
| 400 | F854 #F8546A | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F6233F | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D70925 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB071D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0515 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E030D | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310208 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF0F2;
--crimson-100: #FEDDE1;
--crimson-200: #FCBFC7;
--crimson-300: #FA8E9D;
--crimson-400: #F8546A;
--crimson-500: #F6233F;
--crimson-600: #D70925;
--crimson-700: #AB071D;
--crimson-800: #7A0515;
--crimson-900: #4E030D;
--crimson-950: #310208;
}