Cyan
#2EDBEA
CyanColor Codes
All color formats for development
HEX
#2EDBEARGB
rgb(46, 219, 234)HSL
hsl(185, 82%, 55%)OKLCH
oklch(0.816 0.132 204.2)CMYK
cmyk(80%, 6%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17D4E6
2#14BDCC
3#12A5B3
4#0F8E99
5#0D7680
6#0A5E66
7#08474D
8#052F33
9#03181A
Tints
Lighter variations
1#43DEEC
2#58E2EE
3#6DE6F1
4#82E9F3
5#97EDF5
6#ABF0F7
7#C0F4F9
8#D5F8FB
9#EAFBFD
Tones
Muted variations
1#38D3E1
2#41CBD8
3#4AC3CE
4#54BBC5
5#5DB3BB
6#67ACB2
7#70A4A8
8#799C9F
9#839496
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF9 #DFF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F5 #C3F5F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94EC #94ECF4 | BordersInactive statesPlaceholder text |
| 400 | 5DE3 #5DE3EF | Disabled statesSecondary iconsMuted text |
| 500 | 2EDB #2EDBEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14BD #14BDCC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1096 #1096A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B6B #0B6B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0745 #07454A | Primary textHigh emphasis contentDark headings |
| 950 | 052B #052B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFE;
--cyan-100: #DFF9FC;
--cyan-200: #C3F5F9;
--cyan-300: #94ECF4;
--cyan-400: #5DE3EF;
--cyan-500: #2EDBEA;
--cyan-600: #14BDCC;
--cyan-700: #1096A2;
--cyan-800: #0B6B74;
--cyan-900: #07454A;
--cyan-950: #052B2E;
}