Cyan
#24F5BD
GreenColor Codes
All color formats for development
HEX
#24F5BDRGB
rgb(36, 245, 189)HSL
hsl(164, 91%, 55%)OKLCH
oklch(0.864 0.17 168.1)CMYK
cmyk(85%, 0%, 23%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0BF1B4
2#0AD6A0
3#09BC8C
4#08A178
5#068664
6#056B50
7#04503C
8#033628
9#011B14
Tints
Lighter variations
1#3AF6C4
2#50F7CA
3#66F8D1
4#7BF9D7
5#91FADE
6#A7FBE5
7#BDFCEB
8#D3FDF2
9#E9FEF8
Tones
Muted variations
1#2EEAB8
2#39E0B3
3#43D5AE
4#4ECBA9
5#58C0A5
6#62B6A0
7#6DAC9B
8#77A196
9#829791
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCEC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFADD | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7CC | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5BD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E3A | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFB;
--cyan-100: #DDFDF5;
--cyan-200: #C0FCEC;
--cyan-300: #8FFADD;
--cyan-400: #55F7CC;
--cyan-500: #24F5BD;
--cyan-600: #0AD6A0;
--cyan-700: #08AA7F;
--cyan-800: #067A5B;
--cyan-900: #044E3A;
--cyan-950: #023124;
}