Orchid
#EA62CC
PinkColor Codes
All color formats for development
HEX
#EA62CCRGB
rgb(234, 98, 204)HSL
hsl(313, 76%, 65%)OKLCH
oklch(0.7 0.205 337)CMYK
cmyk(0%, 58%, 13%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E645C3
2#E228B9
3#CC1CA6
4#AF188E
5#921477
6#75105F
7#580C47
8#3A082F
9#1D0418
Tints
Lighter variations
1#EC72D1
2#EE81D6
3#F091DB
4#F2A1E1
5#F4B0E6
6#F6C0EB
7#F9D0F0
8#FBE0F5
9#FDEFFA
Tones
Muted variations
1#E369C8
2#DC6FC4
3#D576C1
4#CE7DBD
5#C884B9
6#C18BB5
7#BA91B1
8#B398AD
9#AD9FAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198DE | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62CC | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335BE | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51BA1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1580 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A3A | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0624 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF2FB;
--orchid-100: #FBE0F5;
--orchid-200: #F7C5EC;
--orchid-300: #F198DE;
--orchid-400: #EA62CC;
--orchid-500: #E335BE;
--orchid-600: #C51BA1;
--orchid-700: #9D1580;
--orchid-800: #700F5B;
--orchid-900: #480A3A;
--orchid-950: #2D0624;
}