Cyan
#0FD2D2
CyanColor Codes
All color formats for development
HEX
#0FD2D2RGB
rgb(15, 210, 210)HSL
hsl(180, 87%, 44%)OKLCH
oklch(0.783 0.132 194.8)CMYK
cmyk(93%, 0%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0DBDBD
2#0CA8A8
3#0A9393
4#097E7E
5#076969
6#065454
7#043F3F
8#032A2A
9#011515
Tints
Lighter variations
1#10EDED
2#29F0F0
3#44F2F2
4#5FF4F4
5#79F6F6
6#94F8F8
7#AFF9F9
8#CAFBFB
9#E4FDFD
Tones
Muted variations
1#18C8C8
2#22BEBE
3#2CB5B5
4#36ABAB
5#3FA1A1
6#499797
7#538D8D
8#5D8484
9#667A7A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F7 #91F7F7 | BordersInactive statesPlaceholder text |
| 400 | 58F3 #58F3F3 | Disabled statesSecondary iconsMuted text |
| 500 | 28F0 #28F0F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FD2 #0FD2D2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA7 #0CA7A7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0877 #087777 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054C #054C4C | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFE;
--cyan-100: #DEFDFD;
--cyan-200: #C1FBFB;
--cyan-300: #91F7F7;
--cyan-400: #58F3F3;
--cyan-500: #28F0F0;
--cyan-600: #0FD2D2;
--cyan-700: #0CA7A7;
--cyan-800: #087777;
--cyan-900: #054C4C;
--cyan-950: #033030;
}