Crimson
#FA1E30
RedColor Codes
All color formats for development
HEX
#FA1E30RGB
rgb(250, 30, 48)HSL
hsl(355, 96%, 55%)OKLCH
oklch(0.629 0.244 25.3)CMYK
cmyk(0%, 88%, 81%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F70519
2#DC0416
3#C00414
4#A50311
5#89030E
6#6E020B
7#520208
8#370106
9#1B0103
Tints
Lighter variations
1#FB3545
2#FB4B5A
3#FC626E
4#FC7883
5#FD8F98
6#FDA5AC
7#FEBCC1
8#FED2D6
9#FFE9EA
Tones
Muted variations
1#EF293A
2#E43443
3#D93F4C
4#CE4A55
5#C3555E
6#B86068
7#AD6B71
8#A2767A
9#978183
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8C95 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB505E | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1E30 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC0416 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF0412 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D030D | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500208 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320105 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FFF0F1;
--crimson-100: #FEDCDF;
--crimson-200: #FEBEC3;
--crimson-300: #FD8C95;
--crimson-400: #FB505E;
--crimson-500: #FA1E30;
--crimson-600: #DC0416;
--crimson-700: #AF0412;
--crimson-800: #7D030D;
--crimson-900: #500208;
--crimson-950: #320105;
}