Crimson
#B00351
PinkColor Codes
All color formats for development
HEX
#B00351RGB
rgb(176, 3, 81)HSL
hsl(333, 97%, 35%)OKLCH
oklch(0.488 0.195 5)CMYK
cmyk(0%, 98%, 54%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9E0249
2#8D0240
3#7B0238
4#690230
5#580128
6#460120
7#350118
8#230110
9#120008
Tints
Lighter variations
1#D00360
2#F1046F
3#FC1A80
4#FC3B92
5#FD5CA4
6#FD7CB6
7#FE9DC8
8#FEBEDB
9#FFDEED
Tones
Muted variations
1#A70B51
2#9F1452
3#961D53
4#8D2554
5#852E55
6#7C3756
7#733F57
8#6B4858
9#625158
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEDB | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8BBF | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4F9D | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1D81 | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD0365 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B00351 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E023A | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #500125 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320117 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FFF0F7;
--crimson-100: #FEDCEB;
--crimson-200: #FEBEDB;
--crimson-300: #FD8BBF;
--crimson-400: #FC4F9D;
--crimson-500: #FC1D81;
--crimson-600: #DD0365;
--crimson-700: #B00351;
--crimson-800: #7E023A;
--crimson-900: #500125;
--crimson-950: #320117;
}