Sky Blue
#94EDF5
CyanColor Codes
All color formats for development
HEX
#94EDF5RGB
rgb(148, 237, 245)HSL
hsl(185, 83%, 77%)OKLCH
oklch(0.893 0.086 203.1)CMYK
cmyk(40%, 3%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70E7F2
2#4CE1EE
3#28DBEB
4#14C7D8
5#11A6B4
6#0D8590
7#0A646C
8#074248
9#032124
Tints
Lighter variations
1#9EEFF6
2#A9F1F7
3#B4F2F8
4#BFF4F9
5#C9F6FA
6#D4F8FB
7#DFFAFC
8#EAFBFD
9#F4FDFE
Tones
Muted variations
1#99E9F0
2#9DE5EB
3#A2E1E6
4#A7DDE2
5#ACD9DD
6#B1D5D8
7#B6D1D3
8#BBCCCE
9#BFC8C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF9 #DEF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F5 #C2F5F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94ED #94EDF5 | BordersInactive statesPlaceholder text |
| 400 | 5CE3 #5CE3F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DDC #2DDCEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13BE #13BECD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F97 #0F97A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B6C #0B6C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0745 #07454B | Primary textHigh emphasis contentDark headings |
| 950 | 042B #042B2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFE;
--sky-blue-100: #DEF9FC;
--sky-blue-200: #C2F5F9;
--sky-blue-300: #94EDF5;
--sky-blue-400: #5CE3F0;
--sky-blue-500: #2DDCEB;
--sky-blue-600: #13BECD;
--sky-blue-700: #0F97A3;
--sky-blue-800: #0B6C75;
--sky-blue-900: #07454B;
--sky-blue-950: #042B2F;
}