Rose
#F22667
PinkColor Codes
All color formats for development
HEX
#F22667RGB
rgb(242, 38, 103)HSL
hsl(341, 89%, 55%)OKLCH
oklch(0.627 0.233 10.2)CMYK
cmyk(0%, 84%, 57%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF0E55
2#D40C4C
3#BA0B42
4#9F0939
5#85082F
6#6A0626
7#50051C
8#350313
9#1B0209
Tints
Lighter variations
1#F43C76
2#F55185
3#F66794
4#F77DA4
5#F993B3
6#FAA8C2
7#FBBED1
8#FCD4E1
9#FEE9F0
Tones
Muted variations
1#E8306B
2#DE3B6E
3#D44572
4#CA4F76
5#BF597A
6#B5637D
7#AB6E81
8#A17885
9#968289
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC0 #FBC0D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990B1 | BordersInactive statesPlaceholder text |
| 400 | F556 #F55689 | Disabled statesSecondary iconsMuted text |
| 500 | F226 #F22667 | Primary brand colorCTAsActive elementsLinks |
| 600 | D40C #D40C4C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A90A #A90A3C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7807 #78072B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D04 #4D041B | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300311 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--rose-50: #FEF1F5;
--rose-100: #FDDDE7;
--rose-200: #FBC0D3;
--rose-300: #F990B1;
--rose-400: #F55689;
--rose-500: #F22667;
--rose-600: #D40C4C;
--rose-700: #A90A3C;
--rose-800: #78072B;
--rose-900: #4D041B;
--rose-950: #300311;
}