Crimson
#B00353
PinkColor Codes
All color formats for development
HEX
#B00353RGB
rgb(176, 3, 83)HSL
hsl(332, 97%, 35%)OKLCH
oklch(0.489 0.195 4.1)CMYK
cmyk(0%, 98%, 53%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9E024B
2#8D0243
3#7B023A
4#690232
5#58012A
6#460121
7#350119
8#230111
9#120008
Tints
Lighter variations
1#D00363
2#F10472
3#FC1A83
4#FC3B95
5#FD5CA7
6#FD7CB8
7#FE9DCA
8#FEBEDC
9#FFDEED
Tones
Muted variations
1#A70B54
2#9F1455
3#961D55
4#8D2556
5#852E56
6#7C3757
7#733F58
8#6B4858
9#625159
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEDC | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8BC1 | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4FA0 | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1D85 | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD0369 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B00353 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E023C | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #500126 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320118 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FFF0F7;
--crimson-100: #FEDCEC;
--crimson-200: #FEBEDC;
--crimson-300: #FD8BC1;
--crimson-400: #FC4FA0;
--crimson-500: #FC1D85;
--crimson-600: #DD0369;
--crimson-700: #B00353;
--crimson-800: #7E023C;
--crimson-900: #500126;
--crimson-950: #320118;
}