Sky Blue
#94EEF4
CyanColor Codes
All color formats for development
HEX
#94EEF4RGB
rgb(148, 238, 244)HSL
hsl(184, 81%, 77%)OKLCH
oklch(0.895 0.087 201.2)CMYK
cmyk(39%, 2%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71E8F0
2#4EE2EC
3#2ADCE9
4#16C9D5
5#13A7B2
6#0F868E
7#0B646B
8#074347
9#042124
Tints
Lighter variations
1#9FEFF5
2#AAF1F6
3#B5F3F7
4#BFF5F8
5#CAF6F9
6#D5F8FB
7#DFFAFC
8#EAFCFD
9#F4FDFE
Tones
Muted variations
1#9AE9EF
2#9EE5EA
3#A3E1E6
4#A8DDE1
5#ADD9DC
6#B1D5D7
7#B6D1D3
8#BBCDCE
9#C0C8C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFA #DFFAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F5 #C3F5F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95EE #95EEF4 | BordersInactive statesPlaceholder text |
| 400 | 5DE4 #5DE4EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FDD #2FDDE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15BF #15BFCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1198 #1198A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C6D #0C6D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0845 #08454A | Primary textHigh emphasis contentDark headings |
| 950 | 052B #052B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFE;
--sky-blue-100: #DFFAFC;
--sky-blue-200: #C3F5F9;
--sky-blue-300: #95EEF4;
--sky-blue-400: #5DE4EE;
--sky-blue-500: #2FDDE9;
--sky-blue-600: #15BFCB;
--sky-blue-700: #1198A2;
--sky-blue-800: #0C6D73;
--sky-blue-900: #08454A;
--sky-blue-950: #052B2E;
}