Sky Blue
#96D4F3
BlueColor Codes
All color formats for development
HEX
#96D4F3RGB
rgb(150, 212, 243)HSL
hsl(200, 79%, 77%)OKLCH
oklch(0.839 0.077 230.5)CMYK
cmyk(38%, 13%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73C5EF
2#50B7EA
3#2DA8E6
4#1995D3
5#157CB0
6#10638D
7#0C4A69
8#083246
9#041923
Tints
Lighter variations
1#A1D8F4
2#ABDCF5
3#B6E1F6
4#C0E5F8
5#CBE9F9
6#D5EEFA
7#E0F2FB
8#EAF6FD
9#F5FBFE
Tones
Muted variations
1#9BD2EE
2#9FD1E9
3#A4CFE5
4#A9CEE0
5#ADCCDC
6#B2CBD7
7#B6C9D2
8#BBC7CE
9#C0C6C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF2 #DFF2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E7 #C4E7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96D4 #96D4F3 | BordersInactive statesPlaceholder text |
| 400 | 5FBD #5FBDEC | Disabled statesSecondary iconsMuted text |
| 500 | 32AA #32AAE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 188E #188EC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1371 #1371A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D51 #0D5172 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0934 #093449 | Primary textHigh emphasis contentDark headings |
| 950 | 0520 #05202E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F9FD;
--sky-blue-100: #DFF2FB;
--sky-blue-200: #C4E7F8;
--sky-blue-300: #96D4F3;
--sky-blue-400: #5FBDEC;
--sky-blue-500: #32AAE7;
--sky-blue-600: #188EC9;
--sky-blue-700: #1371A0;
--sky-blue-800: #0D5172;
--sky-blue-900: #093449;
--sky-blue-950: #05202E;
}