Crimson
#B00356
PinkColor Codes
All color formats for development
HEX
#B00356RGB
rgb(176, 3, 86)HSL
hsl(331, 97%, 35%)OKLCH
oklch(0.489 0.196 2.7)CMYK
cmyk(0%, 98%, 51%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9E024E
2#8D0245
3#7B023C
4#690234
5#58012B
6#460123
7#35011A
8#230111
9#120009
Tints
Lighter variations
1#D00366
2#F10476
3#FC1A87
4#FC3B98
5#FD5CA9
6#FD7CBB
7#FE9DCC
8#FEBEDD
9#FFDEEE
Tones
Muted variations
1#A70B57
2#9F1457
3#961D57
4#8D2558
5#852E58
6#7C3758
7#733F58
8#6B4859
9#625159
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCED | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEDD | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8BC2 | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4FA3 | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1D89 | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD036D | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B00356 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E023E | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #500127 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320119 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FFF0F7;
--crimson-100: #FEDCED;
--crimson-200: #FEBEDD;
--crimson-300: #FD8BC2;
--crimson-400: #FC4FA3;
--crimson-500: #FC1D89;
--crimson-600: #DD036D;
--crimson-700: #B00356;
--crimson-800: #7E023E;
--crimson-900: #500127;
--crimson-950: #320119;
}