Crimson
#FA1E3B
RedColor Codes
All color formats for development
HEX
#FA1E3BRGB
rgb(250, 30, 59)HSL
hsl(352, 96%, 55%)OKLCH
oklch(0.63 0.243 23)CMYK
cmyk(0%, 88%, 76%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F70525
2#DC0421
3#C0041D
4#A50319
5#890315
6#6E0211
7#52020C
8#370108
9#1B0104
Tints
Lighter variations
1#FB354F
2#FB4B63
3#FC6276
4#FC788A
5#FD8F9D
6#FDA5B1
7#FEBCC4
8#FED2D8
9#FFE9EB
Tones
Muted variations
1#EF2944
2#E4344C
3#D93F54
4#CE4A5C
5#C35564
6#B8606C
7#AD6B74
8#A2767C
9#978184
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEC7 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8C9B | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB5067 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1E3B | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC0421 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF041A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0313 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #50020C | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320108 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FFF0F2;
--crimson-100: #FEDCE1;
--crimson-200: #FEBEC7;
--crimson-300: #FD8C9B;
--crimson-400: #FB5067;
--crimson-500: #FA1E3B;
--crimson-600: #DC0421;
--crimson-700: #AF041A;
--crimson-800: #7D0313;
--crimson-900: #50020C;
--crimson-950: #320108;
}