Cyan
#2CEDED
CyanColor Codes
All color formats for development
HEX
#2CEDEDRGB
rgb(44, 237, 237)HSL
hsl(180, 84%, 55%)OKLCH
oklch(0.86 0.141 194.9)CMYK
cmyk(81%, 0%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14E8E8
2#12CECE
3#10B5B5
4#0D9B9B
5#0B8181
6#096767
7#074D4D
8#043434
9#021A1A
Tints
Lighter variations
1#41EEEE
2#56F0F0
3#6BF2F2
4#80F4F4
5#95F6F6
6#ABF8F8
7#C0F9F9
8#D5FBFB
9#EAFDFD
Tones
Muted variations
1#35E3E3
2#3FD9D9
3#49D0D0
4#52C6C6
5#5CBCBC
6#66B3B3
7#6FA9A9
8#79A0A0
9#839696
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 #C2FAFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6F6 | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CECE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA4A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B4B | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFE;
--cyan-100: #DEFCFC;
--cyan-200: #C2FAFA;
--cyan-300: #93F6F6;
--cyan-400: #5BF1F1;
--cyan-500: #2CEDED;
--cyan-600: #12CECE;
--cyan-700: #0EA4A4;
--cyan-800: #0A7575;
--cyan-900: #074B4B;
--cyan-950: #042F2F;
}