Sky Blue
#54F8EA
CyanColor Codes
All color formats for development
HEX
#54F8EARGB
rgb(84, 248, 234)HSL
hsl(175, 92%, 65%)OKLCH
oklch(0.892 0.135 186.9)CMYK
cmyk(66%, 0%, 6%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34F7E6
2#14F5E2
3#09DFCD
4#08BFB0
5#079F92
6#057F75
7#045F58
8#03403B
9#01201D
Tints
Lighter variations
1#65F9EC
2#76F9EE
3#87FAF0
4#98FBF3
5#A9FBF5
6#BAFCF7
7#CCFDF9
8#DDFEFB
9#EEFEFD
Tones
Muted variations
1#5CF0E3
2#64E7DC
3#6CDFD6
4#74D7CF
5#7DCFC8
6#85C7C1
7#8DBEBA
8#95B6B3
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 #BFFCF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAF1 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8EA | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6E4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7C6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E48 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312D | 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: #BFFCF7;
--sky-blue-300: #8EFAF1;
--sky-blue-400: #54F8EA;
--sky-blue-500: #23F6E4;
--sky-blue-600: #09D7C6;
--sky-blue-700: #07AB9E;
--sky-blue-800: #057A71;
--sky-blue-900: #034E48;
--sky-blue-950: #02312D;
}