Crimson
#D30D66
PinkColor Codes
All color formats for development
HEX
#D30D66RGB
rgb(211, 13, 102)HSL
hsl(333, 88%, 44%)OKLCH
oklch(0.561 0.221 3.9)CMYK
cmyk(0%, 94%, 52%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BE0C5C
2#A90B52
3#940948
4#7F083D
5#690733
6#540529
7#3F041F
8#2A0314
9#15010A
Tints
Lighter variations
1#EE0F73
2#F12883
3#F34392
4#F55EA2
5#F679B1
6#F894C1
7#FAAED0
8#FCC9E0
9#FDE4EF
Tones
Muted variations
1#C91767
2#BF2168
3#B52B69
4#AB356A
5#A23F6B
6#98496C
7#8E536D
8#845C6E
9#7A666F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1DB | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891BF | BordersInactive statesPlaceholder text |
| 400 | F457 #F4579E | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F12782 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D66 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B51 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #78083A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0525 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300317 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF1F7;
--crimson-100: #FDDDEC;
--crimson-200: #FBC1DB;
--crimson-300: #F891BF;
--crimson-400: #F4579E;
--crimson-500: #F12782;
--crimson-600: #D30D66;
--crimson-700: #A80B51;
--crimson-800: #78083A;
--crimson-900: #4D0525;
--crimson-950: #300317;
}