Cyan
#12CEBF
CyanColor Codes
All color formats for development
HEX
#12CEBFRGB
rgb(18, 206, 191)HSL
hsl(175, 84%, 44%)OKLCH
oklch(0.767 0.133 185.5)CMYK
cmyk(91%, 0%, 7%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10BAAC
2#0EA599
3#0D9186
4#0B7C72
5#09675F
6#07534C
7#053E39
8#042926
9#021513
Tints
Lighter variations
1#14E9D7
2#2DEDDD
3#47EFE1
4#61F1E5
5#7CF4EA
6#96F6EE
7#B0F8F2
8#CAFAF6
9#E5FDFB
Tones
Muted variations
1#1BC5B7
2#25BCAF
3#2EB2A7
4#38A99F
5#419F97
6#4B9690
7#548C88
8#5D8380
9#677A78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6ED | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1E4 | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CEBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA498 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A756C | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B45 | 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: #F1FEFD;
--cyan-100: #DEFCFA;
--cyan-200: #C2FAF5;
--cyan-300: #93F6ED;
--cyan-400: #5BF1E4;
--cyan-500: #2CEDDD;
--cyan-600: #12CEBF;
--cyan-700: #0EA498;
--cyan-800: #0A756C;
--cyan-900: #074B45;
--cyan-950: #042F2B;
}