Sky Blue
#94F2F5
CyanColor Codes
All color formats for development
HEX
#94F2F5RGB
rgb(148, 242, 245)HSL
hsl(182, 83%, 77%)OKLCH
oklch(0.904 0.09 198.3)CMYK
cmyk(40%, 1%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70EDF2
2#4CE9EE
3#28E5EB
4#14D1D8
5#11AEB4
6#0D8B90
7#0A696C
8#074648
9#032324
Tints
Lighter variations
1#9EF3F6
2#A9F4F7
3#B4F6F8
4#BFF7F9
5#C9F8FA
6#D4FAFB
7#DFFBFC
8#EAFCFD
9#F4FEFE
Tones
Muted variations
1#99EDF0
2#9DE9EB
3#A2E4E6
4#A7E0E2
5#ACDBDD
6#B1D7D8
7#B6D2D3
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 | DEFB #DEFBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F8 #C2F8F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F2 #94F2F5 | BordersInactive statesPlaceholder text |
| 400 | 5CEB #5CEBF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DE5 #2DE5EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13C7 #13C7CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F9E #0F9EA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B71 #0B7175 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0748 #07484B | 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: #DEFBFC;
--sky-blue-200: #C2F8F9;
--sky-blue-300: #94F2F5;
--sky-blue-400: #5CEBF0;
--sky-blue-500: #2DE5EB;
--sky-blue-600: #13C7CD;
--sky-blue-700: #0F9EA3;
--sky-blue-800: #0B7175;
--sky-blue-900: #07484B;
--sky-blue-950: #042D2F;
}