Cyan
#0BC8D5
CyanColor Codes
All color formats for development
HEX
#0BC8D5RGB
rgb(11, 200, 213)HSL
hsl(184, 90%, 44%)OKLCH
oklch(0.759 0.128 203.2)CMYK
cmyk(95%, 6%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0AB4C0
2#09A0AB
3#088C95
4#077880
5#06646B
6#045055
7#033C40
8#02282B
9#011415
Tints
Lighter variations
1#0DE1F0
2#26E6F4
3#41E9F5
4#5CECF6
5#77EFF8
6#92F2F9
7#AEF6FB
8#C9F9FC
9#E4FCFE
Tones
Muted variations
1#15BFCB
2#1FB6C1
3#2AADB7
4#34A5AD
5#3E9CA3
6#489399
7#528A8E
8#5C8284
9#66797A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFB #DDFBFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F8 #C0F8FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F2 #90F2F9 | BordersInactive statesPlaceholder text |
| 400 | 55EB #55EBF6 | Disabled statesSecondary iconsMuted text |
| 500 | 25E6 #25E6F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BC8 #0BC8D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 099F #099FAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0671 #067179 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0449 #04494E | Primary textHigh emphasis contentDark headings |
| 950 | 032D #032D30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FDFE;
--cyan-100: #DDFBFD;
--cyan-200: #C0F8FC;
--cyan-300: #90F2F9;
--cyan-400: #55EBF6;
--cyan-500: #25E6F4;
--cyan-600: #0BC8D5;
--cyan-700: #099FAA;
--cyan-800: #067179;
--cyan-900: #04494E;
--cyan-950: #032D30;
}