Crimson
#D30D53
PinkColor Codes
All color formats for development
HEX
#D30D53RGB
rgb(211, 13, 83)HSL
hsl(339, 88%, 44%)OKLCH
oklch(0.557 0.218 11)CMYK
cmyk(0%, 94%, 61%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BE0C4A
2#A90B42
3#94093A
4#7F0832
5#690729
6#540521
7#3F0419
8#2A0311
9#150108
Tints
Lighter variations
1#EE0F5D
2#F1286F
3#F34381
4#F55E93
5#F679A5
6#F894B7
7#FAAEC9
8#FCC9DB
9#FDE4ED
Tones
Muted variations
1#C91756
2#BF2159
3#B52B5B
4#AB355E
5#A23F61
6#984964
7#8E5367
8#845C6A
9#7A666D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891B5 | BordersInactive statesPlaceholder text |
| 400 | F457 #F4578E | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F1276E | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D53 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B42 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #78082F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D051E | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300313 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF1F5;
--crimson-100: #FDDDE8;
--crimson-200: #FBC1D5;
--crimson-300: #F891B5;
--crimson-400: #F4578E;
--crimson-500: #F1276E;
--crimson-600: #D30D53;
--crimson-700: #A80B42;
--crimson-800: #78082F;
--crimson-900: #4D051E;
--crimson-950: #300313;
}