Sky Blue
#54F8ED
CyanColor Codes
All color formats for development
HEX
#54F8EDRGB
rgb(84, 248, 237)HSL
hsl(176, 92%, 65%)OKLCH
oklch(0.893 0.135 188.6)CMYK
cmyk(66%, 0%, 4%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34F7EA
2#14F5E6
3#09DFD1
4#08BFB3
5#079F95
6#057F77
7#045F59
8#03403C
9#01201E
Tints
Lighter variations
1#65F9EF
2#76F9F1
3#87FAF2
4#98FBF4
5#A9FBF6
6#BAFCF8
7#CCFDFA
8#DDFEFB
9#EEFEFD
Tones
Muted variations
1#5CF0E6
2#64E7DF
3#6CDFD8
4#74D7D0
5#7DCFC9
6#85C7C2
7#8DBEBB
8#95B6B4
9#9EAEAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAF3 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8ED | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07ABA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E49 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFD;
--sky-blue-100: #DDFEFB;
--sky-blue-200: #BFFCF8;
--sky-blue-300: #8EFAF3;
--sky-blue-400: #54F8ED;
--sky-blue-500: #23F6E8;
--sky-blue-600: #09D7CA;
--sky-blue-700: #07ABA0;
--sky-blue-800: #057A73;
--sky-blue-900: #034E49;
--sky-blue-950: #02312E;
}