Cyan
#0FD2C2
CyanColor Codes
All color formats for development
HEX
#0FD2C2RGB
rgb(15, 210, 194)HSL
hsl(175, 87%, 44%)OKLCH
oklch(0.777 0.135 185.1)CMYK
cmyk(93%, 0%, 8%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0DBDAE
2#0CA89B
3#0A9387
4#097E74
5#076961
6#06544D
7#043F3A
8#032A27
9#011513
Tints
Lighter variations
1#10EDDA
2#29F0E0
3#44F2E4
4#5FF4E7
5#79F6EB
6#94F8EF
7#AFF9F3
8#CAFBF7
9#E4FDFB
Tones
Muted variations
1#18C8B9
2#22BEB1
3#2CB5A9
4#36ABA1
5#3FA199
6#499791
7#538D89
8#5D8480
9#667A78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F7 #91F7EF | BordersInactive statesPlaceholder text |
| 400 | 58F3 #58F3E6 | Disabled statesSecondary iconsMuted text |
| 500 | 28F0 #28F0DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FD2 #0FD2C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA7 #0CA79A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0877 #08776E | Text on light backgroundsHeadingsStrong borders |
| 900 | 054C #054C46 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFD;
--cyan-100: #DEFDFA;
--cyan-200: #C1FBF6;
--cyan-300: #91F7EF;
--cyan-400: #58F3E6;
--cyan-500: #28F0DF;
--cyan-600: #0FD2C2;
--cyan-700: #0CA79A;
--cyan-800: #08776E;
--cyan-900: #054C46;
--cyan-950: #03302C;
}