Sky Blue
#94E8F5
CyanColor Codes
All color formats for development
HEX
#94E8F5RGB
rgb(148, 232, 245)HSL
hsl(188, 83%, 77%)OKLCH
oklch(0.882 0.083 208.2)CMYK
cmyk(40%, 5%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70E0F2
2#4CD9EE
3#28D1EB
4#14BED8
5#119EB4
6#0D7E90
7#0A5F6C
8#073F48
9#032024
Tints
Lighter variations
1#9EEAF6
2#A9EDF7
3#B4EFF8
4#BFF1F9
5#C9F4FA
6#D4F6FB
7#DFF8FC
8#EAFAFD
9#F4FDFE
Tones
Muted variations
1#99E4F0
2#9DE1EB
3#A2DDE6
4#A7DAE2
5#ACD6DD
6#B1D3D8
7#B6CFD3
8#BBCBCE
9#BFC8C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF8 #DEF8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F2 #C2F2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E8 #94E8F5 | BordersInactive statesPlaceholder text |
| 400 | 5CDC #5CDCF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DD2 #2DD2EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13B4 #13B4CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F90 #0F90A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B67 #0B6775 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0742 #07424B | Primary textHigh emphasis contentDark headings |
| 950 | 0429 #04292F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FCFE;
--sky-blue-100: #DEF8FC;
--sky-blue-200: #C2F2F9;
--sky-blue-300: #94E8F5;
--sky-blue-400: #5CDCF0;
--sky-blue-500: #2DD2EB;
--sky-blue-600: #13B4CD;
--sky-blue-700: #0F90A3;
--sky-blue-800: #0B6775;
--sky-blue-900: #07424B;
--sky-blue-950: #04292F;
}