Cyan
#15CBBC
CyanColor Codes
All color formats for development
HEX
#15CBBCRGB
rgb(21, 203, 188)HSL
hsl(175, 81%, 44%)OKLCH
oklch(0.759 0.131 185.4)CMYK
cmyk(90%, 0%, 7%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13B7A9
2#11A296
3#0F8E84
4#0D7A71
5#0B665E
6#09514B
7#063D38
8#042926
9#021413
Tints
Lighter variations
1#18E5D4
2#30E9DA
3#4AECDF
4#64EFE3
5#7EF1E8
6#98F4EC
7#B1F7F1
8#CBFAF6
9#E5FCFA
Tones
Muted variations
1#1EC2B4
2#27B9AD
3#31B0A5
4#3AA79E
5#439E96
6#4C958E
7#558B87
8#5E827F
9#677978
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4EC | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEE2 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A295 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C736B | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A44 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFD;
--cyan-100: #DFFCF9;
--cyan-200: #C3F9F4;
--cyan-300: #95F4EC;
--cyan-400: #5DEEE2;
--cyan-500: #2FE9DA;
--cyan-600: #15CBBC;
--cyan-700: #11A295;
--cyan-800: #0C736B;
--cyan-900: #084A44;
--cyan-950: #052E2B;
}