Cyan
#0BD5BA
CyanColor Codes
All color formats for development
HEX
#0BD5BARGB
rgb(11, 213, 186)HSL
hsl(172, 90%, 44%)OKLCH
oklch(0.782 0.142 179.1)CMYK
cmyk(95%, 0%, 13%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0AC0A8
2#09AB95
3#089582
4#078070
5#066B5D
6#04554B
7#034038
8#022B25
9#011513
Tints
Lighter variations
1#0DF0D2
2#26F4D8
3#41F5DD
4#5CF6E2
5#77F8E7
6#92F9EC
7#AEFBF0
8#C9FCF5
9#E4FEFA
Tones
Muted variations
1#15CBB3
2#1FC1AB
3#2AB7A4
4#34AD9D
5#3EA395
6#48998E
7#528E86
8#5C847F
9#667A78
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 #C0FCF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9EB | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6E1 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #06796A | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E44 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFC;
--cyan-100: #DDFDF9;
--cyan-200: #C0FCF4;
--cyan-300: #90F9EB;
--cyan-400: #55F6E1;
--cyan-500: #25F4D8;
--cyan-600: #0BD5BA;
--cyan-700: #09AA94;
--cyan-800: #06796A;
--cyan-900: #044E44;
--cyan-950: #03302A;
}