Sky Blue
#54E7F8
CyanColor Codes
All color formats for development
HEX
#54E7F8RGB
rgb(84, 231, 248)HSL
hsl(186, 92%, 65%)OKLCH
oklch(0.857 0.125 206.1)CMYK
cmyk(66%, 7%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34E3F7
2#14DFF5
3#09C9DF
4#08ADBF
5#07909F
6#05737F
7#04565F
8#033A40
9#011D20
Tints
Lighter variations
1#65EAF9
2#76ECF9
3#87EFFA
4#98F1FB
5#A9F3FB
6#BAF6FC
7#CCF8FD
8#DDFAFE
9#EEFDFE
Tones
Muted variations
1#5CE1F0
2#64DAE7
3#6CD4DF
4#74CDD7
5#7DC7CF
6#85C0C7
7#8DB9BE
8#95B3B6
9#9EACAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFA #DDFAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF6 #BFF6FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EF0 #8EF0FA | BordersInactive statesPlaceholder text |
| 400 | 54E7 #54E7F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23E1 #23E1F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09C3 #09C3D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 079B #079BAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 056F #056F7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0347 #03474E | 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: #DDFAFE;
--sky-blue-200: #BFF6FC;
--sky-blue-300: #8EF0FA;
--sky-blue-400: #54E7F8;
--sky-blue-500: #23E1F6;
--sky-blue-600: #09C3D7;
--sky-blue-700: #079BAB;
--sky-blue-800: #056F7A;
--sky-blue-900: #03474E;
--sky-blue-950: #022C31;
}