Cyan
#1AFFB6
GreenColor Codes
All color formats for development
HEX
#1AFFB6RGB
rgb(26, 255, 182)HSL
hsl(161, 100%, 55%)OKLCH
oklch(0.886 0.188 163.3)CMYK
cmyk(90%, 0%, 29%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00FCAD
2#00E099
3#00C486
4#00A873
5#008C60
6#00704D
7#00543A
8#003826
9#001C13
Tints
Lighter variations
1#30FFBE
2#47FFC5
3#5EFFCC
4#75FFD3
5#8CFFDB
6#A3FFE2
7#BAFFE9
8#D1FFF0
9#E8FFF8
Tones
Muted variations
1#25F4B2
2#30E8AE
3#3CDDAA
4#47D1A5
5#53C6A1
6#5EBA9D
7#6AAF99
8#75A395
9#819890
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFDA | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFC6 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E099 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B37A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008057 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005238 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFA;
--cyan-100: #DBFFF4;
--cyan-200: #BDFFEA;
--cyan-300: #8AFFDA;
--cyan-400: #4DFFC6;
--cyan-500: #1AFFB6;
--cyan-600: #00E099;
--cyan-700: #00B37A;
--cyan-800: #008057;
--cyan-900: #005238;
--cyan-950: #003323;
}