Cyan
#2CE0ED
CyanColor Codes
All color formats for development
HEX
#2CE0EDRGB
rgb(44, 224, 237)HSL
hsl(184, 84%, 55%)OKLCH
oklch(0.829 0.134 202.7)CMYK
cmyk(81%, 5%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14DAE8
2#12C2CE
3#10AAB5
4#0D919B
5#0B7981
6#096167
7#07494D
8#043034
9#02181A
Tints
Lighter variations
1#41E3EE
2#56E6F0
3#6BE9F2
4#80ECF4
5#95EFF6
6#ABF3F8
7#C0F6F9
8#D5F9FB
9#EAFCFD
Tones
Muted variations
1#35D7E3
2#3FCFD9
3#49C7D0
4#52BEC6
5#5CB6BC
6#66AEB3
7#6FA5A9
8#799DA0
9#839596
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFA #DEFAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F6 #C2F6FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93EF #93EFF6 | BordersInactive statesPlaceholder text |
| 400 | 5BE7 #5BE7F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CE0 #2CE0ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12C2 #12C2CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E9A #0E9AA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A6E #0A6E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0747 #07474B | Primary textHigh emphasis contentDark headings |
| 950 | 042C #042C2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFE;
--cyan-100: #DEFAFC;
--cyan-200: #C2F6FA;
--cyan-300: #93EFF6;
--cyan-400: #5BE7F1;
--cyan-500: #2CE0ED;
--cyan-600: #12C2CE;
--cyan-700: #0E9AA4;
--cyan-800: #0A6E75;
--cyan-900: #07474B;
--cyan-950: #042C2F;
}