Crimson
#D40C66
PinkColor Codes
All color formats for development
HEX
#D40C66RGB
rgb(212, 12, 102)HSL
hsl(333, 89%, 44%)OKLCH
oklch(0.563 0.222 4.1)CMYK
cmyk(0%, 94%, 52%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BF0B5C
2#AA0A52
3#940948
4#7F073D
5#6A0633
6#550529
7#40041F
8#2A0214
9#15010A
Tints
Lighter variations
1#EF0E73
2#F22783
3#F44292
4#F65DA2
5#F778B1
6#F993C1
7#FAAED0
8#FCC9E0
9#FDE4EF
Tones
Muted variations
1#CA1667
2#C02068
3#B62A69
4#AC346A
5#A23E6B
6#98486C
7#8E526D
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 | FBC0 #FBC0DB | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990BF | BordersInactive statesPlaceholder text |
| 400 | F556 #F5569E | Disabled statesSecondary iconsMuted text |
| 500 | F226 #F22682 | Primary brand colorCTAsActive elementsLinks |
| 600 | D40C #D40C66 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A90A #A90A51 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7807 #78073A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D04 #4D0425 | 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: #FBC0DB;
--crimson-300: #F990BF;
--crimson-400: #F5569E;
--crimson-500: #F22682;
--crimson-600: #D40C66;
--crimson-700: #A90A51;
--crimson-800: #78073A;
--crimson-900: #4D0425;
--crimson-950: #300317;
}