Sky Blue
#94EFF5
CyanColor Codes
All color formats for development
HEX
#94EFF5RGB
rgb(148, 239, 245)HSL
hsl(184, 83%, 77%)OKLCH
oklch(0.897 0.087 201.1)CMYK
cmyk(40%, 2%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70E9F2
2#4CE4EE
3#28DEEB
4#14CBD8
5#11A9B4
6#0D8790
7#0A656C
8#074448
9#032224
Tints
Lighter variations
1#9EF0F6
2#A9F2F7
3#B4F3F8
4#BFF5F9
5#C9F7FA
6#D4F8FB
7#DFFAFC
8#EAFCFD
9#F4FDFE
Tones
Muted variations
1#99EAF0
2#9DE6EB
3#A2E2E6
4#A7DEE2
5#ACD9DD
6#B1D5D8
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 | C2F6 #C2F6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94EF #94EFF5 | BordersInactive statesPlaceholder text |
| 400 | 5CE6 #5CE6F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DDF #2DDFEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13C1 #13C1CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F99 #0F99A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B6E #0B6E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0746 #07464B | Primary textHigh emphasis contentDark headings |
| 950 | 042C #042C2F | 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: #C2F6F9;
--sky-blue-300: #94EFF5;
--sky-blue-400: #5CE6F0;
--sky-blue-500: #2DDFEB;
--sky-blue-600: #13C1CD;
--sky-blue-700: #0F99A3;
--sky-blue-800: #0B6E75;
--sky-blue-900: #07464B;
--sky-blue-950: #042C2F;
}