Sky Blue
#94E6F5
CyanColor Codes
All color formats for development
HEX
#94E6F5RGB
rgb(148, 230, 245)HSL
hsl(189, 83%, 77%)OKLCH
oklch(0.878 0.082 210.3)CMYK
cmyk(40%, 6%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70DEF2
2#4CD6EE
3#28CEEB
4#14BAD8
5#119BB4
6#0D7C90
7#0A5D6C
8#073E48
9#031F24
Tints
Lighter variations
1#9EE9F6
2#A9EBF7
3#B4EEF8
4#BFF0F9
5#C9F3FA
6#D4F5FB
7#DFF8FC
8#EAFAFD
9#F4FDFE
Tones
Muted variations
1#99E3F0
2#9DE0EB
3#A2DCE6
4#A7D9E2
5#ACD5DD
6#B1D2D8
7#B6CFD3
8#BBCBCE
9#BFC8C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF8 #DEF8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F1 #C2F1F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E6 #94E6F5 | BordersInactive statesPlaceholder text |
| 400 | 5CDA #5CDAF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DCF #2DCFEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13B1 #13B1CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F8D #0F8DA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B65 #0B6575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0741 #07414B | Primary textHigh emphasis contentDark headings |
| 950 | 0428 #04282F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FCFE;
--sky-blue-100: #DEF8FC;
--sky-blue-200: #C2F1F9;
--sky-blue-300: #94E6F5;
--sky-blue-400: #5CDAF0;
--sky-blue-500: #2DCFEB;
--sky-blue-600: #13B1CD;
--sky-blue-700: #0F8DA3;
--sky-blue-800: #0B6575;
--sky-blue-900: #07414B;
--sky-blue-950: #04282F;
}