Crimson
#FA1E34
RedColor Codes
All color formats for development
HEX
#FA1E34RGB
rgb(250, 30, 52)HSL
hsl(354, 96%, 55%)OKLCH
oklch(0.629 0.243 24.5)CMYK
cmyk(0%, 88%, 79%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7051D
2#DC041A
3#C00417
4#A50314
5#890310
6#6E020D
7#52020A
8#370107
9#1B0103
Tints
Lighter variations
1#FB3548
2#FB4B5D
3#FC6271
4#FC7885
5#FD8F9A
6#FDA5AE
7#FEBCC2
8#FED2D6
9#FFE9EB
Tones
Muted variations
1#EF293D
2#E43446
3#D93F4F
4#CE4A57
5#C35560
6#B86069
7#AD6B72
8#A2767B
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 #FEBEC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8C97 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB5061 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1E34 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC041A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF0415 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D030F | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500209 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320106 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FFF0F1;
--crimson-100: #FEDCDF;
--crimson-200: #FEBEC4;
--crimson-300: #FD8C97;
--crimson-400: #FB5061;
--crimson-500: #FA1E34;
--crimson-600: #DC041A;
--crimson-700: #AF0415;
--crimson-800: #7D030F;
--crimson-900: #500209;
--crimson-950: #320106;
}