Cyan

#1DDEFC

Cyan

Color Codes

All color formats for development

HEX
#1DDEFC
RGB
rgb(29, 222, 252)
HSL
hsl(188, 97%, 55%)
OKLCH
oklch(0.828 0.141 212.3)
CMYK
cmyk(88%, 12%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.63:1

AA AAA

On Black Background

12.91:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FD
100
#DCFA
200
#BEF5
300
#8BEE
400
#4FE5
500
#1DDE
600
#03C0
700
#0399
800
#026D
900
#0146
950
#012C

Shades

Darker variations

1#04D8F9
2#03C0DD
3#03A8C1
4#0390A6
5#02788A
6#02606F
7#014853
8#013037
9#00181C

Tints

Lighter variations

1#34E1FC
2#4AE5FC
3#61E8FD
4#77EBFD
5#8EEEFD
6#A5F2FE
7#BBF5FE
8#D2F8FE
9#E8FCFF

Tones

Muted variations

1#28D6F0
2#33CEE5
3#3EC5DA
4#49BDCF
5#55B5C4
6#60ADB9
7#6BA5AE
8#769DA3
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
#BEF5FE
Secondary backgroundsInput backgroundsDividers
300
8BEE
#8BEEFD
BordersInactive statesPlaceholder text
400
4FE5
#4FE5FC
Disabled statesSecondary iconsMuted text
500
1DDE
#1DDEFC
Primary brand colorCTAsActive elementsLinks
600
03C0
#03C0DD
Hover statesFocus ringsPrimary buttons hover
700
0399
#0399B0
Active/pressed statesDark mode accentsSecondary text
800
026D
#026D7E
Text on light backgroundsHeadingsStrong borders
900
0146
#014650
Primary textHigh emphasis contentDark headings
950
012C
#012C32
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FDFF;
  --cyan-100: #DCFAFE;
  --cyan-200: #BEF5FE;
  --cyan-300: #8BEEFD;
  --cyan-400: #4FE5FC;
  --cyan-500: #1DDEFC;
  --cyan-600: #03C0DD;
  --cyan-700: #0399B0;
  --cyan-800: #026D7E;
  --cyan-900: #014650;
  --cyan-950: #012C32;
}
Generate More ShadesCreate PaletteConvert Color