Cyan
#2EDEEA
CyanColor Codes
All color formats for development
HEX
#2EDEEARGB
rgb(46, 222, 234)HSL
hsl(184, 82%, 55%)OKLCH
oklch(0.823 0.133 202.2)CMYK
cmyk(80%, 5%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17D8E6
2#14C0CC
3#12A8B3
4#0F9099
5#0D7880
6#0A6066
7#08484D
8#053033
9#03181A
Tints
Lighter variations
1#43E1EC
2#58E4EE
3#6DE8F1
4#82EBF3
5#97EEF5
6#ABF2F7
7#C0F5F9
8#D5F8FB
9#EAFCFD
Tones
Muted variations
1#38D6E1
2#41CDD8
3#4AC5CE
4#54BDC5
5#5DB5BB
6#67ADB2
7#70A5A8
8#799D9F
9#839496
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFA #DFFAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F5 #C3F5F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94EE #94EEF4 | BordersInactive statesPlaceholder text |
| 400 | 5DE5 #5DE5EF | Disabled statesSecondary iconsMuted text |
| 500 | 2EDE #2EDEEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14C0 #14C0CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1099 #1099A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B6D #0B6D74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0746 #07464A | Primary textHigh emphasis contentDark headings |
| 950 | 052C #052C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFE;
--cyan-100: #DFFAFC;
--cyan-200: #C3F5F9;
--cyan-300: #94EEF4;
--cyan-400: #5DE5EF;
--cyan-500: #2EDEEA;
--cyan-600: #14C0CC;
--cyan-700: #1099A2;
--cyan-800: #0B6D74;
--cyan-900: #07464A;
--cyan-950: #052C2E;
}