Crimson
#DD0324
RedColor Codes
All color formats for development
HEX
#DD0324RGB
rgb(221, 3, 36)HSL
hsl(351, 97%, 44%)OKLCH
oklch(0.566 0.229 25.1)CMYK
cmyk(0%, 99%, 84%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C70320
2#B1031D
3#9B0219
4#850216
5#6F0212
6#58010E
7#42010B
8#2C0107
9#160004
Tints
Lighter variations
1#F90429
2#FC1E3F
3#FC3A57
4#FC566F
5#FD7287
6#FD8E9F
7#FEABB7
8#FEC7CF
9#FFE3E7
Tones
Muted variations
1#D20E2C
2#C71933
3#BC243B
4#B22F42
5#A73A4A
6#9C4552
7#915059
8#865A61
9#7B6569
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEC7 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8B9D | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4F69 | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1D3E | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD0324 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B0031D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E0214 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #50010D | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320108 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FFF0F2;
--crimson-100: #FEDCE1;
--crimson-200: #FEBEC7;
--crimson-300: #FD8B9D;
--crimson-400: #FC4F69;
--crimson-500: #FC1D3E;
--crimson-600: #DD0324;
--crimson-700: #B0031D;
--crimson-800: #7E0214;
--crimson-900: #50010D;
--crimson-950: #320108;
}