Cyan
#15CBC2
CyanColor Codes
All color formats for development
HEX
#15CBC2RGB
rgb(21, 203, 194)HSL
hsl(177, 81%, 44%)OKLCH
oklch(0.761 0.129 189.1)CMYK
cmyk(90%, 0%, 4%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13B7AF
2#11A29B
3#0F8E88
4#0D7A74
5#0B6661
6#09514E
7#063D3A
8#042927
9#021413
Tints
Lighter variations
1#18E5DB
2#30E9E0
3#4AECE4
4#64EFE8
5#7EF1EC
6#98F4F0
7#B1F7F3
8#CBFAF7
9#E5FCFB
Tones
Muted variations
1#1EC2BA
2#27B9B2
3#31B0A9
4#3AA7A1
5#439E99
6#4C9591
7#558B89
8#5E8281
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 #C3F9F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4EF | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEE7 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A29A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C736E | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A47 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFD;
--cyan-100: #DFFCFA;
--cyan-200: #C3F9F6;
--cyan-300: #95F4EF;
--cyan-400: #5DEEE7;
--cyan-500: #2FE9E0;
--cyan-600: #15CBC2;
--cyan-700: #11A29A;
--cyan-800: #0C736E;
--cyan-900: #084A47;
--cyan-950: #052E2C;
}