Cyan
#12CECB
CyanColor Codes
All color formats for development
HEX
#12CECBRGB
rgb(18, 206, 203)HSL
hsl(179, 84%, 44%)OKLCH
oklch(0.771 0.13 192.9)CMYK
cmyk(91%, 0%, 1%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10BAB7
2#0EA5A3
3#0D918E
4#0B7C7A
5#096766
6#075351
7#053E3D
8#042929
9#021514
Tints
Lighter variations
1#14E9E5
2#2DEDEA
3#47EFEC
4#61F1EF
5#7CF4F2
6#96F6F4
7#B0F8F7
8#CAFAFA
9#E5FDFC
Tones
Muted variations
1#1BC5C2
2#25BCB9
3#2EB2B0
4#38A9A7
5#419F9E
6#4B9695
7#548C8C
8#5D8382
9#677A79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6F4 | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1EE | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CECB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA4A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7574 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B4A | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFE;
--cyan-100: #DEFCFC;
--cyan-200: #C2FAF9;
--cyan-300: #93F6F4;
--cyan-400: #5BF1EE;
--cyan-500: #2CEDE9;
--cyan-600: #12CECB;
--cyan-700: #0EA4A2;
--cyan-800: #0A7574;
--cyan-900: #074B4A;
--cyan-950: #042F2E;
}