Cyan

#1AFFBA

Green

Color Codes

All color formats for development

HEX
#1AFFBA
RGB
rgb(26, 255, 186)
HSL
hsl(162, 100%, 55%)
OKLCH
oklch(0.887 0.185 164.6)
CMYK
cmyk(90%, 0%, 27%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.31:1

AA AAA

On Black Background

16.06: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#00FCB1
2#00E09D
3#00C489
4#00A876
5#008C62
6#00704F
7#00543B
8#003827
9#001C14

Tints

Lighter variations

1#30FFC1
2#47FFC8
3#5EFFCF
4#75FFD6
5#8CFFDD
6#A3FFE3
7#BAFFEA
8#D1FFF1
9#E8FFF8

Tones

Muted variations

1#25F4B6
2#30E8B1
3#3CDDAC
4#47D1A8
5#53C6A3
6#5EBA9F
7#6AAF9A
8#75A395
9#819891

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFA
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFF4
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFEB
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFDC
BordersInactive statesPlaceholder text
400
4DFF
#4DFFC9
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFFBA
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E09D
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B37D
Active/pressed statesDark mode accentsSecondary text
800
0080
#008059
Text on light backgroundsHeadingsStrong borders
900
0052
#005239
Primary textHigh emphasis contentDark headings
950
0033
#003324
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FFFA;
  --cyan-100: #DBFFF4;
  --cyan-200: #BDFFEB;
  --cyan-300: #8AFFDC;
  --cyan-400: #4DFFC9;
  --cyan-500: #1AFFBA;
  --cyan-600: #00E09D;
  --cyan-700: #00B37D;
  --cyan-800: #008059;
  --cyan-900: #005239;
  --cyan-950: #003324;
}
Generate More ShadesCreate PaletteConvert Color