Cyan
#15CBBF
CyanColor Codes
All color formats for development
HEX
#15CBBFRGB
rgb(21, 203, 191)HSL
hsl(176, 81%, 44%)OKLCH
oklch(0.76 0.13 187.2)CMYK
cmyk(90%, 0%, 6%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13B7AC
2#11A299
3#0F8E86
4#0D7A73
5#0B665F
6#09514C
7#063D39
8#042926
9#021413
Tints
Lighter variations
1#18E5D7
2#30E9DD
3#4AECE1
4#64EFE5
5#7EF1EA
6#98F4EE
7#B1F7F2
8#CBFAF6
9#E5FCFB
Tones
Muted variations
1#1EC2B7
2#27B9AF
3#31B0A7
4#3AA79F
5#439E98
6#4C9590
7#558B88
8#5E8280
9#677978
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4EE | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEE4 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A298 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C736D | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A45 | 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: #DFFCFA;
--cyan-200: #C3F9F5;
--cyan-300: #95F4EE;
--cyan-400: #5DEEE4;
--cyan-500: #2FE9DD;
--cyan-600: #15CBBF;
--cyan-700: #11A298;
--cyan-800: #0C736D;
--cyan-900: #084A45;
--cyan-950: #052E2B;
}