Cyan

#1FCEF9

Cyan

Color Codes

All color formats for development

HEX
#1FCEF9
RGB
rgb(31, 206, 249)
HSL
hsl(192, 95%, 55%)
OKLCH
oklch(0.79 0.14 220.8)
CMYK
cmyk(88%, 17%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.87:1

AA AAA

On Black Background

11.25:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FC
100
#DCF7
200
#BEF1
300
#8DE6
400
#51D9
500
#1FCE
600
#06B0
700
#048C
800
#0364
900
#0240
950
#0128

Shades

Darker variations

1#06C6F6
2#06B0DB
3#059ABF
4#0484A4
5#046E89
6#03586D
7#024252
8#012C37
9#01161B

Tints

Lighter variations

1#36D3FA
2#4CD8FA
3#62DCFB
4#79E1FC
5#8FE6FC
6#A5EBFD
7#BCF0FD
8#D2F5FE
9#E9FAFE

Tones

Muted variations

1#2AC7EE
2#35C1E3
3#40BAD9
4#4BB3CE
5#56ADC3
6#61A6B8
7#6CA0AD
8#7699A2
9#819397

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FC
#F0FCFF
BackgroundsSubtle highlightsCard backgrounds
100
DCF7
#DCF7FE
Light backgroundsTable row hoverSkeleton loading
200
BEF1
#BEF1FD
Secondary backgroundsInput backgroundsDividers
300
8DE6
#8DE6FC
BordersInactive statesPlaceholder text
400
51D9
#51D9FB
Disabled statesSecondary iconsMuted text
500
1FCE
#1FCEF9
Primary brand colorCTAsActive elementsLinks
600
06B0
#06B0DB
Hover statesFocus ringsPrimary buttons hover
700
048C
#048CAE
Active/pressed statesDark mode accentsSecondary text
800
0364
#03647C
Text on light backgroundsHeadingsStrong borders
900
0240
#024050
Primary textHigh emphasis contentDark headings
950
0128
#012832
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FCFF;
  --cyan-100: #DCF7FE;
  --cyan-200: #BEF1FD;
  --cyan-300: #8DE6FC;
  --cyan-400: #51D9FB;
  --cyan-500: #1FCEF9;
  --cyan-600: #06B0DB;
  --cyan-700: #048CAE;
  --cyan-800: #03647C;
  --cyan-900: #024050;
  --cyan-950: #012832;
}
Generate More ShadesCreate PaletteConvert Color