Cyan
#0BD5B4
CyanColor Codes
All color formats for development
HEX
#0BD5B4RGB
rgb(11, 213, 180)HSL
hsl(170, 90%, 44%)OKLCH
oklch(0.78 0.145 176)CMYK
cmyk(95%, 0%, 15%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0AC0A2
2#09AB90
3#08957E
4#07806C
5#066B5A
6#045548
7#034036
8#022B24
9#011512
Tints
Lighter variations
1#0DF0CA
2#26F4D1
3#41F5D7
4#5CF6DD
5#77F8E2
6#92F9E8
7#AEFBEE
8#C9FCF4
9#E4FEF9
Tones
Muted variations
1#15CBAD
2#1FC1A6
3#2AB79F
4#34AD99
5#3EA392
6#48998B
7#528E84
8#5C847E
9#667A77
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9E8 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6DB | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067966 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E41 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFC;
--cyan-100: #DDFDF8;
--cyan-200: #C0FCF2;
--cyan-300: #90F9E8;
--cyan-400: #55F6DB;
--cyan-500: #25F4D1;
--cyan-600: #0BD5B4;
--cyan-700: #09AA8F;
--cyan-800: #067966;
--cyan-900: #044E41;
--cyan-950: #033029;
}