Crimson
#E33546
RedColor Codes
All color formats for development
HEX
#E33546RGB
rgb(227, 53, 70)HSL
hsl(354, 76%, 55%)OKLCH
oklch(0.604 0.209 21.4)CMYK
cmyk(0%, 77%, 69%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DE1E31
2#C51B2C
3#AD1826
4#941421
5#7B111B
6#630D16
7#4A0A10
8#31070B
9#190305
Tints
Lighter variations
1#E64959
2#E95D6B
3#EC727E
4#EE8690
5#F19AA3
6#F4AEB5
7#F7C2C8
8#F9D7DA
9#FCEBED
Tones
Muted variations
1#DB3E4D
2#D24654
3#C94F5B
4#C15862
5#B86169
6#AF6970
7#A67277
8#9E7B7E
9#958485
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5CA | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198A1 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA626F | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33546 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B2C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1523 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F19 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A10 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D060A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FDF2F3;
--crimson-100: #FBE0E2;
--crimson-200: #F7C5CA;
--crimson-300: #F198A1;
--crimson-400: #EA626F;
--crimson-500: #E33546;
--crimson-600: #C51B2C;
--crimson-700: #9D1523;
--crimson-800: #700F19;
--crimson-900: #480A10;
--crimson-950: #2D060A;
}