Crimson
#F62349
RedColor Codes
All color formats for development
HEX
#F62349RGB
rgb(246, 35, 73)HSL
hsl(349, 92%, 55%)OKLCH
oklch(0.627 0.237 19.6)CMYK
cmyk(0%, 86%, 70%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F20A35
2#D7092F
3#BC0829
4#A20723
5#87061D
6#6C0417
7#510312
8#36020C
9#1B0106
Tints
Lighter variations
1#F7395C
2#F84F6E
3#F96580
4#F97B92
5#FA91A4
6#FBA7B6
7#FCBDC9
8#FDD3DB
9#FEE9ED
Tones
Muted variations
1#EB2D50
2#E13857
3#D6425D
4#CC4D64
5#C1576B
6#B66272
7#AC6D78
8#A1777F
9#978286
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;
}