Crimson
#D01154
PinkColor Codes
All color formats for development
HEX
#D01154RGB
rgb(208, 17, 84)HSL
hsl(339, 85%, 44%)OKLCH
oklch(0.552 0.214 10.4)CMYK
cmyk(0%, 92%, 60%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BB0F4B
2#A60D43
3#910C3B
4#7D0A32
5#68082A
6#530721
7#3E0519
8#2A0311
9#150208
Tints
Lighter variations
1#EA135E
2#EE2C70
3#F04682
4#F26093
5#F47BA5
6#F695B7
7#F9B0C9
8#FBCADB
9#FDE5ED
Tones
Muted variations
1#C61A56
2#BC2459
3#B32D5C
4#A9375F
5#A04162
6#964A65
7#8D5468
8#835D6A
9#7A676D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F692B5 | BordersInactive statesPlaceholder text |
| 400 | F25A #F25A8F | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2B6F | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D01154 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D42 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A2F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B061E | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0413 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF1F5;
--crimson-100: #FCDEE9;
--crimson-200: #FAC2D5;
--crimson-300: #F692B5;
--crimson-400: #F25A8F;
--crimson-500: #EE2B6F;
--crimson-600: #D01154;
--crimson-700: #A50D42;
--crimson-800: #760A2F;
--crimson-900: #4B061E;
--crimson-950: #2F0413;
}