Sky Blue

#69E2E0

Cyan

Color Codes

All color formats for development

HEX
#69E2E0
RGB
rgb(105, 226, 224)
HSL
hsl(179, 68%, 65%)
OKLCH
oklch(0.843 0.109 193.8)
CMYK
cmyk(54%, 0%, 1%, 11%)

Accessibility

WCAG contrast compliance

On White Background

1.55:1

AA AAA

On Black Background

13.56:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E1F9
200
#C7F4
300
#9CEC
400
#69E2
500
#3EDA
600
#24BC
700
#1D96
800
#146B
900
#0D45
950
#082B

Shades

Darker variations

1#4DDDDB
2#31D8D5
3#25C3C0
4#20A7A5
5#1B8B89
6#156F6E
7#105452
8#0B3837
9#051C1B

Tints

Lighter variations

1#78E5E3
2#87E8E7
3#96EBEA
4#A5EEED
5#B4F1F0
6#C3F4F3
7#D2F6F6
8#E1F9F9
9#F0FCFC

Tones

Muted variations

1#6FDCDB
2#75D6D5
3#7BD0CF
4#81CAC9
5#87C4C3
6#8DBEBD
7#94B8B7
8#9AB2B1
9#A0ACAC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFC
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9F9
Light backgroundsTable row hoverSkeleton loading
200
C7F4
#C7F4F4
Secondary backgroundsInput backgroundsDividers
300
9CEC
#9CECEB
BordersInactive statesPlaceholder text
400
69E2
#69E2E0
Disabled statesSecondary iconsMuted text
500
3EDA
#3EDAD8
Primary brand colorCTAsActive elementsLinks
600
24BC
#24BCBA
Hover statesFocus ringsPrimary buttons hover
700
1D96
#1D9694
Active/pressed statesDark mode accentsSecondary text
800
146B
#146B6A
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D4544
Primary textHigh emphasis contentDark headings
950
082B
#082B2A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2FDFC;
  --sky-blue-100: #E1F9F9;
  --sky-blue-200: #C7F4F4;
  --sky-blue-300: #9CECEB;
  --sky-blue-400: #69E2E0;
  --sky-blue-500: #3EDAD8;
  --sky-blue-600: #24BCBA;
  --sky-blue-700: #1D9694;
  --sky-blue-800: #146B6A;
  --sky-blue-900: #0D4544;
  --sky-blue-950: #082B2A;
}
Generate More ShadesCreate PaletteConvert Color