Sky Blue

#8FEFFA

Cyan

Color Codes

All color formats for development

HEX
#8FEFFA
RGB
rgb(143, 239, 250)
HSL
hsl(186, 91%, 77%)
OKLCH
oklch(0.897 0.092 205.1)
CMYK
cmyk(43%, 4%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.32:1

AA AAA

On Black Background

15.89:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FD
100
#DDFA
200
#C0F6
300
#8FEF
400
#55E7
500
#24E0
600
#0AC2
700
#089A
800
#066E
900
#0447
950
#022C

Shades

Darker variations

1#69EAF8
2#44E4F6
3#1EDFF4
4#0BCCE1
5#09AABC
6#078896
7#056671
8#04444B
9#022226

Tints

Lighter variations

1#9AF1FA
2#A5F2FB
3#B1F4FB
4#BCF5FC
5#C7F7FC
6#D2F9FD
7#DDFAFD
8#E9FCFE
9#F4FDFE

Tones

Muted variations

1#94EBF4
2#9AE7EF
3#9FE2EA
4#A4DEE4
5#AADADF
6#AFD5DA
7#B4D1D4
8#BACDCF
9#BFC9CA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FD
#F0FDFE
BackgroundsSubtle highlightsCard backgrounds
100
DDFA
#DDFAFD
Light backgroundsTable row hoverSkeleton loading
200
C0F6
#C0F6FC
Secondary backgroundsInput backgroundsDividers
300
8FEF
#8FEFFA
BordersInactive statesPlaceholder text
400
55E7
#55E7F7
Disabled statesSecondary iconsMuted text
500
24E0
#24E0F5
Primary brand colorCTAsActive elementsLinks
600
0AC2
#0AC2D6
Hover statesFocus ringsPrimary buttons hover
700
089A
#089AAA
Active/pressed statesDark mode accentsSecondary text
800
066E
#066E7A
Text on light backgroundsHeadingsStrong borders
900
0447
#04474E
Primary textHigh emphasis contentDark headings
950
022C
#022C31
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0FDFE;
  --sky-blue-100: #DDFAFD;
  --sky-blue-200: #C0F6FC;
  --sky-blue-300: #8FEFFA;
  --sky-blue-400: #55E7F7;
  --sky-blue-500: #24E0F5;
  --sky-blue-600: #0AC2D6;
  --sky-blue-700: #089AAA;
  --sky-blue-800: #066E7A;
  --sky-blue-900: #04474E;
  --sky-blue-950: #022C31;
}
Generate More ShadesCreate PaletteConvert Color