Crimson
#CD134B
PinkColor Codes
All color formats for development
HEX
#CD134BRGB
rgb(205, 19, 75)HSL
hsl(342, 83%, 44%)OKLCH
oklch(0.546 0.21 13.4)CMYK
cmyk(0%, 91%, 63%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B91143
2#A40F3C
3#900D34
4#7B0B2D
5#670A25
6#52081E
7#3E0616
8#29040F
9#150207
Tints
Lighter variations
1#E71654
2#EC2E67
3#EE487A
4#F0628D
5#F37CA0
6#F596B3
7#F8B1C6
8#FACBD9
9#FDE5EC
Tones
Muted variations
1#C41C4F
2#BB2652
3#B12F56
4#A8385A
5#9F425E
6#954B61
7#8C5465
8#835E69
9#7A676C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594B1 | BordersInactive statesPlaceholder text |
| 400 | F05C #F05C88 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2D66 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD134B | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F3C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B2B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B071B | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0411 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF1F5;
--crimson-100: #FCDEE7;
--crimson-200: #F9C2D3;
--crimson-300: #F594B1;
--crimson-400: #F05C88;
--crimson-500: #EB2D66;
--crimson-600: #CD134B;
--crimson-700: #A30F3C;
--crimson-800: #750B2B;
--crimson-900: #4B071B;
--crimson-950: #2F0411;
}