Cyan
#12CEB8
CyanColor Codes
All color formats for development
HEX
#12CEB8RGB
rgb(18, 206, 184)HSL
hsl(173, 84%, 44%)OKLCH
oklch(0.765 0.135 181.4)CMYK
cmyk(91%, 0%, 11%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10BAA6
2#0EA594
3#0D9181
4#0B7C6F
5#09675C
6#07534A
7#053E37
8#042925
9#021512
Tints
Lighter variations
1#14E9D0
2#2DEDD6
3#47EFDB
4#61F1E0
5#7CF4E6
6#96F6EB
7#B0F8F0
8#CAFAF5
9#E5FDFA
Tones
Muted variations
1#1BC5B1
2#25BCAA
3#2EB2A3
4#38A99C
5#419F94
6#4B968D
7#548C86
8#5D837F
9#677A77
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 #C2FAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6EA | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1DF | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CEB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA493 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7569 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B43 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFC;
--cyan-100: #DEFCF9;
--cyan-200: #C2FAF3;
--cyan-300: #93F6EA;
--cyan-400: #5BF1DF;
--cyan-500: #2CEDD6;
--cyan-600: #12CEB8;
--cyan-700: #0EA493;
--cyan-800: #0A7569;
--cyan-900: #074B43;
--cyan-950: #042F2A;
}