Sky Blue
#94E2F5
CyanColor Codes
All color formats for development
HEX
#94E2F5RGB
rgb(148, 226, 245)HSL
hsl(192, 83%, 77%)OKLCH
oklch(0.869 0.081 214.8)CMYK
cmyk(40%, 8%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70D8F2
2#4CCEEE
3#28C4EB
4#14B0D8
5#1193B4
6#0D7690
7#0A586C
8#073B48
9#031D24
Tints
Lighter variations
1#9EE5F6
2#A9E7F7
3#B4EAF8
4#BFEDF9
5#C9F0FA
6#D4F3FB
7#DFF6FC
8#EAF9FD
9#F4FCFE
Tones
Muted variations
1#99DFF0
2#9DDCEB
3#A2D9E6
4#A7D6E2
5#ACD3DD
6#B1D0D8
7#B6CDD3
8#BBCACE
9#BFC7C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF6 #DEF6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2EE #C2EEF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E2 #94E2F5 | BordersInactive statesPlaceholder text |
| 400 | 5CD2 #5CD2F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DC5 #2DC5EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13A8 #13A8CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F86 #0F86A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B5F #0B5F75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073D #073D4B | Primary textHigh emphasis contentDark headings |
| 950 | 0426 #04262F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FBFE;
--sky-blue-100: #DEF6FC;
--sky-blue-200: #C2EEF9;
--sky-blue-300: #94E2F5;
--sky-blue-400: #5CD2F0;
--sky-blue-500: #2DC5EB;
--sky-blue-600: #13A8CD;
--sky-blue-700: #0F86A3;
--sky-blue-800: #0B5F75;
--sky-blue-900: #073D4B;
--sky-blue-950: #04262F;
}