Cyan
#0AD6C2
CyanColor Codes
All color formats for development
HEX
#0AD6C2RGB
rgb(10, 214, 194)HSL
hsl(174, 91%, 44%)OKLCH
oklch(0.787 0.139 183)CMYK
cmyk(95%, 0%, 9%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09C1AE
2#08AB9B
3#079688
4#068174
5#056B61
6#04564E
7#03403A
8#022B27
9#011513
Tints
Lighter variations
1#0BF2DB
2#25F5E0
3#40F6E4
4#5BF7E8
5#77F9EC
6#92FAEF
7#ADFBF3
8#C8FCF7
9#E4FEFB
Tones
Muted variations
1#14CCBA
2#1FC2B2
3#29B8A9
4#33ADA1
5#3DA399
6#479991
7#528F89
8#5C8581
9#667A78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAEF | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7E7 | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E47 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFD;
--cyan-100: #DDFDFA;
--cyan-200: #C0FCF6;
--cyan-300: #8FFAEF;
--cyan-400: #55F7E7;
--cyan-500: #24F5E0;
--cyan-600: #0AD6C2;
--cyan-700: #08AA9A;
--cyan-800: #067A6E;
--cyan-900: #044E47;
--cyan-950: #02312C;
}