Sky Blue
#94E6F4
CyanColor Codes
All color formats for development
HEX
#94E6F4RGB
rgb(148, 230, 244)HSL
hsl(189, 81%, 77%)OKLCH
oklch(0.877 0.082 209.4)CMYK
cmyk(39%, 6%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71DDF0
2#4ED5EC
3#2ACCE9
4#16B9D5
5#139AB2
6#0F7B8E
7#0B5C6B
8#073E47
9#041F24
Tints
Lighter variations
1#9FE8F5
2#AAEBF6
3#B5EDF7
4#BFF0F8
5#CAF2F9
6#D5F5FB
7#DFF7FC
8#EAFAFD
9#F4FCFE
Tones
Muted variations
1#9AE2EF
2#9EDFEA
3#A3DCE6
4#A8D8E1
5#ADD5DC
6#B1D2D7
7#B6CED3
8#BBCBCE
9#C0C8C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F1 #C3F1F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E6 #95E6F4 | BordersInactive statesPlaceholder text |
| 400 | 5DD8 #5DD8EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FCD #2FCDE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15B0 #15B0CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 118C #118CA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C64 #0C6473 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0840 #08404A | Primary textHigh emphasis contentDark headings |
| 950 | 0528 #05282E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FCFE;
--sky-blue-100: #DFF7FC;
--sky-blue-200: #C3F1F9;
--sky-blue-300: #95E6F4;
--sky-blue-400: #5DD8EE;
--sky-blue-500: #2FCDE9;
--sky-blue-600: #15B0CB;
--sky-blue-700: #118CA2;
--sky-blue-800: #0C6473;
--sky-blue-900: #08404A;
--sky-blue-950: #05282E;
}