Sky Blue
#98B7F0
BlueColor Codes
All color formats for development
HEX
#98B7F0RGB
rgb(152, 183, 240)HSL
hsl(219, 75%, 77%)OKLCH
oklch(0.777 0.089 262.3)CMYK
cmyk(37%, 24%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#769FEB
2#5487E7
3#316FE2
4#1D5BCE
5#194CAC
6#143D89
7#0F2E67
8#0A1E45
9#050F22
Tints
Lighter variations
1#A3BEF2
2#ADC6F3
3#B7CDF5
4#C1D4F6
5#CCDBF8
6#D6E2F9
7#E0E9FB
8#EAF1FC
9#F5F8FE
Tones
Muted variations
1#9DB8EC
2#A1BAE8
3#A6BBE3
4#AABCDF
5#AEBEDA
6#B3BFD6
7#B7C0D2
8#BCC2CD
9#C0C3C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E9 #E0E9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5D6 #C5D6F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98B7 #98B7F0 | BordersInactive statesPlaceholder text |
| 400 | 6392 #6392E9 | Disabled statesSecondary iconsMuted text |
| 500 | 3672 #3672E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C57 #1C57C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1645 #16459C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1031 #103170 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A20 #0A2047 | Primary textHigh emphasis contentDark headings |
| 950 | 0614 #06142D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F6FD;
--sky-blue-100: #E0E9FB;
--sky-blue-200: #C5D6F7;
--sky-blue-300: #98B7F0;
--sky-blue-400: #6392E9;
--sky-blue-500: #3672E2;
--sky-blue-600: #1C57C4;
--sky-blue-700: #16459C;
--sky-blue-800: #103170;
--sky-blue-900: #0A2047;
--sky-blue-950: #06142D;
}