Crimson
#C11F63
PinkColor Codes
All color formats for development
HEX
#C11F63RGB
rgb(193, 31, 99)HSL
hsl(335, 72%, 44%)OKLCH
oklch(0.535 0.198 2.6)CMYK
cmyk(0%, 84%, 49%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AE1C59
2#9A194F
3#871645
4#74133B
5#601031
6#4D0D27
7#3A091E
8#270614
9#13030A
Tints
Lighter variations
1#DA236F
2#DF3B7F
3#E3538F
4#E76C9F
5#EB84AF
6#EF9DBF
7#F3B5CF
8#F7CEDF
9#FBE6EF
Tones
Muted variations
1#B92764
2#B13065
3#A93867
4#A14068
5#994869
6#91506B
7#88586C
8#80606E
9#78686F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6DA | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9ABD | BordersInactive statesPlaceholder text |
| 400 | E665 #E6659B | Disabled statesSecondary iconsMuted text |
| 500 | DF3A #DF3A7E | Primary brand colorCTAsActive elementsLinks |
| 600 | C11F #C11F63 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A19 #9A194F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E12 #6E1238 | Text on light backgroundsHeadingsStrong borders |
| 900 | 460B #460B24 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0716 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FDF2F6;
--crimson-100: #FAE0EB;
--crimson-200: #F6C6DA;
--crimson-300: #EF9ABD;
--crimson-400: #E6659B;
--crimson-500: #DF3A7E;
--crimson-600: #C11F63;
--crimson-700: #9A194F;
--crimson-800: #6E1238;
--crimson-900: #460B24;
--crimson-950: #2C0716;
}