Cyan
#14CCCC
CyanColor Codes
All color formats for development
HEX
#14CCCCRGB
rgb(20, 204, 204)HSL
hsl(180, 82%, 44%)OKLCH
oklch(0.766 0.129 194.8)CMYK
cmyk(90%, 0%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12B8B8
2#10A3A3
3#0E8F8F
4#0C7B7B
5#0A6666
6#085252
7#063D3D
8#042929
9#021414
Tints
Lighter variations
1#17E6E6
2#2FEAEA
3#49EDED
4#63F0F0
5#7DF2F2
6#97F5F5
7#B1F7F7
8#CBFAFA
9#E5FCFC
Tones
Muted variations
1#1DC3C3
2#27BABA
3#30B1B1
4#39A7A7
5#429E9E
6#4B9595
7#558C8C
8#5E8383
9#677979
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4F4 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFEF | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCCC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A2A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7474 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A4A | 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: #F1FEFE;
--cyan-100: #DFFCFC;
--cyan-200: #C3F9F9;
--cyan-300: #94F4F4;
--cyan-400: #5DEFEF;
--cyan-500: #2EEAEA;
--cyan-600: #14CCCC;
--cyan-700: #10A2A2;
--cyan-800: #0B7474;
--cyan-900: #074A4A;
--cyan-950: #052E2E;
}