Sky Blue
#94D8F4
BlueColor Codes
All color formats for development
HEX
#94D8F4RGB
rgb(148, 216, 244)HSL
hsl(198, 81%, 77%)OKLCH
oklch(0.847 0.079 225.7)CMYK
cmyk(39%, 11%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71CAF0
2#4EBDEC
3#2AB0E9
4#169CD5
5#1382B2
6#0F688E
7#0B4E6B
8#073447
9#041A24
Tints
Lighter variations
1#9FDBF5
2#AADFF6
3#B5E3F7
4#BFE7F8
5#CAEBF9
6#D5EFFB
7#DFF3FC
8#EAF7FD
9#F4FBFE
Tones
Muted variations
1#9AD5EF
2#9ED4EA
3#A3D2E6
4#A8D0E1
5#ADCEDC
6#B1CCD7
7#B6CAD3
8#BBC8CE
9#C0C6C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF3 #DFF3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E9 #C3E9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D7 #95D7F4 | BordersInactive statesPlaceholder text |
| 400 | 5DC3 #5DC3EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FB1 #2FB1E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1595 #1595CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1176 #1176A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C54 #0C5473 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0836 #08364A | Primary textHigh emphasis contentDark headings |
| 950 | 0522 #05222E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FAFE;
--sky-blue-100: #DFF3FC;
--sky-blue-200: #C3E9F9;
--sky-blue-300: #95D7F4;
--sky-blue-400: #5DC3EE;
--sky-blue-500: #2FB1E9;
--sky-blue-600: #1595CB;
--sky-blue-700: #1176A2;
--sky-blue-800: #0C5473;
--sky-blue-900: #08364A;
--sky-blue-950: #05222E;
}