Crimson
#D50B4B
PinkColor Codes
All color formats for development
HEX
#D50B4BRGB
rgb(213, 11, 75)HSL
hsl(341, 90%, 44%)OKLCH
oklch(0.558 0.219 14.1)CMYK
cmyk(0%, 95%, 65%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C00A44
2#AB093C
3#950835
4#80072D
5#6B0626
6#55041E
7#400317
8#2B020F
9#150108
Tints
Lighter variations
1#F00D55
2#F42667
3#F5417A
4#F65C8D
5#F877A0
6#F992B3
7#FBAEC6
8#FCC9D9
9#FEE4EC
Tones
Muted variations
1#CB154F
2#C11F53
3#B72A56
4#AD345A
5#A33E5E
6#994861
7#8E5265
8#845C69
9#7A666C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990B1 | BordersInactive statesPlaceholder text |
| 400 | F655 #F65588 | Disabled statesSecondary iconsMuted text |
| 500 | F425 #F42566 | Primary brand colorCTAsActive elementsLinks |
| 600 | D50B #D50B4B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA09 #AA093C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7906 #79062B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E041B | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300311 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF0F5;
--crimson-100: #FDDDE7;
--crimson-200: #FCC0D3;
--crimson-300: #F990B1;
--crimson-400: #F65588;
--crimson-500: #F42566;
--crimson-600: #D50B4B;
--crimson-700: #AA093C;
--crimson-800: #79062B;
--crimson-900: #4E041B;
--crimson-950: #300311;
}