Sky Blue
#98BBF1
BlueColor Codes
All color formats for development
HEX
#98BBF1RGB
rgb(152, 187, 241)HSL
hsl(216, 76%, 77%)OKLCH
oklch(0.786 0.086 258.9)CMYK
cmyk(37%, 22%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75A5EC
2#538EE7
3#3078E3
4#1C64CF
5#1853AD
6#13438A
7#0E3268
8#092145
9#051123
Tints
Lighter variations
1#A2C2F2
2#ACC9F4
3#B7D0F5
4#C1D6F7
5#CBDDF8
6#D6E4F9
7#E0EBFB
8#EAF1FC
9#F5F8FE
Tones
Muted variations
1#9CBCEC
2#A1BDE8
3#A5BEE4
4#AABFDF
5#AEC0DB
6#B3C1D6
7#B7C2D2
8#BBC3CD
9#C0C3C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EA #E0EAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5D9 #C5D9F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98BB #98BBF1 | BordersInactive statesPlaceholder text |
| 400 | 6298 #6298EA | Disabled statesSecondary iconsMuted text |
| 500 | 357B #357BE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B5F #1B5FC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 154C #154C9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F36 #0F3670 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A23 #0A2348 | Primary textHigh emphasis contentDark headings |
| 950 | 0616 #06162D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F6FD;
--sky-blue-100: #E0EAFB;
--sky-blue-200: #C5D9F7;
--sky-blue-300: #98BBF1;
--sky-blue-400: #6298EA;
--sky-blue-500: #357BE3;
--sky-blue-600: #1B5FC5;
--sky-blue-700: #154C9D;
--sky-blue-800: #0F3670;
--sky-blue-900: #0A2348;
--sky-blue-950: #06162D;
}