Sky Blue
#94F0F5
CyanColor Codes
All color formats for development
HEX
#94F0F5RGB
rgb(148, 240, 245)HSL
hsl(183, 83%, 77%)OKLCH
oklch(0.899 0.088 200.2)CMYK
cmyk(40%, 2%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70EBF2
2#4CE6EE
3#28E1EB
4#14CED8
5#11ACB4
6#0D8990
7#0A676C
8#074548
9#032224
Tints
Lighter variations
1#9EF2F6
2#A9F3F7
3#B4F5F8
4#BFF6F9
5#C9F8FA
6#D4F9FB
7#DFFBFC
8#EAFCFD
9#F4FEFE
Tones
Muted variations
1#99ECF0
2#9DE7EB
3#A2E3E6
4#A7DFE2
5#ACDADD
6#B1D6D8
7#B6D1D3
8#BBCDCE
9#BFC9C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFA #DEFAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F7 #C2F7F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F0 #94F0F5 | BordersInactive statesPlaceholder text |
| 400 | 5CE8 #5CE8F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DE2 #2DE2EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13C4 #13C4CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F9C #0F9CA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B6F #0B6F75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0747 #07474B | Primary textHigh emphasis contentDark headings |
| 950 | 042D #042D2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFE;
--sky-blue-100: #DEFAFC;
--sky-blue-200: #C2F7F9;
--sky-blue-300: #94F0F5;
--sky-blue-400: #5CE8F0;
--sky-blue-500: #2DE2EB;
--sky-blue-600: #13C4CD;
--sky-blue-700: #0F9CA3;
--sky-blue-800: #0B6F75;
--sky-blue-900: #07474B;
--sky-blue-950: #042D2F;
}