Sky Blue

#54F8DA

Cyan

Color Codes

All color formats for development

HEX
#54F8DA
RGB
rgb(84, 248, 218)
HSL
hsl(169, 92%, 65%)
OKLCH
oklch(0.887 0.141 178.1)
CMYK
cmyk(66%, 0%, 12%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.33:1

AA AAA

On Black Background

15.82:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FE
100
#DDFE
200
#BFFC
300
#8EFA
400
#54F8
500
#23F6
600
#09D7
700
#07AB
800
#057A
900
#034E
950
#0231

Shades

Darker variations

1#34F7D3
2#14F5CC
3#09DFB8
4#08BF9D
5#079F83
6#057F69
7#045F4F
8#034034
9#01201A

Tints

Lighter variations

1#65F9DD
2#76F9E1
3#87FAE5
4#98FBE9
5#A9FBEC
6#BAFCF0
7#CCFDF4
8#DDFEF8
9#EEFEFB

Tones

Muted variations

1#5CF0D5
2#64E7CF
3#6CDFCA
4#74D7C5
5#7DCFC0
6#85C7BB
7#8DBEB5
8#95B6B0
9#9EAEAB

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFC
BackgroundsSubtle highlightsCard backgrounds
100
DDFE
#DDFEF8
Light backgroundsTable row hoverSkeleton loading
200
BFFC
#BFFCF1
Secondary backgroundsInput backgroundsDividers
300
8EFA
#8EFAE7
BordersInactive statesPlaceholder text
400
54F8
#54F8DA
Disabled statesSecondary iconsMuted text
500
23F6
#23F6CF
Primary brand colorCTAsActive elementsLinks
600
09D7
#09D7B2
Hover statesFocus ringsPrimary buttons hover
700
07AB
#07AB8D
Active/pressed statesDark mode accentsSecondary text
800
057A
#057A65
Text on light backgroundsHeadingsStrong borders
900
034E
#034E41
Primary textHigh emphasis contentDark headings
950
0231
#023128
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0FEFC;
  --sky-blue-100: #DDFEF8;
  --sky-blue-200: #BFFCF1;
  --sky-blue-300: #8EFAE7;
  --sky-blue-400: #54F8DA;
  --sky-blue-500: #23F6CF;
  --sky-blue-600: #09D7B2;
  --sky-blue-700: #07AB8D;
  --sky-blue-800: #057A65;
  --sky-blue-900: #034E41;
  --sky-blue-950: #023128;
}
Generate More ShadesCreate PaletteConvert Color