Cyan
#12CECE
CyanColor Codes
All color formats for development
HEX
#12CECERGB
rgb(18, 206, 206)HSL
hsl(180, 84%, 44%)OKLCH
oklch(0.772 0.13 194.8)CMYK
cmyk(91%, 0%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10BABA
2#0EA5A5
3#0D9191
4#0B7C7C
5#096767
6#075353
7#053E3E
8#042929
9#021515
Tints
Lighter variations
1#14E9E9
2#2DEDED
3#47EFEF
4#61F1F1
5#7CF4F4
6#96F6F6
7#B0F8F8
8#CAFAFA
9#E5FDFD
Tones
Muted variations
1#1BC5C5
2#25BCBC
3#2EB2B2
4#38A9A9
5#419F9F
6#4B9696
7#548C8C
8#5D8383
9#677A7A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6F6 | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CECE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA4A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B4B | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFE;
--cyan-100: #DEFCFC;
--cyan-200: #C2FAFA;
--cyan-300: #93F6F6;
--cyan-400: #5BF1F1;
--cyan-500: #2CEDED;
--cyan-600: #12CECE;
--cyan-700: #0EA4A4;
--cyan-800: #0A7575;
--cyan-900: #074B4B;
--cyan-950: #042F2F;
}