Cyan

#1AFFB2

Green

Color Codes

All color formats for development

HEX
#1AFFB2
RGB
rgb(26, 255, 178)
HSL
hsl(160, 100%, 55%)
OKLCH
oklch(0.885 0.191 162.1)
CMYK
cmyk(90%, 0%, 30%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.31:1

AA AAA

On Black Background

15.99:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DBFF
200
#BDFF
300
#8AFF
400
#4DFF
500
#1AFF
600
#00E0
700
#00B3
800
#0080
900
#0052
950
#0033

Shades

Darker variations

1#00FCA8
2#00E096
3#00C483
4#00A870
5#008C5E
6#00704B
7#005438
8#003825
9#001C13

Tints

Lighter variations

1#30FFBA
2#47FFC2
3#5EFFC9
4#75FFD1
5#8CFFD9
6#A3FFE0
7#BAFFE8
8#D1FFF0
9#E8FFF7

Tones

Muted variations

1#25F4AF
2#30E8AB
3#3CDDA7
4#47D1A3
5#53C69F
6#5EBA9C
7#6AAF98
8#75A394
9#819890

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFA
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFF3
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFE9
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFD8
BordersInactive statesPlaceholder text
400
4DFF
#4DFFC3
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFFB2
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E096
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B377
Active/pressed statesDark mode accentsSecondary text
800
0080
#008055
Text on light backgroundsHeadingsStrong borders
900
0052
#005236
Primary textHigh emphasis contentDark headings
950
0033
#003322
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FFFA;
  --cyan-100: #DBFFF3;
  --cyan-200: #BDFFE9;
  --cyan-300: #8AFFD8;
  --cyan-400: #4DFFC3;
  --cyan-500: #1AFFB2;
  --cyan-600: #00E096;
  --cyan-700: #00B377;
  --cyan-800: #008055;
  --cyan-900: #005236;
  --cyan-950: #003322;
}
Generate More ShadesCreate PaletteConvert Color