Sky Blue
#98AEF0
BlueColor Codes
All color formats for development
HEX
#98AEF0RGB
rgb(152, 174, 240)HSL
hsl(225, 75%, 77%)OKLCH
oklch(0.759 0.098 269.8)CMYK
cmyk(37%, 27%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7693EB
2#5478E7
3#315DE2
4#1D4ACE
5#193DAC
6#143189
7#0F2567
8#0A1945
9#050C22
Tints
Lighter variations
1#A3B6F2
2#ADBEF3
3#B7C7F5
4#C1CFF6
5#CCD7F8
6#D6DFF9
7#E0E7FB
8#EAEFFC
9#F5F7FE
Tones
Muted variations
1#9DB1EC
2#A1B3E8
3#A6B5E3
4#AAB7DF
5#AEB9DA
6#B3BCD6
7#B7BED2
8#BCC0CD
9#C0C2C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E6 #E0E6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5D1 #C5D1F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98AE #98AEF0 | BordersInactive statesPlaceholder text |
| 400 | 6384 #6384E9 | Disabled statesSecondary iconsMuted text |
| 500 | 3661 #3661E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C46 #1C46C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1638 #16389C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1028 #102870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A19 #0A1947 | Primary textHigh emphasis contentDark headings |
| 950 | 0610 #06102D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F4FD;
--sky-blue-100: #E0E6FB;
--sky-blue-200: #C5D1F7;
--sky-blue-300: #98AEF0;
--sky-blue-400: #6384E9;
--sky-blue-500: #3661E2;
--sky-blue-600: #1C46C4;
--sky-blue-700: #16389C;
--sky-blue-800: #102870;
--sky-blue-900: #0A1947;
--sky-blue-950: #06102D;
}