Cyan
#2CEDE3
CyanColor Codes
All color formats for development
HEX
#2CEDE3RGB
rgb(44, 237, 227)HSL
hsl(177, 84%, 55%)OKLCH
oklch(0.856 0.142 189.2)CMYK
cmyk(81%, 0%, 4%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14E8DE
2#12CEC5
3#10B5AC
4#0D9B94
5#0B817B
6#096763
7#074D4A
8#043431
9#021A19
Tints
Lighter variations
1#41EEE6
2#56F0E9
3#6BF2EB
4#80F4EE
5#95F6F1
6#ABF8F4
7#C0F9F7
8#D5FBF9
9#EAFDFC
Tones
Muted variations
1#35E3DA
2#3FD9D2
3#49D0C9
4#52C6C0
5#5CBCB8
6#66B3AF
7#6FA9A6
8#79A09E
9#839695
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6F1 | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1E9 | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CEC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA49D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7570 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B48 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFD;
--cyan-100: #DEFCFB;
--cyan-200: #C2FAF7;
--cyan-300: #93F6F1;
--cyan-400: #5BF1E9;
--cyan-500: #2CEDE3;
--cyan-600: #12CEC5;
--cyan-700: #0EA49D;
--cyan-800: #0A7570;
--cyan-900: #074B48;
--cyan-950: #042F2D;
}