Cyan
#2EEACB
CyanColor Codes
All color formats for development
HEX
#2EEACBRGB
rgb(46, 234, 203)HSL
hsl(170, 82%, 55%)OKLCH
oklch(0.842 0.148 177.9)CMYK
cmyk(80%, 0%, 13%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17E6C3
2#14CCAE
3#12B398
4#0F9982
5#0D806C
6#0A6657
7#084D41
8#05332B
9#031A16
Tints
Lighter variations
1#43ECD0
2#58EED5
3#6DF1DB
4#82F3E0
5#97F5E5
6#ABF7EA
7#C0F9EF
8#D5FBF5
9#EAFDFA
Tones
Muted variations
1#38E1C5
2#41D8BE
3#4ACEB8
4#54C5B2
5#5DBBAC
6#67B2A5
7#70A89F
8#799F99
9#839693
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4E4 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFD7 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEACB | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A28A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7463 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A3F | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFC;
--cyan-100: #DFFCF7;
--cyan-200: #C3F9F0;
--cyan-300: #94F4E4;
--cyan-400: #5DEFD7;
--cyan-500: #2EEACB;
--cyan-600: #14CCAE;
--cyan-700: #10A28A;
--cyan-800: #0B7463;
--cyan-900: #074A3F;
--cyan-950: #052E27;
}