Cyan
#0BD5C8
CyanColor Codes
All color formats for development
HEX
#0BD5C8RGB
rgb(11, 213, 200)HSL
hsl(176, 90%, 44%)OKLCH
oklch(0.787 0.136 187)CMYK
cmyk(95%, 0%, 6%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0AC0B4
2#09ABA0
3#08958C
4#078078
5#066B64
6#045550
7#03403C
8#022B28
9#011514
Tints
Lighter variations
1#0DF0E1
2#26F4E6
3#41F5E9
4#5CF6EC
5#77F8EF
6#92F9F2
7#AEFBF6
8#C9FCF9
9#E4FEFC
Tones
Muted variations
1#15CBBF
2#1FC1B6
3#2AB7AD
4#34ADA5
5#3EA39C
6#489993
7#528E8A
8#5C8482
9#667A79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9F2 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6EB | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067971 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E49 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFD;
--cyan-100: #DDFDFB;
--cyan-200: #C0FCF8;
--cyan-300: #90F9F2;
--cyan-400: #55F6EB;
--cyan-500: #25F4E6;
--cyan-600: #0BD5C8;
--cyan-700: #09AA9F;
--cyan-800: #067971;
--cyan-900: #044E49;
--cyan-950: #03302D;
}