Crimson
#B00359
PinkColor Codes
All color formats for development
HEX
#B00359RGB
rgb(176, 3, 89)HSL
hsl(330, 97%, 35%)OKLCH
oklch(0.49 0.197 1.4)CMYK
cmyk(0%, 98%, 49%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9E0250
2#8D0247
3#7B023E
4#690236
5#58012D
6#460124
7#35011B
8#230112
9#120009
Tints
Lighter variations
1#D0036A
2#F1047A
3#FC1A8B
4#FC3B9C
5#FD5CAC
6#FD7CBD
7#FE9DCD
8#FEBEDE
9#FFDEEE
Tones
Muted variations
1#A70B59
2#9F1459
3#961D59
4#8D2559
5#852E59
6#7C3759
7#733F59
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 #FEBEDE | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8BC4 | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4FA6 | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1D8C | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD0370 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B00359 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E0240 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #500129 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32011A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FFF0F7;
--crimson-100: #FEDCED;
--crimson-200: #FEBEDE;
--crimson-300: #FD8BC4;
--crimson-400: #FC4FA6;
--crimson-500: #FC1D8C;
--crimson-600: #DD0370;
--crimson-700: #B00359;
--crimson-800: #7E0240;
--crimson-900: #500129;
--crimson-950: #32011A;
}