Cyan
#14CCC9
CyanColor Codes
All color formats for development
HEX
#14CCC9RGB
rgb(20, 204, 201)HSL
hsl(179, 82%, 44%)OKLCH
oklch(0.765 0.129 192.9)CMYK
cmyk(90%, 0%, 1%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12B8B5
2#10A3A1
3#0E8F8D
4#0C7B79
5#0A6665
6#085250
7#063D3C
8#042928
9#021414
Tints
Lighter variations
1#17E6E3
2#2FEAE7
3#49EDEA
4#63F0ED
5#7DF2F0
6#97F5F3
7#B1F7F6
8#CBFAF9
9#E5FCFC
Tones
Muted variations
1#1DC3C0
2#27BAB7
3#30B1AE
4#39A7A6
5#429E9D
6#4B9594
7#558C8B
8#5E8382
9#677979
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4F3 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFEC | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A2A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7472 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A49 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFD;
--cyan-100: #DFFCFB;
--cyan-200: #C3F9F8;
--cyan-300: #94F4F3;
--cyan-400: #5DEFEC;
--cyan-500: #2EEAE7;
--cyan-600: #14CCC9;
--cyan-700: #10A2A0;
--cyan-800: #0B7472;
--cyan-900: #074A49;
--cyan-950: #052E2E;
}