Crimson
#D01131
RedColor Codes
All color formats for development
HEX
#D01131RGB
rgb(208, 17, 49)HSL
hsl(350, 85%, 44%)OKLCH
oklch(0.546 0.214 22.1)CMYK
cmyk(0%, 92%, 76%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BB0F2C
2#A60D27
3#910C22
4#7D0A1D
5#680818
6#530713
7#3E050F
8#2A030A
9#150205
Tints
Lighter variations
1#EA1337
2#EE2C4C
3#F04662
4#F26079
5#F47B8F
6#F695A6
7#F9B0BC
8#FBCAD2
9#FDE5E9
Tones
Muted variations
1#C61A37
2#BC243D
3#B32D44
4#A9374A
5#A04150
6#964A57
7#8D545D
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 #FAC2CB | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F692A3 | BordersInactive statesPlaceholder text |
| 400 | F25A #F25A73 | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2B4B | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D01131 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D27 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A1C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B0612 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F040B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF1F3;
--crimson-100: #FCDEE3;
--crimson-200: #FAC2CB;
--crimson-300: #F692A3;
--crimson-400: #F25A73;
--crimson-500: #EE2B4B;
--crimson-600: #D01131;
--crimson-700: #A50D27;
--crimson-800: #760A1C;
--crimson-900: #4B0612;
--crimson-950: #2F040B;
}