Sky Blue
#94E3F5
CyanColor Codes
All color formats for development
HEX
#94E3F5RGB
rgb(148, 227, 245)HSL
hsl(191, 83%, 77%)OKLCH
oklch(0.871 0.081 213.7)CMYK
cmyk(40%, 7%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70DAF2
2#4CD1EE
3#28C7EB
4#14B4D8
5#1196B4
6#0D7890
7#0A5A6C
8#073C48
9#031E24
Tints
Lighter variations
1#9EE6F6
2#A9E9F7
3#B4ECF8
4#BFEEF9
5#C9F1FA
6#D4F4FB
7#DFF7FC
8#EAF9FD
9#F4FCFE
Tones
Muted variations
1#99E0F0
2#9DDDEB
3#A2DAE6
4#A7D7E2
5#ACD4DD
6#B1D1D8
7#B6CED3
8#BBCBCE
9#BFC7C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF7 #DEF7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2EF #C2EFF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E3 #94E3F5 | BordersInactive statesPlaceholder text |
| 400 | 5CD5 #5CD5F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DC9 #2DC9EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13AB #13ABCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F88 #0F88A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B61 #0B6175 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073E #073E4B | Primary textHigh emphasis contentDark headings |
| 950 | 0427 #04272F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FBFE;
--sky-blue-100: #DEF7FC;
--sky-blue-200: #C2EFF9;
--sky-blue-300: #94E3F5;
--sky-blue-400: #5CD5F0;
--sky-blue-500: #2DC9EB;
--sky-blue-600: #13ABCD;
--sky-blue-700: #0F88A3;
--sky-blue-800: #0B6175;
--sky-blue-900: #073E4B;
--sky-blue-950: #04272F;
}