Sky Blue
#54F8F8
CyanColor Codes
All color formats for development
HEX
#54F8F8RGB
rgb(84, 248, 248)HSL
hsl(180, 92%, 65%)OKLCH
oklch(0.896 0.133 195)CMYK
cmyk(66%, 0%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34F7F7
2#14F5F5
3#09DFDF
4#08BFBF
5#079F9F
6#057F7F
7#045F5F
8#034040
9#012020
Tints
Lighter variations
1#65F9F9
2#76F9F9
3#87FAFA
4#98FBFB
5#A9FBFB
6#BAFCFC
7#CCFDFD
8#DDFEFE
9#EEFEFE
Tones
Muted variations
1#5CF0F0
2#64E7E7
3#6CDFDF
4#74D7D7
5#7DCFCF
6#85C7C7
7#8DBEBE
8#95B6B6
9#9EAEAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAFA | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07ABAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E4E | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFE;
--sky-blue-100: #DDFEFE;
--sky-blue-200: #BFFCFC;
--sky-blue-300: #8EFAFA;
--sky-blue-400: #54F8F8;
--sky-blue-500: #23F6F6;
--sky-blue-600: #09D7D7;
--sky-blue-700: #07ABAB;
--sky-blue-800: #057A7A;
--sky-blue-900: #034E4E;
--sky-blue-950: #023131;
}