Sky Blue

#8EF3FA

Cyan

Color Codes

All color formats for development

HEX
#8EF3FA
RGB
rgb(142, 243, 250)
HSL
hsl(184, 92%, 77%)
OKLCH
oklch(0.905 0.095 201.4)
CMYK
cmyk(43%, 3%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.28:1

AA AAA

On Black Background

16.35:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FD
100
#DDFB
200
#BFF8
300
#8EF3
400
#54ED
500
#23E8
600
#09CA
700
#07A0
800
#0573
900
#0349
950
#022E

Shades

Darker variations

1#69EFF9
2#43EBF7
3#1DE7F6
4#09D4E2
5#08B0BC
6#068D97
7#056A71
8#03474B
9#022326

Tints

Lighter variations

1#9AF4FB
2#A5F5FB
3#B0F7FC
4#BBF8FC
5#C7F9FD
6#D2FAFD
7#DDFBFE
8#E8FDFE
9#F4FEFF

Tones

Muted variations

1#94EEF5
2#99EAF0
3#9FE5EA
4#A4E0E5
5#A9DCDF
6#AFD7DA
7#B4D2D5
8#BACECF
9#BFC9CA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FD
#F0FDFE
BackgroundsSubtle highlightsCard backgrounds
100
DDFB
#DDFBFE
Light backgroundsTable row hoverSkeleton loading
200
BFF8
#BFF8FC
Secondary backgroundsInput backgroundsDividers
300
8EF3
#8EF3FA
BordersInactive statesPlaceholder text
400
54ED
#54EDF8
Disabled statesSecondary iconsMuted text
500
23E8
#23E8F6
Primary brand colorCTAsActive elementsLinks
600
09CA
#09CAD7
Hover statesFocus ringsPrimary buttons hover
700
07A0
#07A0AB
Active/pressed statesDark mode accentsSecondary text
800
0573
#05737A
Text on light backgroundsHeadingsStrong borders
900
0349
#03494E
Primary textHigh emphasis contentDark headings
950
022E
#022E31
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0FDFE;
  --sky-blue-100: #DDFBFE;
  --sky-blue-200: #BFF8FC;
  --sky-blue-300: #8EF3FA;
  --sky-blue-400: #54EDF8;
  --sky-blue-500: #23E8F6;
  --sky-blue-600: #09CAD7;
  --sky-blue-700: #07A0AB;
  --sky-blue-800: #05737A;
  --sky-blue-900: #03494E;
  --sky-blue-950: #022E31;
}
Generate More ShadesCreate PaletteConvert Color