Cyan

#27F1BB

Green

Color Codes

All color formats for development

HEX
#27F1BB
RGB
rgb(39, 241, 187)
HSL
hsl(164, 88%, 55%)
OKLCH
oklch(0.854 0.166 168.4)
CMYK
cmyk(84%, 0%, 22%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.46:1

AA AAA

On Black Background

14.39:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DDFD
200
#C1FB
300
#91F8
400
#57F4
500
#27F1
600
#0DD3
700
#0BA8
800
#0878
900
#054D
950
#0330

Shades

Darker variations

1#0FEDB2
2#0DD39E
3#0CB98A
4#0A9E77
5#088463
6#07694F
7#054F3B
8#033528
9#021A14

Tints

Lighter variations

1#3DF3C2
2#52F4C9
3#68F5D0
4#7EF7D6
5#93F8DD
6#A9F9E4
7#BEFBEB
8#D4FCF1
9#E9FEF8

Tones

Muted variations

1#31E7B7
2#3BDDB2
3#46D3AD
4#50C9A9
5#5ABFA4
6#64B59F
7#6EAB9A
8#78A096
9#829691

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFA
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDF4
Light backgroundsTable row hoverSkeleton loading
200
C1FB
#C1FBEB
Secondary backgroundsInput backgroundsDividers
300
91F8
#91F8DC
BordersInactive statesPlaceholder text
400
57F4
#57F4CA
Disabled statesSecondary iconsMuted text
500
27F1
#27F1BB
Primary brand colorCTAsActive elementsLinks
600
0DD3
#0DD39E
Hover statesFocus ringsPrimary buttons hover
700
0BA8
#0BA87E
Active/pressed statesDark mode accentsSecondary text
800
0878
#08785A
Text on light backgroundsHeadingsStrong borders
900
054D
#054D3A
Primary textHigh emphasis contentDark headings
950
0330
#033024
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F1FEFA;
  --cyan-100: #DDFDF4;
  --cyan-200: #C1FBEB;
  --cyan-300: #91F8DC;
  --cyan-400: #57F4CA;
  --cyan-500: #27F1BB;
  --cyan-600: #0DD39E;
  --cyan-700: #0BA87E;
  --cyan-800: #08785A;
  --cyan-900: #054D3A;
  --cyan-950: #033024;
}
Generate More ShadesCreate PaletteConvert Color