Crimson
#F62323
RedColor Codes
All color formats for development
HEX
#F62323RGB
rgb(246, 35, 35)HSL
hsl(0, 92%, 55%)OKLCH
oklch(0.622 0.239 27.9)CMYK
cmyk(0%, 86%, 86%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F20A0A
2#D70909
3#BC0808
4#A20707
5#870606
6#6C0404
7#510303
8#360202
9#1B0101
Tints
Lighter variations
1#F73939
2#F84F4F
3#F96565
4#F97B7B
5#FA9191
6#FBA7A7
7#FCBDBD
8#FDD3D3
9#FEE9E9
Tones
Muted variations
1#EB2D2D
2#E13838
3#D64242
4#CC4D4D
5#C15757
6#B66262
7#AC6D6D
8#A17777
9#978282
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8E8E | BordersInactive statesPlaceholder text |
| 400 | F854 #F85454 | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F62323 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D70909 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0707 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0505 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0303 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310202 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF0F0;
--crimson-100: #FEDDDD;
--crimson-200: #FCBFBF;
--crimson-300: #FA8E8E;
--crimson-400: #F85454;
--crimson-500: #F62323;
--crimson-600: #D70909;
--crimson-700: #AB0707;
--crimson-800: #7A0505;
--crimson-900: #4E0303;
--crimson-950: #310202;
}