Cyan
#12CEBC
CyanColor Codes
All color formats for development
HEX
#12CEBCRGB
rgb(18, 206, 188)HSL
hsl(174, 84%, 44%)OKLCH
oklch(0.766 0.134 183.7)CMYK
cmyk(91%, 0%, 9%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10BAA9
2#0EA596
3#0D9183
4#0B7C71
5#09675E
6#07534B
7#053E38
8#042926
9#021513
Tints
Lighter variations
1#14E9D3
2#2DEDDA
3#47EFDE
4#61F1E3
5#7CF4E8
6#96F6EC
7#B0F8F1
8#CAFAF6
9#E5FDFA
Tones
Muted variations
1#1BC5B4
2#25BCAD
3#2EB2A5
4#38A99D
5#419F96
6#4B968E
7#548C87
8#5D837F
9#677A78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6EC | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1E2 | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CEBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA495 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A756B | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B44 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFC;
--cyan-100: #DEFCF9;
--cyan-200: #C2FAF4;
--cyan-300: #93F6EC;
--cyan-400: #5BF1E2;
--cyan-500: #2CEDD9;
--cyan-600: #12CEBC;
--cyan-700: #0EA495;
--cyan-800: #0A756B;
--cyan-900: #074B44;
--cyan-950: #042F2B;
}