Crimson
#DD032F
RedColor Codes
All color formats for development
HEX
#DD032FRGB
rgb(221, 3, 47)HSL
hsl(348, 97%, 44%)OKLCH
oklch(0.567 0.228 22.8)CMYK
cmyk(0%, 99%, 79%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C7032A
2#B10326
3#9B0221
4#85021C
5#6F0217
6#580113
7#42010E
8#2C0109
9#160005
Tints
Lighter variations
1#F90435
2#FC1E4A
3#FC3A61
4#FC5677
5#FD728E
6#FD8EA5
7#FEABBB
8#FEC7D2
9#FFE3E8
Tones
Muted variations
1#D20E35
2#C7193C
3#BC2442
4#B22F49
5#A73A50
6#9C4556
7#91505D
8#865A63
9#7B656A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBECB | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8BA2 | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4F72 | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1D49 | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD032F | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B00325 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E021B | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #500111 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32010B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FFF0F3;
--crimson-100: #FEDCE3;
--crimson-200: #FEBECB;
--crimson-300: #FD8BA2;
--crimson-400: #FC4F72;
--crimson-500: #FC1D49;
--crimson-600: #DD032F;
--crimson-700: #B00325;
--crimson-800: #7E021B;
--crimson-900: #500111;
--crimson-950: #32010B;
}