Orchid
#D235E3
PinkColor Codes
All color formats for development
HEX
#D235E3RGB
rgb(210, 53, 227)HSL
hsl(294, 76%, 55%)OKLCH
oklch(0.637 0.264 323.6)CMYK
cmyk(7%, 77%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CB1EDE
2#B41BC5
3#9E18AD
4#871494
5#71117B
6#5A0D63
7#440A4A
8#2D0731
9#170319
Tints
Lighter variations
1#D749E6
2#DB5DE9
3#E072EC
4#E486EE
5#E99AF1
6#EDAEF4
7#F2C2F7
8#F6D7F9
9#FBEBFC
Tones
Muted variations
1#CB3EDB
2#C446D2
3#BD4FC9
4#B658C1
5#AF61B8
6#A869AF
7#A172A6
8#9A7B9E
9#938495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF2 #FCF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8E0 #F8E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C5 #F2C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E898 #E898F1 | BordersInactive statesPlaceholder text |
| 400 | DC62 #DC62EA | Disabled statesSecondary iconsMuted text |
| 500 | D235 #D235E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | B41B #B41BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9015 #90159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 670F #670F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 420A #420A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2906 #29062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF2FD;
--orchid-100: #F8E0FB;
--orchid-200: #F2C5F7;
--orchid-300: #E898F1;
--orchid-400: #DC62EA;
--orchid-500: #D235E3;
--orchid-600: #B41BC5;
--orchid-700: #90159D;
--orchid-800: #670F70;
--orchid-900: #420A48;
--orchid-950: #29062D;
}