Sky Blue
#94E0F4
CyanColor Codes
All color formats for development
HEX
#94E0F4RGB
rgb(148, 224, 244)HSL
hsl(193, 81%, 77%)OKLCH
oklch(0.864 0.08 216.2)CMYK
cmyk(39%, 8%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71D5F0
2#4ECAEC
3#2ABFE9
4#16ACD5
5#138FB2
6#0F738E
7#0B566B
8#073947
9#041D24
Tints
Lighter variations
1#9FE2F5
2#AAE6F6
3#B5E9F7
4#BFECF8
5#CAEFF9
6#D5F2FB
7#DFF5FC
8#EAF9FD
9#F4FCFE
Tones
Muted variations
1#9ADDEF
2#9EDAEA
3#A3D7E6
4#A8D5E1
5#ADD2DC
6#B1CFD7
7#B6CCD3
8#BBCACE
9#C0C7C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF5 #DFF5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3ED #C3EDF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95DF #95DFF4 | BordersInactive statesPlaceholder text |
| 400 | 5DCF #5DCFEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FC1 #2FC1E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15A4 #15A4CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1182 #1182A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C5D #0C5D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083C #083C4A | Primary textHigh emphasis contentDark headings |
| 950 | 0525 #05252E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FBFE;
--sky-blue-100: #DFF5FC;
--sky-blue-200: #C3EDF9;
--sky-blue-300: #95DFF4;
--sky-blue-400: #5DCFEE;
--sky-blue-500: #2FC1E9;
--sky-blue-600: #15A4CB;
--sky-blue-700: #1182A2;
--sky-blue-800: #0C5D73;
--sky-blue-900: #083C4A;
--sky-blue-950: #05252E;
}