Sky Blue
#94C9F4
BlueColor Codes
All color formats for development
HEX
#94C9F4RGB
rgb(148, 201, 244)HSL
hsl(207, 81%, 77%)OKLCH
oklch(0.814 0.082 243.5)CMYK
cmyk(39%, 18%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71B7F0
2#4EA5EC
3#2A93E9
4#167FD5
5#136AB2
6#0F558E
7#0B406B
8#072A47
9#041524
Tints
Lighter variations
1#9FCEF5
2#AAD4F6
3#B5D9F7
4#BFDFF8
5#CAE4F9
6#D5E9FB
7#DFEFFC
8#EAF4FD
9#F4FAFE
Tones
Muted variations
1#9AC9EF
2#9EC8EA
3#A3C8E6
4#A8C7E1
5#ADC7DC
6#B1C6D7
7#B6C6D3
8#BBC5CE
9#C0C5C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEF #DFEFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E1 #C3E1F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C9 #95C9F4 | BordersInactive statesPlaceholder text |
| 400 | 5DAD #5DADEE | Disabled statesSecondary iconsMuted text |
| 500 | 2F96 #2F96E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1579 #1579CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1160 #1160A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C45 #0C4573 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082C #082C4A | Primary textHigh emphasis contentDark headings |
| 950 | 051C #051C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FE;
--sky-blue-100: #DFEFFC;
--sky-blue-200: #C3E1F9;
--sky-blue-300: #95C9F4;
--sky-blue-400: #5DADEE;
--sky-blue-500: #2F96E9;
--sky-blue-600: #1579CB;
--sky-blue-700: #1160A2;
--sky-blue-800: #0C4573;
--sky-blue-900: #082C4A;
--sky-blue-950: #051C2E;
}