Cyan
#0BD5B7
CyanColor Codes
All color formats for development
HEX
#0BD5B7RGB
rgb(11, 213, 183)HSL
hsl(171, 90%, 44%)OKLCH
oklch(0.781 0.143 177.6)CMYK
cmyk(95%, 0%, 14%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0AC0A5
2#09AB92
3#089580
4#07806E
5#066B5B
6#045549
7#034037
8#022B25
9#011512
Tints
Lighter variations
1#0DF0CE
2#26F4D5
3#41F5DA
4#5CF6DF
5#77F8E5
6#92F9EA
7#AEFBEF
8#C9FCF4
9#E4FEFA
Tones
Muted variations
1#15CBB0
2#1FC1A9
3#2AB7A2
4#34AD9B
5#3EA394
6#48998C
7#528E85
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 #C0FCF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9E9 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6DE | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067968 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E43 | 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: #DDFDF8;
--cyan-200: #C0FCF3;
--cyan-300: #90F9E9;
--cyan-400: #55F6DE;
--cyan-500: #25F4D5;
--cyan-600: #0BD5B7;
--cyan-700: #09AA91;
--cyan-800: #067968;
--cyan-900: #044E43;
--cyan-950: #03302A;
}