Rose
#F62369
PinkColor Codes
All color formats for development
HEX
#F62369RGB
rgb(246, 35, 105)HSL
hsl(340, 92%, 55%)OKLCH
oklch(0.633 0.238 9.8)CMYK
cmyk(0%, 86%, 57%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F20A58
2#D7094E
3#BC0844
4#A2073A
5#870631
6#6C0427
7#51031D
8#360213
9#1B010A
Tints
Lighter variations
1#F73978
2#F84F87
3#F96596
4#F97BA5
5#FA91B4
6#FBA7C3
7#FCBDD2
8#FDD3E1
9#FEE9F0
Tones
Muted variations
1#EB2D6D
2#E13870
3#D64274
4#CC4D77
5#C1577B
6#B6627E
7#AC6D82
8#A17785
9#978289
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFD4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EB2 | BordersInactive statesPlaceholder text |
| 400 | F854 #F8548A | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F62369 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D7094E | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB073E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A052C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E031C | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310212 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--rose-50: #FEF0F5;
--rose-100: #FEDDE8;
--rose-200: #FCBFD4;
--rose-300: #FA8EB2;
--rose-400: #F8548A;
--rose-500: #F62369;
--rose-600: #D7094E;
--rose-700: #AB073E;
--rose-800: #7A052C;
--rose-900: #4E031C;
--rose-950: #310212;
}