Crimson
#D0115A
PinkColor Codes
All color formats for development
HEX
#D0115ARGB
rgb(208, 17, 90)HSL
hsl(337, 85%, 44%)OKLCH
oklch(0.554 0.215 8.1)CMYK
cmyk(0%, 92%, 57%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BB0F51
2#A60D48
3#910C3F
4#7D0A36
5#68082D
6#530724
7#3E051B
8#2A0312
9#150209
Tints
Lighter variations
1#EA1365
2#EE2C76
3#F04687
4#F26098
5#F47BA9
6#F695BB
7#F9B0CC
8#FBCADD
9#FDE5EE
Tones
Muted variations
1#C61A5C
2#BC245E
3#B32D61
4#A93763
5#A04165
6#964A67
7#8D546A
8#835D6C
9#7A676E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F692B9 | BordersInactive statesPlaceholder text |
| 400 | F25A #F25A94 | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2B75 | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D0115A | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D48 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A33 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B0621 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0414 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF1F6;
--crimson-100: #FCDEEA;
--crimson-200: #FAC2D7;
--crimson-300: #F692B9;
--crimson-400: #F25A94;
--crimson-500: #EE2B75;
--crimson-600: #D0115A;
--crimson-700: #A50D48;
--crimson-800: #760A33;
--crimson-900: #4B0621;
--crimson-950: #2F0414;
}