Cyan
#0AD6B8
CyanColor Codes
All color formats for development
HEX
#0AD6B8RGB
rgb(10, 214, 184)HSL
hsl(171, 91%, 44%)OKLCH
oklch(0.784 0.144 177.6)CMYK
cmyk(95%, 0%, 14%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09C1A5
2#08AB93
3#079681
4#06816E
5#056B5C
6#045649
7#034037
8#022B25
9#011512
Tints
Lighter variations
1#0BF2CF
2#25F5D6
3#40F6DB
4#5BF7E0
5#77F9E5
6#92FAEA
7#ADFBEF
8#C8FCF5
9#E4FEFA
Tones
Muted variations
1#14CCB1
2#1FC2A9
3#29B8A2
4#33AD9B
5#3DA394
6#47998D
7#528F86
8#5C857E
9#667A77
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAEA | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7DF | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E43 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFC;
--cyan-100: #DDFDF9;
--cyan-200: #C0FCF3;
--cyan-300: #8FFAEA;
--cyan-400: #55F7DF;
--cyan-500: #24F5D5;
--cyan-600: #0AD6B8;
--cyan-700: #08AA92;
--cyan-800: #067A68;
--cyan-900: #044E43;
--cyan-950: #02312A;
}