Sky Blue
#98B6F0
BlueColor Codes
All color formats for development
HEX
#98B6F0RGB
rgb(152, 182, 240)HSL
hsl(220, 75%, 77%)OKLCH
oklch(0.775 0.09 263.2)CMYK
cmyk(37%, 24%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#769DEB
2#5485E7
3#316CE2
4#1D58CE
5#194AAC
6#143B89
7#0F2C67
8#0A1D45
9#050F22
Tints
Lighter variations
1#A3BDF2
2#ADC4F3
3#B7CCF5
4#C1D3F6
5#CCDAF8
6#D6E2F9
7#E0E9FB
8#EAF0FC
9#F5F8FE
Tones
Muted variations
1#9DB7EC
2#A1B9E8
3#A6BAE3
4#AABCDF
5#AEBDDA
6#B3BED6
7#B7C0D2
8#BCC1CD
9#C0C3C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E9 #E0E9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5D6 #C5D6F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98B6 #98B6F0 | BordersInactive statesPlaceholder text |
| 400 | 638F #638FE9 | Disabled statesSecondary iconsMuted text |
| 500 | 3670 #3670E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C54 #1C54C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1643 #16439C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1030 #103070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A1F #0A1F47 | Primary textHigh emphasis contentDark headings |
| 950 | 0613 #06132D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F5FD;
--sky-blue-100: #E0E9FB;
--sky-blue-200: #C5D6F7;
--sky-blue-300: #98B6F0;
--sky-blue-400: #638FE9;
--sky-blue-500: #3670E2;
--sky-blue-600: #1C54C4;
--sky-blue-700: #16439C;
--sky-blue-800: #103070;
--sky-blue-900: #0A1F47;
--sky-blue-950: #06132D;
}