Sky Blue
#94C9F5
BlueColor Codes
All color formats for development
HEX
#94C9F5RGB
rgb(148, 201, 245)HSL
hsl(207, 83%, 77%)OKLCH
oklch(0.815 0.083 244.1)CMYK
cmyk(40%, 18%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70B7F2
2#4CA5EE
3#2893EB
4#1480D8
5#116AB4
6#0D5590
7#0A406C
8#072B48
9#031524
Tints
Lighter variations
1#9ECFF6
2#A9D4F7
3#B4D9F8
4#BFDFF9
5#C9E4FA
6#D4E9FB
7#DFEFFC
8#EAF4FD
9#F4FAFE
Tones
Muted variations
1#99C9F0
2#9DC8EB
3#A2C8E6
4#A7C7E2
5#ACC7DD
6#B1C6D8
7#B6C6D3
8#BBC5CE
9#BFC5C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEF #DEEFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E1 #C2E1F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94C9 #94C9F5 | BordersInactive statesPlaceholder text |
| 400 | 5CAD #5CADF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D96 #2D96EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 137A #137ACD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F61 #0F61A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B45 #0B4575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072C #072C4B | Primary textHigh emphasis contentDark headings |
| 950 | 041C #041C2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FE;
--sky-blue-100: #DEEFFC;
--sky-blue-200: #C2E1F9;
--sky-blue-300: #94C9F5;
--sky-blue-400: #5CADF0;
--sky-blue-500: #2D96EB;
--sky-blue-600: #137ACD;
--sky-blue-700: #0F61A3;
--sky-blue-800: #0B4575;
--sky-blue-900: #072C4B;
--sky-blue-950: #041C2F;
}