Cyan
#0DD3D3
CyanColor Codes
All color formats for development
HEX
#0DD3D3RGB
rgb(13, 211, 211)HSL
hsl(180, 88%, 44%)OKLCH
oklch(0.785 0.133 194.8)CMYK
cmyk(94%, 0%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0CBEBE
2#0BA9A9
3#099494
4#087F7F
5#076969
6#055454
7#043F3F
8#032A2A
9#011515
Tints
Lighter variations
1#0FEEEE
2#28F1F1
3#43F3F3
4#5EF5F5
5#79F6F6
6#94F8F8
7#AEFAFA
8#C9FCFC
9#E4FDFD
Tones
Muted variations
1#17C9C9
2#21BFBF
3#2BB5B5
4#35ABAB
5#3FA2A2
6#499898
7#538E8E
8#5C8484
9#667A7A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8F8 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA8A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D4D | 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: #DDFDFD;
--cyan-200: #C1FBFB;
--cyan-300: #91F8F8;
--cyan-400: #57F4F4;
--cyan-500: #27F1F1;
--cyan-600: #0DD3D3;
--cyan-700: #0BA8A8;
--cyan-800: #087878;
--cyan-900: #054D4D;
--cyan-950: #033030;
}