Cyan
#0BD5C1
CyanColor Codes
All color formats for development
HEX
#0BD5C1RGB
rgb(11, 213, 193)HSL
hsl(174, 90%, 44%)OKLCH
oklch(0.784 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#0AC0AE
2#09AB9A
3#089587
4#078074
5#066B60
6#04554D
7#03403A
8#022B27
9#011513
Tints
Lighter variations
1#0DF0DA
2#26F4DF
3#41F5E3
4#5CF6E7
5#77F8EB
6#92F9EF
7#AEFBF3
8#C9FCF7
9#E4FEFB
Tones
Muted variations
1#15CBB9
2#1FC1B1
3#2AB7A9
4#34ADA1
5#3EA399
6#489991
7#528E88
8#5C8480
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 | 90F9 #90F9EF | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6E6 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #06796E | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E46 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302C | 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: #90F9EF;
--cyan-400: #55F6E6;
--cyan-500: #25F4DF;
--cyan-600: #0BD5C1;
--cyan-700: #09AA9A;
--cyan-800: #06796E;
--cyan-900: #044E46;
--cyan-950: #03302C;
}