Cyan

#1FDCF9

Cyan

Color Codes

All color formats for development

HEX
#1FDCF9
RGB
rgb(31, 220, 249)
HSL
hsl(188, 95%, 55%)
OKLCH
oklch(0.822 0.139 211.9)
CMYK
cmyk(88%, 12%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.66:1

AA AAA

On Black Background

12.66:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FD
100
#DCFA
200
#BEF5
300
#8DED
400
#51E4
500
#1FDC
600
#06BE
700
#0497
800
#036C
900
#0245
950
#012B

Shades

Darker variations

1#06D6F6
2#06BEDB
3#05A7BF
4#048FA4
5#047789
6#035F6D
7#024752
8#013037
9#01181B

Tints

Lighter variations

1#36E0FA
2#4CE3FA
3#62E7FB
4#79EAFC
5#8FEEFC
6#A5F1FD
7#BCF5FD
8#D2F8FE
9#E9FCFE

Tones

Muted variations

1#2AD4EE
2#35CCE3
3#40C4D9
4#4BBCCE
5#56B4C3
6#61ACB8
7#6CA4AD
8#769CA2
9#819497

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FD
#F0FDFF
BackgroundsSubtle highlightsCard backgrounds
100
DCFA
#DCFAFE
Light backgroundsTable row hoverSkeleton loading
200
BEF5
#BEF5FD
Secondary backgroundsInput backgroundsDividers
300
8DED
#8DEDFC
BordersInactive statesPlaceholder text
400
51E4
#51E4FB
Disabled statesSecondary iconsMuted text
500
1FDC
#1FDCF9
Primary brand colorCTAsActive elementsLinks
600
06BE
#06BEDB
Hover statesFocus ringsPrimary buttons hover
700
0497
#0497AE
Active/pressed statesDark mode accentsSecondary text
800
036C
#036C7C
Text on light backgroundsHeadingsStrong borders
900
0245
#024550
Primary textHigh emphasis contentDark headings
950
012B
#012B32
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FDFF;
  --cyan-100: #DCFAFE;
  --cyan-200: #BEF5FD;
  --cyan-300: #8DEDFC;
  --cyan-400: #51E4FB;
  --cyan-500: #1FDCF9;
  --cyan-600: #06BEDB;
  --cyan-700: #0497AE;
  --cyan-800: #036C7C;
  --cyan-900: #024550;
  --cyan-950: #012B32;
}
Generate More ShadesCreate PaletteConvert Color