Cyan
#14C9CC
CyanColor Codes
All color formats for development
HEX
#14C9CCRGB
rgb(20, 201, 204)HSL
hsl(181, 82%, 44%)OKLCH
oklch(0.759 0.127 196.8)CMYK
cmyk(90%, 1%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12B5B8
2#10A1A3
3#0E8D8F
4#0C797B
5#0A6566
6#085052
7#063C3D
8#042829
9#021414
Tints
Lighter variations
1#17E3E6
2#2FE7EA
3#49EAED
4#63EDF0
5#7DF0F2
6#97F3F5
7#B1F6F7
8#CBF9FA
9#E5FCFC
Tones
Muted variations
1#1DC0C3
2#27B7BA
3#30AEB1
4#39A6A7
5#429D9E
6#4B9495
7#558B8C
8#5E8283
9#677979
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F3 #94F3F4 | BordersInactive statesPlaceholder text |
| 400 | 5DEC #5DECEF | Disabled statesSecondary iconsMuted text |
| 500 | 2EE7 #2EE7EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14C9 #14C9CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A0 #10A0A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B72 #0B7274 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0749 #07494A | 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: #F1FDFE;
--cyan-100: #DFFBFC;
--cyan-200: #C3F8F9;
--cyan-300: #94F3F4;
--cyan-400: #5DECEF;
--cyan-500: #2EE7EA;
--cyan-600: #14C9CC;
--cyan-700: #10A0A2;
--cyan-800: #0B7274;
--cyan-900: #07494A;
--cyan-950: #052E2E;
}