Sky Blue
#98C6F1
BlueColor Codes
All color formats for development
HEX
#98C6F1RGB
rgb(152, 198, 241)HSL
hsl(209, 76%, 77%)OKLCH
oklch(0.809 0.078 247.1)CMYK
cmyk(37%, 18%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75B3EC
2#53A0E7
3#308CE3
4#1C79CF
5#1865AD
6#13518A
7#0E3C68
8#092845
9#051423
Tints
Lighter variations
1#A2CCF2
2#ACD1F4
3#B7D7F5
4#C1DDF7
5#CBE2F8
6#D6E8F9
7#E0EEFB
8#EAF4FC
9#F5F9FE
Tones
Muted variations
1#9CC6EC
2#A1C6E8
3#A5C5E4
4#AAC5DF
5#AEC5DB
6#B3C5D6
7#B7C5D2
8#BBC5CD
9#C0C4C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EE #E0EEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5DF #C5DFF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98C6 #98C6F1 | BordersInactive statesPlaceholder text |
| 400 | 62A8 #62A8EA | Disabled statesSecondary iconsMuted text |
| 500 | 358F #358FE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B73 #1B73C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 155C #155C9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F41 #0F4170 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A2A #0A2A48 | Primary textHigh emphasis contentDark headings |
| 950 | 061A #061A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F8FD;
--sky-blue-100: #E0EEFB;
--sky-blue-200: #C5DFF7;
--sky-blue-300: #98C6F1;
--sky-blue-400: #62A8EA;
--sky-blue-500: #358FE3;
--sky-blue-600: #1B73C5;
--sky-blue-700: #155C9D;
--sky-blue-800: #0F4170;
--sky-blue-900: #0A2A48;
--sky-blue-950: #061A2D;
}