Crimson
#D60A55
PinkColor Codes
All color formats for development
HEX
#D60A55RGB
rgb(214, 10, 85)HSL
hsl(338, 91%, 44%)OKLCH
oklch(0.562 0.221 10.6)CMYK
cmyk(0%, 95%, 60%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C1094C
2#AB0844
3#96073B
4#810633
5#6B052A
6#560422
7#400319
8#2B0211
9#150108
Tints
Lighter variations
1#F20B60
2#F52571
3#F64083
4#F75B95
5#F977A6
6#FA92B8
7#FBADCA
8#FCC8DC
9#FEE4ED
Tones
Muted variations
1#CC1458
2#C21F5A
3#B8295D
4#AD3360
5#A33D63
6#994765
7#8F5268
8#855C6B
9#7A666D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8F #FA8FB6 | BordersInactive statesPlaceholder text |
| 400 | F755 #F75590 | Disabled statesSecondary iconsMuted text |
| 500 | F524 #F52470 | Primary brand colorCTAsActive elementsLinks |
| 600 | D60A #D60A55 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA08 #AA0844 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A06 #7A0630 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E041F | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310213 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF0F5;
--crimson-100: #FDDDE9;
--crimson-200: #FCC0D6;
--crimson-300: #FA8FB6;
--crimson-400: #F75590;
--crimson-500: #F52470;
--crimson-600: #D60A55;
--crimson-700: #AA0844;
--crimson-800: #7A0630;
--crimson-900: #4E041F;
--crimson-950: #310213;
}