Crimson
#F02846
RedColor Codes
All color formats for development
HEX
#F02846RGB
rgb(240, 40, 70)HSL
hsl(351, 87%, 55%)OKLCH
oklch(0.618 0.229 20.5)CMYK
cmyk(0%, 83%, 71%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC1031
2#D20F2C
3#B80D26
4#9D0B21
5#83091B
6#690716
7#4F0510
8#34040B
9#1A0205
Tints
Lighter variations
1#F23E59
2#F3536B
3#F5697E
4#F67E90
5#F894A3
6#F9A9B5
7#FBBFC8
8#FCD4DA
9#FEEAED
Tones
Muted variations
1#E6324D
2#DC3C54
3#D2465B
4#C85062
5#BE5A69
6#B46470
7#AA6E77
8#A0787E
9#968285
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDE #FDDEE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1CA | Secondary backgroundsInput backgroundsDividers |
| 300 | F791 #F791A1 | BordersInactive statesPlaceholder text |
| 400 | F358 #F3586F | Disabled statesSecondary iconsMuted text |
| 500 | F028 #F02846 | Primary brand colorCTAsActive elementsLinks |
| 600 | D20F #D20F2C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A70C #A70C23 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7708 #770819 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C05 #4C0510 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30030A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF1F3;
--crimson-100: #FDDEE2;
--crimson-200: #FBC1CA;
--crimson-300: #F791A1;
--crimson-400: #F3586F;
--crimson-500: #F02846;
--crimson-600: #D20F2C;
--crimson-700: #A70C23;
--crimson-800: #770819;
--crimson-900: #4C0510;
--crimson-950: #30030A;
}