Cyan

#1AFFAB

Green

Color Codes

All color formats for development

HEX
#1AFFAB
RGB
rgb(26, 255, 171)
HSL
hsl(158, 100%, 55%)
OKLCH
oklch(0.884 0.196 160.1)
CMYK
cmyk(90%, 0%, 33%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.32:1

AA AAA

On Black Background

15.94: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#00FCA0
2#00E08E
3#00C47C
4#00A86B
5#008C59
6#007047
7#005435
8#003824
9#001C12

Tints

Lighter variations

1#30FFB3
2#47FFBC
3#5EFFC4
4#75FFCD
5#8CFFD5
6#A3FFDD
7#BAFFE6
8#D1FFEE
9#E8FFF7

Tones

Muted variations

1#25F4A8
2#30E8A5
3#3CDDA2
4#47D19F
5#53C69C
6#5EBA98
7#6AAF95
8#75A392
9#81988F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFF9
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFF2
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFE7
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFD4
BordersInactive statesPlaceholder text
400
4DFF
#4DFFBE
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFFAB
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E08E
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B371
Active/pressed statesDark mode accentsSecondary text
800
0080
#008051
Text on light backgroundsHeadingsStrong borders
900
0052
#005234
Primary textHigh emphasis contentDark headings
950
0033
#003320
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FFF9;
  --cyan-100: #DBFFF2;
  --cyan-200: #BDFFE7;
  --cyan-300: #8AFFD4;
  --cyan-400: #4DFFBE;
  --cyan-500: #1AFFAB;
  --cyan-600: #00E08E;
  --cyan-700: #00B371;
  --cyan-800: #008051;
  --cyan-900: #005234;
  --cyan-950: #003320;
}
Generate More ShadesCreate PaletteConvert Color