Cyan

#27F1BF

Cyan

Color Codes

All color formats for development

HEX
#27F1BF
RGB
rgb(39, 241, 191)
HSL
hsl(165, 88%, 55%)
OKLCH
oklch(0.855 0.163 170)
CMYK
cmyk(84%, 0%, 21%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.46:1

AA AAA

On Black Background

14.42: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#0FEDB6
2#0DD3A2
3#0CB98D
4#0A9E79
5#088465
6#076951
7#054F3D
8#033528
9#021A14

Tints

Lighter variations

1#3DF3C5
2#52F4CC
3#68F5D2
4#7EF7D8
5#93F8DF
6#A9F9E5
7#BEFBEC
8#D4FCF2
9#E9FEF9

Tones

Muted variations

1#31E7BA
2#3BDDB5
3#46D3B0
4#50C9AB
5#5ABFA5
6#64B5A0
7#6EAB9B
8#78A096
9#829691

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFB
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDF5
Light backgroundsTable row hoverSkeleton loading
200
C1FB
#C1FBEC
Secondary backgroundsInput backgroundsDividers
300
91F8
#91F8DE
BordersInactive statesPlaceholder text
400
57F4
#57F4CD
Disabled statesSecondary iconsMuted text
500
27F1
#27F1BF
Primary brand colorCTAsActive elementsLinks
600
0DD3
#0DD3A2
Hover statesFocus ringsPrimary buttons hover
700
0BA8
#0BA881
Active/pressed statesDark mode accentsSecondary text
800
0878
#08785C
Text on light backgroundsHeadingsStrong borders
900
054D
#054D3B
Primary textHigh emphasis contentDark headings
950
0330
#033025
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F1FEFB;
  --cyan-100: #DDFDF5;
  --cyan-200: #C1FBEC;
  --cyan-300: #91F8DE;
  --cyan-400: #57F4CD;
  --cyan-500: #27F1BF;
  --cyan-600: #0DD3A2;
  --cyan-700: #0BA881;
  --cyan-800: #08785C;
  --cyan-900: #054D3B;
  --cyan-950: #033025;
}
Generate More ShadesCreate PaletteConvert Color