Sky Blue
#98D3F0
BlueColor Codes
All color formats for development
HEX
#98D3F0RGB
rgb(152, 211, 240)HSL
hsl(200, 75%, 77%)OKLCH
oklch(0.837 0.073 229.9)CMYK
cmyk(37%, 12%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#76C4EB
2#54B6E7
3#31A7E2
4#1D93CE
5#197BAC
6#146289
7#0F4A67
8#0A3145
9#051922
Tints
Lighter variations
1#A3D7F2
2#ADDCF3
3#B7E0F5
4#C1E5F6
5#CCE9F8
6#D6EDF9
7#E0F2FB
8#EAF6FC
9#F5FBFE
Tones
Muted variations
1#9DD2EC
2#A1D0E8
3#A6CFE3
4#AACDDF
5#AECCDA
6#B3CAD6
7#B7C9D2
8#BCC7CD
9#C0C6C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F2 #E0F2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5E6 #C5E6F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98D3 #98D3F0 | BordersInactive statesPlaceholder text |
| 400 | 63BC #63BCE9 | Disabled statesSecondary iconsMuted text |
| 500 | 36A9 #36A9E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C8C #1C8CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1670 #16709C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1050 #105070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A33 #0A3347 | Primary textHigh emphasis contentDark headings |
| 950 | 0620 #06202D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F9FD;
--sky-blue-100: #E0F2FB;
--sky-blue-200: #C5E6F7;
--sky-blue-300: #98D3F0;
--sky-blue-400: #63BCE9;
--sky-blue-500: #36A9E2;
--sky-blue-600: #1C8CC4;
--sky-blue-700: #16709C;
--sky-blue-800: #105070;
--sky-blue-900: #0A3347;
--sky-blue-950: #06202D;
}