Crimson
#D7092F
RedColor Codes
All color formats for development
HEX
#D7092FRGB
rgb(215, 9, 47)HSL
hsl(349, 92%, 44%)OKLCH
oklch(0.557 0.222 22.7)CMYK
cmyk(0%, 96%, 78%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C2082A
2#AC0725
3#970621
4#81051C
5#6C0417
6#560413
7#41030E
8#2B0209
9#160105
Tints
Lighter variations
1#F30A35
2#F6244A
3#F73F61
4#F85A77
5#F9768E
6#FA91A5
7#FCADBB
8#FDC8D2
9#FEE4E8
Tones
Muted variations
1#CD1335
2#C31E3C
3#B82842
4#AE3249
5#A43D50
6#994756
7#8F515D
8#855C63
9#7B666A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFCB | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EA2 | BordersInactive statesPlaceholder text |
| 400 | F854 #F85472 | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F62349 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D7092F | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0725 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A051B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0311 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31020B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF0F3;
--crimson-100: #FEDDE3;
--crimson-200: #FCBFCB;
--crimson-300: #FA8EA2;
--crimson-400: #F85472;
--crimson-500: #F62349;
--crimson-600: #D7092F;
--crimson-700: #AB0725;
--crimson-800: #7A051B;
--crimson-900: #4E0311;
--crimson-950: #31020B;
}