Cyan
#0AC9D6
CyanColor Codes
All color formats for development
HEX
#0AC9D6RGB
rgb(10, 201, 214)HSL
hsl(184, 91%, 44%)OKLCH
oklch(0.762 0.129 203.1)CMYK
cmyk(95%, 6%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09B5C1
2#08A1AB
3#078C96
4#067881
5#05646B
6#045056
7#033C40
8#02282B
9#011415
Tints
Lighter variations
1#0BE2F2
2#25E7F5
3#40EAF6
4#5BEDF7
5#77F0F9
6#92F3FA
7#ADF6FB
8#C8F9FC
9#E4FCFE
Tones
Muted variations
1#14C0CC
2#1FB7C2
3#29AEB8
4#33A5AD
5#3D9CA3
6#479499
7#528B8F
8#5C8285
9#66797A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFB #DDFBFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F8 #C0F8FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FF3 #8FF3FA | BordersInactive statesPlaceholder text |
| 400 | 55EC #55ECF7 | Disabled statesSecondary iconsMuted text |
| 500 | 24E7 #24E7F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AC9 #0AC9D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08A0 #08A0AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0672 #06727A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0449 #04494E | Primary textHigh emphasis contentDark headings |
| 950 | 022E #022E31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FDFE;
--cyan-100: #DDFBFD;
--cyan-200: #C0F8FC;
--cyan-300: #8FF3FA;
--cyan-400: #55ECF7;
--cyan-500: #24E7F5;
--cyan-600: #0AC9D6;
--cyan-700: #08A0AA;
--cyan-800: #06727A;
--cyan-900: #04494E;
--cyan-950: #022E31;
}