Crimson
#D50B30
RedColor Codes
All color formats for development
HEX
#D50B30RGB
rgb(213, 11, 48)HSL
hsl(349, 90%, 44%)OKLCH
oklch(0.554 0.219 22.4)CMYK
cmyk(0%, 95%, 77%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C00A2B
2#AB0927
3#950822
4#80071D
5#6B0618
6#550413
7#40030E
8#2B020A
9#150105
Tints
Lighter variations
1#F00D36
2#F4264C
3#F54162
4#F65C78
5#F8778F
6#F992A5
7#FBAEBC
8#FCC9D2
9#FEE4E9
Tones
Muted variations
1#CB1537
2#C11F3D
3#B72A43
4#AD344A
5#A33E50
6#994857
7#8E525D
8#845C63
9#7A666A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0CB | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990A3 | BordersInactive statesPlaceholder text |
| 400 | F655 #F65573 | Disabled statesSecondary iconsMuted text |
| 500 | F425 #F4254B | Primary brand colorCTAsActive elementsLinks |
| 600 | D50B #D50B30 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA09 #AA0926 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7906 #79061B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E0412 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30030B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF0F3;
--crimson-100: #FDDDE3;
--crimson-200: #FCC0CB;
--crimson-300: #F990A3;
--crimson-400: #F65573;
--crimson-500: #F4254B;
--crimson-600: #D50B30;
--crimson-700: #AA0926;
--crimson-800: #79061B;
--crimson-900: #4E0412;
--crimson-950: #30030B;
}