Crimson
#F62331
RedColor Codes
All color formats for development
HEX
#F62331RGB
rgb(246, 35, 49)HSL
hsl(356, 92%, 55%)OKLCH
oklch(0.624 0.238 25.4)CMYK
cmyk(0%, 86%, 80%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F20A1A
2#D70917
3#BC0814
4#A20711
5#87060E
6#6C040B
7#510309
8#360206
9#1B0103
Tints
Lighter variations
1#F73945
2#F84F5A
3#F9656F
4#F97B83
5#FA9198
6#FBA7AD
7#FCBDC1
8#FDD3D6
9#FEE9EA
Tones
Muted variations
1#EB2D3A
2#E13843
3#D6424C
4#CC4D55
5#C1575F
6#B66268
7#AC6D71
8#A1777A
9#978283
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8E96 | BordersInactive statesPlaceholder text |
| 400 | F854 #F8545F | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F62331 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D70917 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0712 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A050D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0308 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310205 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF0F1;
--crimson-100: #FEDDDF;
--crimson-200: #FCBFC3;
--crimson-300: #FA8E96;
--crimson-400: #F8545F;
--crimson-500: #F62331;
--crimson-600: #D70917;
--crimson-700: #AB0712;
--crimson-800: #7A050D;
--crimson-900: #4E0308;
--crimson-950: #310205;
}