Crimson
#DC0428
RedColor Codes
All color formats for development
HEX
#DC0428RGB
rgb(220, 4, 40)HSL
hsl(350, 96%, 44%)OKLCH
oklch(0.565 0.227 24.3)CMYK
cmyk(0%, 98%, 82%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C60424
2#B00420
3#9A031C
4#840318
5#6E0214
6#580210
7#42010C
8#2C0108
9#160004
Tints
Lighter variations
1#F8052E
2#FA1F44
3#FB3B5B
4#FC5772
5#FC738A
6#FD8FA1
7#FDABB9
8#FEC7D0
9#FEE3E8
Tones
Muted variations
1#D10F30
2#C61A37
3#BC253E
4#B13045
5#A63A4C
6#9B4553
7#91505B
8#865B62
9#7B6569
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEC9 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8C9F | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB506D | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1E43 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC0428 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF0420 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0317 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #50020F | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320109 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FFF0F2;
--crimson-100: #FEDCE2;
--crimson-200: #FEBEC9;
--crimson-300: #FD8C9F;
--crimson-400: #FB506D;
--crimson-500: #FA1E43;
--crimson-600: #DC0428;
--crimson-700: #AF0420;
--crimson-800: #7D0317;
--crimson-900: #50020F;
--crimson-950: #320109;
}