Cyan
#0BD5C4
CyanColor Codes
All color formats for development
HEX
#0BD5C4RGB
rgb(11, 213, 196)HSL
hsl(175, 90%, 44%)OKLCH
oklch(0.785 0.138 184.7)CMYK
cmyk(95%, 0%, 8%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0AC0B1
2#09AB9D
3#089589
4#078076
5#066B62
6#04554F
7#03403B
8#022B27
9#011514
Tints
Lighter variations
1#0DF0DD
2#26F4E2
3#41F5E6
4#5CF6EA
5#77F8ED
6#92F9F1
7#AEFBF4
8#C9FCF8
9#E4FEFB
Tones
Muted variations
1#15CBBC
2#1FC1B4
3#2AB7AB
4#34ADA3
5#3EA39A
6#489992
7#528E89
8#5C8481
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 #C0FCF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9F0 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6E9 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA9C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067970 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E47 | 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: #C0FCF7;
--cyan-300: #90F9F0;
--cyan-400: #55F6E9;
--cyan-500: #25F4E2;
--cyan-600: #0BD5C4;
--cyan-700: #09AA9C;
--cyan-800: #067970;
--cyan-900: #044E47;
--cyan-950: #03302D;
}