Sky Blue
#94F4F0
CyanColor Codes
All color formats for development
HEX
#94F4F0RGB
rgb(148, 244, 240)HSL
hsl(178, 81%, 77%)OKLCH
oklch(0.907 0.091 192.2)CMYK
cmyk(39%, 0%, 2%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71F0EC
2#4EECE7
3#2AE9E2
4#16D5CF
5#13B2AC
6#0F8E8A
7#0B6B67
8#074745
9#042422
Tints
Lighter variations
1#9FF5F2
2#AAF6F4
3#B5F7F5
4#BFF8F6
5#CAF9F8
6#D5FBF9
7#DFFCFB
8#EAFDFC
9#F4FEFE
Tones
Muted variations
1#9AEFEC
2#9EEAE8
3#A3E6E3
4#A8E1DF
5#ADDCDB
6#B1D7D6
7#B6D3D2
8#BBCECD
9#C0C9C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4F1 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEE9 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A29D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7370 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A48 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFD;
--sky-blue-100: #DFFCFB;
--sky-blue-200: #C3F9F7;
--sky-blue-300: #95F4F1;
--sky-blue-400: #5DEEE9;
--sky-blue-500: #2FE9E3;
--sky-blue-600: #15CBC5;
--sky-blue-700: #11A29D;
--sky-blue-800: #0C7370;
--sky-blue-900: #084A48;
--sky-blue-950: #052E2D;
}