Cyan
#14CCC3
CyanColor Codes
All color formats for development
HEX
#14CCC3RGB
rgb(20, 204, 195)HSL
hsl(177, 82%, 44%)OKLCH
oklch(0.763 0.13 189.1)CMYK
cmyk(90%, 0%, 4%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12B8B0
2#10A39C
3#0E8F89
4#0C7B75
5#0A6662
6#08524E
7#063D3B
8#042927
9#021414
Tints
Lighter variations
1#17E6DC
2#2FEAE1
3#49EDE5
4#63F0E9
5#7DF2EC
6#97F5F0
7#B1F7F4
8#CBFAF8
9#E5FCFB
Tones
Muted variations
1#1DC3BB
2#27BAB2
3#30B1AA
4#39A7A2
5#429E9A
6#4B9591
7#558C89
8#5E8381
9#677978
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4F0 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFE8 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAE1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCC3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A29B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B746F | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A47 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFD;
--cyan-100: #DFFCFA;
--cyan-200: #C3F9F6;
--cyan-300: #94F4F0;
--cyan-400: #5DEFE8;
--cyan-500: #2EEAE1;
--cyan-600: #14CCC3;
--cyan-700: #10A29B;
--cyan-800: #0B746F;
--cyan-900: #074A47;
--cyan-950: #052E2C;
}