Cyan

#1FF9E3

Cyan

Color Codes

All color formats for development

HEX
#1FF9E3
RGB
rgb(31, 249, 227)
HSL
hsl(174, 95%, 55%)
OKLCH
oklch(0.884 0.154 183.4)
CMYK
cmyk(88%, 0%, 9%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.34:1

AA AAA

On Black Background

15.72:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DCFE
200
#BEFD
300
#8DFC
400
#51FB
500
#1FF9
600
#06DB
700
#04AE
800
#037C
900
#0250
950
#0132

Shades

Darker variations

1#06F6DE
2#06DBC5
3#05BFAD
4#04A494
5#04897B
6#036D63
7#02524A
8#013731
9#011B19

Tints

Lighter variations

1#36FAE6
2#4CFAE9
3#62FBEC
4#79FCEE
5#8FFCF1
6#A5FDF4
7#BCFDF7
8#D2FEF9
9#E9FEFC

Tones

Muted variations

1#2AEEDB
2#35E3D2
3#40D9C9
4#4BCEC1
5#56C3B8
6#61B8AF
7#6CADA6
8#76A29E
9#819795

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFD
BackgroundsSubtle highlightsCard backgrounds
100
DCFE
#DCFEFB
Light backgroundsTable row hoverSkeleton loading
200
BEFD
#BEFDF7
Secondary backgroundsInput backgroundsDividers
300
8DFC
#8DFCF1
BordersInactive statesPlaceholder text
400
51FB
#51FBEA
Disabled statesSecondary iconsMuted text
500
1FF9
#1FF9E3
Primary brand colorCTAsActive elementsLinks
600
06DB
#06DBC5
Hover statesFocus ringsPrimary buttons hover
700
04AE
#04AE9D
Active/pressed statesDark mode accentsSecondary text
800
037C
#037C70
Text on light backgroundsHeadingsStrong borders
900
0250
#025048
Primary textHigh emphasis contentDark headings
950
0132
#01322D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FFFD;
  --cyan-100: #DCFEFB;
  --cyan-200: #BEFDF7;
  --cyan-300: #8DFCF1;
  --cyan-400: #51FBEA;
  --cyan-500: #1FF9E3;
  --cyan-600: #06DBC5;
  --cyan-700: #04AE9D;
  --cyan-800: #037C70;
  --cyan-900: #025048;
  --cyan-950: #01322D;
}
Generate More ShadesCreate PaletteConvert Color