Sky Blue
#98C1F0
BlueColor Codes
All color formats for development
HEX
#98C1F0RGB
rgb(152, 193, 240)HSL
hsl(212, 75%, 77%)OKLCH
oklch(0.798 0.08 252.2)CMYK
cmyk(37%, 20%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#76ADEB
2#5498E7
3#3184E2
4#1D70CE
5#195DAC
6#144B89
7#0F3867
8#0A2545
9#051322
Tints
Lighter variations
1#A3C8F2
2#ADCEF3
3#B7D4F5
4#C1DAF6
5#CCE0F8
6#D6E6F9
7#E0EDFB
8#EAF3FC
9#F5F9FE
Tones
Muted variations
1#9DC2EC
2#A1C2E8
3#A6C2E3
4#AAC3DF
5#AEC3DA
6#B3C3D6
7#B7C3D2
8#BCC4CD
9#C0C4C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EC #E0ECFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5DC #C5DCF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98C1 #98C1F0 | BordersInactive statesPlaceholder text |
| 400 | 63A1 #63A1E9 | Disabled statesSecondary iconsMuted text |
| 500 | 3687 #3687E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C6B #1C6BC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1655 #16559C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 103D #103D70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A27 #0A2747 | Primary textHigh emphasis contentDark headings |
| 950 | 0618 #06182D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F7FD;
--sky-blue-100: #E0ECFB;
--sky-blue-200: #C5DCF7;
--sky-blue-300: #98C1F0;
--sky-blue-400: #63A1E9;
--sky-blue-500: #3687E2;
--sky-blue-600: #1C6BC4;
--sky-blue-700: #16559C;
--sky-blue-800: #103D70;
--sky-blue-900: #0A2747;
--sky-blue-950: #06182D;
}