Sky Blue
#94C4F5
BlueColor Codes
All color formats for development
HEX
#94C4F5RGB
rgb(148, 196, 245)HSL
hsl(210, 83%, 77%)OKLCH
oklch(0.804 0.086 249.5)CMYK
cmyk(40%, 20%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70B1F2
2#4C9DEE
3#2889EB
4#1476D8
5#1162B4
6#0D4F90
7#0A3B6C
8#072748
9#031424
Tints
Lighter variations
1#9ECAF6
2#A9D0F7
3#B4D6F8
4#BFDCF9
5#C9E2FA
6#D4E8FB
7#DFEDFC
8#EAF3FD
9#F4F9FE
Tones
Muted variations
1#99C4F0
2#9DC4EB
3#A2C4E6
4#A7C4E2
5#ACC4DD
6#B1C4D8
7#B6C4D3
8#BBC4CE
9#BFC4C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEED #DEEDFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DE #C2DEF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94C4 #94C4F5 | BordersInactive statesPlaceholder text |
| 400 | 5CA6 #5CA6F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D8C #2D8CEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1370 #1370CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F59 #0F59A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B40 #0B4075 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0729 #07294B | Primary textHigh emphasis contentDark headings |
| 950 | 041A #041A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F7FE;
--sky-blue-100: #DEEDFC;
--sky-blue-200: #C2DEF9;
--sky-blue-300: #94C4F5;
--sky-blue-400: #5CA6F0;
--sky-blue-500: #2D8CEB;
--sky-blue-600: #1370CD;
--sky-blue-700: #0F59A3;
--sky-blue-800: #0B4075;
--sky-blue-900: #07294B;
--sky-blue-950: #041A2F;
}