Crimson
#D0112D
RedColor Codes
All color formats for development
HEX
#D0112DRGB
rgb(208, 17, 45)HSL
hsl(351, 85%, 44%)OKLCH
oklch(0.546 0.214 23.2)CMYK
cmyk(0%, 92%, 78%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BB0F29
2#A60D24
3#910C20
4#7D0A1B
5#680817
6#530712
7#3E050E
8#2A0309
9#150205
Tints
Lighter variations
1#EA1333
2#EE2C49
3#F04660
4#F26076
5#F47B8D
6#F695A4
7#F9B0BB
8#FBCAD1
9#FDE5E8
Tones
Muted variations
1#C61A34
2#BC243B
3#B32D41
4#A93748
5#A0414F
6#964A55
7#8D545C
8#835D63
9#7A676A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2CA | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F692A1 | BordersInactive statesPlaceholder text |
| 400 | F25A #F25A71 | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2B48 | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D0112D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D24 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A1A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B0611 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F040A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF1F3;
--crimson-100: #FCDEE3;
--crimson-200: #FAC2CA;
--crimson-300: #F692A1;
--crimson-400: #F25A71;
--crimson-500: #EE2B48;
--crimson-600: #D0112D;
--crimson-700: #A50D24;
--crimson-800: #760A1A;
--crimson-900: #4B0611;
--crimson-950: #2F040A;
}