Crimson
#C51B51
PinkColor Codes
All color formats for development
HEX
#C51B51RGB
rgb(197, 27, 81)HSL
hsl(341, 76%, 44%)OKLCH
oklch(0.536 0.2 10.6)CMYK
cmyk(0%, 86%, 59%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B21849
2#9E1641
3#8A1339
4#761031
5#630D28
6#4F0B20
7#3B0818
8#270510
9#140308
Tints
Lighter variations
1#DF1E5B
2#E4366D
3#E74F7F
4#EA6891
5#EE81A4
6#F19AB6
7#F5B4C8
8#F8CDDA
9#FCE6ED
Tones
Muted variations
1#BD2354
2#B42C57
3#AC355A
4#A33D5D
5#9B4661
6#924E64
7#8A5767
8#815F6A
9#79686D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198B4 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA628D | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E3356C | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B51 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1540 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F2E | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A1D | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0612 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FDF2F5;
--crimson-100: #FBE0E8;
--crimson-200: #F7C5D5;
--crimson-300: #F198B4;
--crimson-400: #EA628D;
--crimson-500: #E3356C;
--crimson-600: #C51B51;
--crimson-700: #9D1540;
--crimson-800: #700F2E;
--crimson-900: #480A1D;
--crimson-950: #2D0612;
}