Sky Blue
#94E1F4
CyanColor Codes
All color formats for development
HEX
#94E1F4RGB
rgb(148, 225, 244)HSL
hsl(192, 81%, 77%)OKLCH
oklch(0.866 0.08 215)CMYK
cmyk(39%, 8%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71D7F0
2#4ECDEC
3#2AC3E9
4#16AFD5
5#1392B2
6#0F758E
7#0B586B
8#073A47
9#041D24
Tints
Lighter variations
1#9FE4F5
2#AAE7F6
3#B5EAF7
4#BFEDF8
5#CAF0F9
6#D5F3FB
7#DFF6FC
8#EAF9FD
9#F4FCFE
Tones
Muted variations
1#9ADEEF
2#9EDBEA
3#A3D8E6
4#A8D5E1
5#ADD3DC
6#B1D0D7
7#B6CDD3
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 | DFF6 #DFF6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3EE #C3EEF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E1 #95E1F4 | BordersInactive statesPlaceholder text |
| 400 | 5DD1 #5DD1EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FC4 #2FC4E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15A7 #15A7CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1185 #1185A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C5F #0C5F73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083D #083D4A | Primary textHigh emphasis contentDark headings |
| 950 | 0526 #05262E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FBFE;
--sky-blue-100: #DFF6FC;
--sky-blue-200: #C3EEF9;
--sky-blue-300: #95E1F4;
--sky-blue-400: #5DD1EE;
--sky-blue-500: #2FC4E9;
--sky-blue-600: #15A7CB;
--sky-blue-700: #1185A2;
--sky-blue-800: #0C5F73;
--sky-blue-900: #083D4A;
--sky-blue-950: #05262E;
}